You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2007/02/14 00:10:00 UTC

svn commit: r507290 - /ofbiz/trunk/applications/content/servicedef/services_commevent.xml

Author: sichen
Date: Tue Feb 13 15:09:59 2007
New Revision: 507290

URL: http://svn.apache.org/viewvc?view=rev&rev=507290
Log:
Fixing location in removeCommEventContentAssoc service definition

Modified:
    ofbiz/trunk/applications/content/servicedef/services_commevent.xml

Modified: ofbiz/trunk/applications/content/servicedef/services_commevent.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services_commevent.xml?view=diff&rev=507290&r1=507289&r2=507290
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services_commevent.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services_commevent.xml Tue Feb 13 15:09:59 2007
@@ -73,7 +73,7 @@
 	</service>
 	
     <service name="removeCommEventContentAssoc" engine="simple"
-                location="org.ofbiz.product.product.CommEventContentServices.xml" invoke="removeCommEventContent" auth="true">
+                location="org/ofbiz/content/content/ContentServices.xml" invoke="removeCommEventContentAssoc" auth="true">
         <description>Remove CommEventContentAssoc</description>
         <attribute name="communicationEventId" type="String" mode="IN" optional="false"/>
         <attribute name="contentId" type="String" mode="IN" optional="false"/>