On Jul 17, 2008, at 9:28 AM, Jacopo Cappellato wrote:
Now that we have removed all the entitygroup.xml files containing
entity mappings for the org.ofbiz group (that is now assumed by
default), the method ModelGroupReader.getGroupNames() just return
the "org.ofbiz.olap" group.
What is the best way to fix this? Should we simply add the
"org.ofbiz" group to the list of groups? Or is there a more elegant
way of handling this?
Yes, I missed that didn't I...
The default-group-name should be added to the set that method returns.
BTW, I noticed you made a change to compensate for this somewhere
else, and I haven't had a chance to review that thoroughly, but
changing this method may help with that problem too.
-David