[
https://issues.apache.org/jira/browse/OFBIZ-9441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16115845#comment-16115845 ]
Jacques Le Roux commented on OFBIZ-9441:
----------------------------------------
BTW for the point 4, about the syntax
{code}
-l,--load-data <key=value> Creates tables/load data e.g:
-l readers=seed,demo,ext
-l file=/tmp/dataload1.xml,/tmp/dataload2.xml
-l dir=directory/of/files
-l component=base
-l delegator=default
-l group=org.apache.ofbiz
-l timeout=7200
-l create-pks
-l drop-pks
-l create-constraints
-l drop-constraints
-l create-fks
-l maintain-txs
-l try-inserts
-l repair-columns
-l continue-on-failure
{code}
And the use of several -l or--load-data, it's explained in the note indeed. Sorry for the confusion.
> Refactor OFBiz containers and remove StartupCommandToArgsAdapter
> ----------------------------------------------------------------
>
> Key: OFBIZ-9441
> URL:
https://issues.apache.org/jira/browse/OFBIZ-9441> Project: OFBiz
> Issue Type: Improvement
> Reporter: Taher Alkhateeb
> Assignee: Taher Alkhateeb
> Priority: Minor
> Attachments: log with errors.txt, OFBIZ-9441-fix-continue-on-failure.patch, OFBIZ-9441.patch, OFBIZ-9441.patch, OFBIZ-9441.patch
>
>
> We have already refactored the ComponentContainer and CatalinaContainer in OFBIZ-8337 and OFBIZ-9392. The objective of this JIRA is to apply the following:
> - Refactor EntityDataLoadContainer to simplify the code and remove dependencies on "args" and convert instead the logic to use StartupCommands
> - Refactor TestRunContainer the same way
> - Delete the class StartupCommandToArgsAdapter
> - Update README.md to reflect the changes and updates and cleanup old references.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)