I'm working on importing data into OFBiz and have encountered a stoppage
issue related to external db entity names matching those of OFBiz. I
added a <group-name> element to the default delegator in
entityengine.xml because I gave up trying to create a separate delegator
for the external entity described in
https://cwiki.apache.org/confluence/display/OFBIZ/Handling+of+External+data.
I suppose if a separate delegator existed to handle the external db then
there wouldn't be a conflict.
The documentation instructs to refer to
https://cwiki.apache.org/OFBIZ/ofbiz-tutorial-a-beginners-development-guide.html
on how to clean up entities that match the current DB but I can't find
anything in that doc that mentioned cleanup.
Can someone advise how these cases are typically handled?