loadDefault Source Code

2018-01-14 Thread stimits
This is probably a naive question, but on 16.11.04 I am searching for the actual code which runs for the "loadDefault" part of: ./gradlew loadDefault I'm looking for what I might edit to create my own version of loadDefault after observing what the existing loadDefault actually executes. I see

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 "

Re: loadDefault Source Code

2018-01-15 Thread stimits
of a declaration and not so much the actual source code, and I'm more of a C++ guy (I do ok with Java, but I don't know the web toolkits and APIs). - Original Message -From: gil portenseigne To: user@ofbiz.apache.orgSent: Mon, 15 Jan 2018 08:10:30 - (UTC)Subject: Re: loa

Re: loadDefault Source Code

2018-01-15 Thread Taher Alkhateeb
-From: gil portenseigne < > gil.portensei...@nereide.fr>To: user@ofbiz.apache.orgSent: Mon, 15 Jan > 2018 08:10:30 - (UTC)Subject: Re: loadDefault Source Code > > Hello, > > You will find loadDefault task implementation within the file build.gradle > at OFBiz root dire

Re: loadDefault Source Code

2018-01-15 Thread Jacques Le Roux
ut I don't know the web toolkits and APIs). - Original Message -From: gil portenseigne < gil.portensei...@nereide.fr>To: user@ofbiz.apache.orgSent: Mon, 15 Jan 2018 08:10:30 -0000 (UTC)Subject: Re: loadDefault Source Code Hello, You will find loadDefault task implement

Re: loadDefault Source Code

2018-01-16 Thread stimits
es Le Roux To: user@ofbiz.apache.orgSent: Tue, 16 Jan 2018 07:11:45 -0000 (UTC)Subject: Re: loadDefault Source Code 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-

Re: loadDefault Source Code

2018-01-16 Thread Taher Alkhateeb
t;All" of > "loadAll" is. > > - Original Message -From: Jacques Le Roux < > jacques.le.r...@les7arts.com>To: user@ofbiz.apache.orgSent: Tue, 16 Jan > 2018 07:11:45 - (UTC)Subject: Re: loadDefault Source Code > > I agree, maybe you can try starting from

Re: loadDefault Source Code

2018-01-16 Thread stimits
g). - Original Message -From: Taher Alkhateeb To: user@ofbiz.apache.orgSent: Tue, 16 Jan 2018 18:50:59 -0000 (UTC)Subject: Re: loadDefault Source Code Okay so in this case my recommendation is to skip looking at the sourcecode and instead learn the syntax for loading data. ./gradl

Re: loadDefault Source Code

2018-01-16 Thread Taher Alkhateeb
help with generation/load of my own test cases (I'm hoping to actually learn something). - Original Message -From: Taher Alkhateeb < slidingfilame...@gmail.com>To: user@ofbiz.apache.orgSent: Tue, 16 Jan 2018 18:50:59 -0000 (UTC)Subject: Re: loadDefault Source Code Okay so in th

Re: loadDefault Source Code

2018-01-16 Thread Mike
sed, and what it was doing > with each, then this would work. This is why I wanted to see the code > actually step through loadDefault...I want to know how it actually makes > the choices, and perhaps write something to help with generation/load of my > own test cases (I'm hoping to a

Re: loadDefault Source Code

2018-01-23 Thread stimits
es to test. - Original Message -From: Mike To: user Sent: Wed, 17 Jan 2018 07:39:02 - (UTC)Subject: Re: loadDefault Source Code Here is the sequence as I understand it. Ofbiz first loads: ./framework/base/config/component-load.xml, which has: That is the INITIAL sequence. It

Re: loadDefault Source Code

2018-01-27 Thread Paul Foxworthy
interested in dumping the logic of how the> load > order is determined specifically with the loadDefault. If there were a> > command such as "./gradlew --explain loadDefault", where it verbosely > named> which file is chosen, what kind of sorting is used, and what it was > doin

Re: loadDefault Source Code

2018-01-28 Thread Jacques Le Roux
ata. Not sure yet I can do it, but this is promising. I'll try to use the hot-deploy with various versions of the component-loader XML files to test. - Original Message -From: Mike To: user < user@ofbiz.apache.org>Sent: Wed, 17 Jan 2018 07:39:02 - (UTC)Subject: Re: loadDefault

Re: loadDefault Source Code

2018-01-28 Thread stimits
riginal Message -From: Paul Foxworthy To: user@ofbiz.apache.orgSent: Sun, 28 Jan 2018 02:24:33 - (UTC)Subject: Re: loadDefault Source Code Hi stimits, Can you contribute the results of your research? There are data model diagrams athttps://cwiki.apache.org/confluence/display/OFBIZ/Data