Versions Compared

Key

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

...

...

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

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

And run the

Code Block
"run-install-extseed"

ant target instead of

Code Block
"run-install"

...

This should load your modified data along with the seed data and without any demo data.A Raj Saini's tip