Login  Register

Re: Seed Data & Demo data is not loading with new checkout

Posted by cjhowe on Jul 03, 2006; 11:08pm
URL: http://ofbiz.116.s1.nabble.com/Seed-Data-Demo-data-is-not-loading-with-new-checkout-tp140435p140436.html

Ashish,

you didn't by chance create or edit the datasource in
entityengine.xml that is defined by the delegator
definition and leave out the section where <read-data
reader-name="%readerName%"?

--- Ashish Vijaywargiya <[hidden email]>
wrote:

> Hi Ofbizian's,
>  
>  Today i checkout the new ofbiz from Apache
> site.When i executed the command "ant run-install"
> with fresh database it didn't load demo and seed
> data.Although the build completed successfully.
>  
>  When i executed the command "ant run-install-seed"
> then it loads the seed data.And when i increased one
> reader's parameter "demo" in ant-run-seed target in
> build.xml file and again executed command "ant
> run-install-seed" then everything loads
> properly....(seed data as well as demo data).
>  
>  You can see the code shown below for further
> clarification about what i am saying:
>      <target name="run-install-seed"
> depends="build">
>          <java jar="ofbiz.jar" fork="true">
>              <jvmarg value="${memory.max.param}"/>
>              <arg value="install"/>
>              <arg value="readers=seed,demo"/>
>          </java>
>      </target>
>  
>  Any specific reason for not loading of demo and
> seed data with default command  "ant run-install"
> ???????????
>  
>  Thanks for your Precious Time.
>  
>  Regards
>  Ashish Vijaywargiya
>  
>  
> ---------------------------------
> Do you Yahoo!?
>  Get on board. You're invited to try the new Yahoo!
> Mail Beta.