Re: Equivalent Steps for Creating Sample Data

2017-04-03 Thread Taher Alkhateeb
Hello, inline... On Mar 26, 2017 11:59 PM, wrote: ... > cleanAll deletes everything as long as you are using an embedded database> (default) otherwise you have to clean itup yourself. ... This is the reason why I'm trying to better understand if loadDefault and cleanAll

Re: Equivalent Steps for Creating Sample Data

2017-03-27 Thread Pierre Smits
Hi Dan, You're absolutely right in wanting to understand OFBiz functionalties and processes better. As you will go through the learning curve of getting to know OFBiz you'll find that, while we can say it has everything to be used in a modern day enterprise in any industry sector and of any size,

Re: Equivalent Steps for Creating Sample Data

2017-03-26 Thread stimits
... > cleanAll deletes everything as long as you are using an embedded database> > (default) otherwise you have to clean itup yourself. ... This is the reason why I'm trying to better understand if loadDefault and cleanAll have a series of smaller commands which are equivalent...I am not

Re: Equivalent Steps for Creating Sample Data

2017-03-25 Thread Taher Alkhateeb
ser@ofbiz.apache.orgSent: Sat, 25 Mar 2017 15:45:36 -0000 (UTC)Subject: Re: Equivalent Steps for Creating Sample Data Okay, so the problem you're facing is that you're using the wrong command.You should avoid completely using the createTenant task and instead just dothe following to load the sys

Re: Equivalent Steps for Creating Sample Data

2017-03-25 Thread stimits
e of? Thanks! - Original Message -From: Taher Alkhateeb <slidingfilame...@gmail.com>To: user@ofbiz.apache.orgSent: Sat, 25 Mar 2017 15:45:36 - (UTC)Subject: Re: Equivalent Steps for Creating Sample Data Okay, so the problem you're facing is that you're using the wr

Re: Equivalent Steps for Creating Sample Data

2017-03-25 Thread stimits
ivalent to a man page somewhere for these arguments (beyond the gradlew help output which does not seem to explain such details)? Thanks! - Original Message -From: Taher Alkhateeb <slidingfilame...@gmail.com>To: user@ofbiz.apache.orgSent: Sat, 25 Mar 2017 08:22:37 - (UTC)Subj

Re: Equivalent Steps for Creating Sample Data

2017-03-25 Thread Taher Alkhateeb
Are you trying to setup a single or multi-tenant environment? On Mar 24, 2017 11:21 PM, wrote: > Hi, > > I'm wondering about what individual steps are equivalent to loading the > sample data? > > Some steps I've tried (perhaps I used seeds I didn't need...however, I >

Equivalent Steps for Creating Sample Data

2017-03-24 Thread stimits
Hi, I'm wondering about what individual steps are equivalent to loading the sample data? Some steps I've tried (perhaps I used seeds I didn't need...however, I configured for PostgreSQL so I assume "ext" for that): ...build, load default demo data, browse... ./gradlew cleanAll ./gradlew