You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2009/04/14 22:41:08 UTC

svn commit: r764946 - /ofbiz/trunk/framework/example/ofbiz-component.xml

Author: jonesde
Date: Tue Apr 14 20:41:07 2009
New Revision: 764946

URL: http://svn.apache.org/viewvc?rev=764946&view=rev
Log:
Changed to load secas for example component, was causing the status history to not be maintained

Modified:
    ofbiz/trunk/framework/example/ofbiz-component.xml

Modified: ofbiz/trunk/framework/example/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/ofbiz-component.xml?rev=764946&r1=764945&r2=764946&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/ofbiz-component.xml (original)
+++ ofbiz/trunk/framework/example/ofbiz-component.xml Tue Apr 14 20:41:07 2009
@@ -41,8 +41,8 @@
 
     <!-- service resources: model(s), eca(s) and group definitions -->
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>
-    <!--
     <service-resource type="eca" loader="main" location="servicedef/secas.xml"/>
+    <!--
     <service-resource type="group" loader="main" location="servicedef/groups.xml"/>
     -->