svn commit: r449261 - /incubator/ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r449261 - /incubator/ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml

jleroux@apache.org
Author: jleroux
Date: Sat Sep 23 08:26:31 2006
New Revision: 449261

URL: http://svn.apache.org/viewvc?view=rev&rev=449261
Log:
Corrects CreateCharacterSet service path (from org/ofbiz/content/content/ContentServices.xml to the real location org/ofbiz/content/data/DataServices.xml).
This close https://issues.apache.org/jira/browse/OFBIZ-146. Thanks to Marco Risaliti.

Modified:
    incubator/ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml

Modified: incubator/ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml?view=diff&rev=449261&r1=449260&r2=449261
==============================================================================
--- incubator/ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml (original)
+++ incubator/ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml Sat Sep 23 08:26:31 2006
@@ -127,15 +127,15 @@
 
     <!--CharacterSet services.-->
     <service name="createCharacterSet" engine="simple"
-        location="org/ofbiz/content/content/ContentServices.xml"
+        location="org/ofbiz/content/data/DataServices.xml"
         invoke="createCharacterSet"
         default-entity-name="CharacterSet" auth="true">
         <description>Create a CharacterSet</description>
-        <auto-attributes include="pk" mode="IN" optional="true"/>
+        <auto-attributes include="pk" mode="INOUT" optional="true"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="updateCharacterSet" engine="simple"
-        location="org/ofbiz/content/content/ContentServices.xml"
+        location="org/ofbiz/content/data/DataServices.xml"
         invoke="updateCharacterSet"
         default-entity-name="CharacterSet" auth="true">
         <description>Update a CharacterSet</description>
@@ -143,7 +143,7 @@
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="removeCharacterSet" engine="simple"
-        location="org/ofbiz/content/content/ContentServices.xml"
+        location="org/ofbiz/content/data/DataServices.xml"
         invoke="removeCharacterSet"
         default-entity-name="CharacterSet" auth="true">
         <description>Remove CharacterSet</description>