Re: loadDefault Source Code

2018-01-15 Thread Jacques Le Roux
I agree, maybe you can try starting from ContainerLoader.java Jacques Le 16/01/2018 à 07:48, Taher Alkhateeb a écrit : loadDefault translates to loading all data sets (seed,seed-initial, demo,ext, etc ...) The code for that is big and scattered in many different places because a lot of

Re: loadDefault Source Code

2018-01-15 Thread Taher Alkhateeb
loadDefault translates to loading all data sets (seed,seed-initial, demo,ext, etc ...) The code for that is big and scattered in many different places because a lot of things happen during data load (SAX parser, DOM modeling, DB translations, and a lot more). So it depends on what you are looking

Re: loadDefault Source Code

2018-01-15 Thread stimits
Hi, I guess what I should do is rephrase...if I wanted to run this under a debugger and get a stack frame (which I'm not actually set up to do), where would I find the source code which specifically understands which XML files to read and load for loadDefault? The build.gradle is more of a

Re: Users and Passwords

2018-01-15 Thread Jacques Le Roux
Yes using the https://demo-trunk.ofbiz.apache.org/webtools/control/EntitySQLProcessor (beware to not forget to change the Group) But then you need to know which SQL script to pass... Jacques Le 14/01/2018 à 04:26, Craig Parker a écrit : I've gone through and disabled all the logins except

Re: loadDefault Source Code

2018-01-15 Thread gil portenseigne
Hello, You will find loadDefault task implementation within the file build.gradle at OFBiz root directory. (see line 320) Regards, Gil On 14/01/2018 22:18, stim...@comcast.net wrote: This is probably a naive question, but on 16.11.04 I am searching for the actual code which runs for the