svn commit: r1298269 - /ofbiz/trunk/framework/common/servicedef/services_test.xml

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

svn commit: r1298269 - /ofbiz/trunk/framework/common/servicedef/services_test.xml

adrianc
Author: adrianc
Date: Thu Mar  8 04:40:20 2012
New Revision: 1298269

URL: http://svn.apache.org/viewvc?rev=1298269&view=rev
Log:
Restore service definition that was unintentionally removed in my previous commit.

Modified:
    ofbiz/trunk/framework/common/servicedef/services_test.xml

Modified: ofbiz/trunk/framework/common/servicedef/services_test.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services_test.xml?rev=1298269&r1=1298268&r2=1298269&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services_test.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services_test.xml Thu Mar  8 04:40:20 2012
@@ -158,8 +158,14 @@ under the License.
         invoke="GetGeoIPContext">
         <attribute name="invoke" type="String" mode="IN" />
         <attribute name="result" type="String" mode="OUT"/>
-    </service>    
-    
+    </service>
+
+    <service name="testBsh" engine="bsh" location="component://common/script/org/ofbiz/common/BshServiceTest.bsh" invoke="">
+        <description>Test BeanShell Script Service</description>
+        <attribute name="message" type="String" mode="IN" optional="true" />
+        <attribute name="result" type="String" mode="OUT" />
+    </service>
+
     <service name="testGroovy" engine="groovy" location="component://common/script/org/ofbiz/common/GroovyServiceTest.groovy" invoke="">
         <description>Test Groovy Script Service</description>
         <attribute name="message" type="String" mode="IN" optional="true"/>