Hi Craig,
You're not complete correct. The ./gradlew cleanAll loadDefault will
- through the 'cleanAll' command:
- delete jars, logs, the derby rdbms, Lucene indexes, etc
- through the 'loadDefault' command:
- load *all* datasets (seed, seed-extension and all demo data, from
all applications/components it can find.
To start with a OFBiz implementation you can work with, but doesn't have
the demo data of the OFBiz project, you will need to:
- use a different load command with one or more parameters,
- potentially move data from a DemoData.xml file to a SeedData.xml file
See this related issue: https://issues.apache.org/jira/browse/OFBIZ-8229
Best regards,
Pierre Smits
ORRTIZ.COM <http://www.orrtiz.com>
OFBiz based solutions & services
OFBiz Extensions Marketplace
http://oem.ofbizci.net/oci-2/
On Wed, Apr 19, 2017 at 2:40 AM, Craig Parker <[email protected]> wrote:
> ./gradlew cleanAll loadDefault will load some test data. Or is that wrong?
> I'm only thinking so because I saw things in the PRODUCTS table besides the
> item I started creating.
>
> Dropping the databases, running and firing OFBiz up again seems to have
> rebuilt the databases (I thought I'd read somewhere that they'd get rebuilt
> like that), but there's no data. This was the desired effect, but I can't
> launch the software now. I can post the whole error, or just say that I see
> a lot of "Template location is empty" messages.
>
> Is that the right way to start with a clean slate and I missed a step, or
> is that totally wrong?
>