Service group model is changing. Previous:
<service-group>
<group name="name">
<service name="serviceToRun"/>
</group>
</service-group>
new:
<service-group>
<group name="name">
<invoke name="serviceToRun"/>
</group>
</service-group>
All files in apache-ofbiz which reference the old way will be changed
when the implementation is complete. This is a heads up for those
with custom apps, you will need to replace "service" with "invoke".
In addition, the new implementation will allow embedding group definition right inside the service definition. What a pain in the rear is it to have to edit two files just to call a group of services in order. The files will remain (at least for now) with the added support to embed your group defs inside a service.
<service name="foo" engine="group">
<group>
<invoke="service1"/>
<invoke="service2"/>
</group>
</service>
Andrew Zeneski
[EMAIL PROTECTED]
smime.p7s
Description: S/MIME cryptographic signature
