You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by kpieleck <ka...@gmail.com> on 2007/06/28 17:37:06 UTC

Question about Loading of DEMO and SEED data.

1. Do the xml files listed in the ofbiz-component.xml in hot-deploy always
get loaded by the component on startup.
2. If they always get loaded, and their readername is "demo" - what is the
best way to prevent the demo data from loading, (comment out the lines - or
is there a switch somewhere else to prevent certain data types from
loading?).
3. Do any logs show what data is loading on startup?

Thanks for your help.

-- 
View this message in context: http://www.nabble.com/Question-about-Loading-of-DEMO-and-SEED-data.-tf3995055.html#a11345473
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Question about Loading of DEMO and SEED data.

Posted by Michael Jensen <mi...@millcreeksys.com>.
seed data (without demo) is loaded with 'ant run-install-seed'

When loading seed data, you should see an entry like this in the logs:
2007-06-27 22:13:25,206 (main) [EntityDataLoadContainer.java:110:INFO ]
Install Argument - readers = seed

While it loads data from each xml file, you will see entries in the log
for [EntityDataLoadContainer.java:257:INFO ] which will include the name
of the file that is being loaded.


Krzysztof Podejma wrote:
> demo is loaded only with ant run-install
> 
> 2007/6/28, kpieleck <ka...@gmail.com>:
>>
>>
>> 1. Do the xml files listed in the ofbiz-component.xml in hot-deploy
>> always
>> get loaded by the component on startup.
>> 2. If they always get loaded, and their readername is "demo" - what is
>> the
>> best way to prevent the demo data from loading, (comment out the lines -
>> or
>> is there a switch somewhere else to prevent certain data types from
>> loading?).
>> 3. Do any logs show what data is loading on startup?
>>
>> Thanks for your help.
>>
>> -- 
>> View this message in context:
>> http://www.nabble.com/Question-about-Loading-of-DEMO-and-SEED-data.-tf3995055.html#a11345473
>>
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>>
> 

-- 
Millcreek Systems, Inc.
P.O. Box 9835
Salt Lake City, Utah 84109
Phone: 801.649.4903
Skype: millcreeksys (http://millcreeksys.com/skype/)

Re: Question about Loading of DEMO and SEED data.

Posted by Krzysztof Podejma <kp...@gmail.com>.
demo is loaded only with ant run-install

2007/6/28, kpieleck <ka...@gmail.com>:
>
>
> 1. Do the xml files listed in the ofbiz-component.xml in hot-deploy always
> get loaded by the component on startup.
> 2. If they always get loaded, and their readername is "demo" - what is the
> best way to prevent the demo data from loading, (comment out the lines -
> or
> is there a switch somewhere else to prevent certain data types from
> loading?).
> 3. Do any logs show what data is loading on startup?
>
> Thanks for your help.
>
> --
> View this message in context:
> http://www.nabble.com/Question-about-Loading-of-DEMO-and-SEED-data.-tf3995055.html#a11345473
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>