Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

At the time of this tip was wrote, the start and finish dates do not work as expected, leave them blank for your first testing.

A Ray Barlow's tip

Anchor
ImportCustomisedData
ImportCustomisedData

How to save customised data for import as demo data

Add a entity-resource entry of type "data" and reader-name as "ext" in ofbiz-components.xml of your application. For example:

<entity-resource type="data" reader-name="ext" loader="main" location="data/GeoData_IN.xml"/>

And run the "run-install-extseed" ant target instead of "run-install".

This should load your modified data along with the seed data and without any demo data.

A Raj Saini's tip