svn commit: r1614027 - in /ofbiz/branches/release12.04: ./ applications/content/servicedef/secas.xml

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

svn commit: r1614027 - in /ofbiz/branches/release12.04: ./ applications/content/servicedef/secas.xml

jacopoc
Author: jacopoc
Date: Mon Jul 28 13:19:20 2014
New Revision: 1614027

URL: http://svn.apache.org/r1614027
Log:
Applied fix from trunk for revision: 1614025
===

Fixed the event of an eca definition from in-validate to invoke; this fixes a service validation exception. Part of OFBIZ-4363


Modified:
    ofbiz/branches/release12.04/   (props changed)
    ofbiz/branches/release12.04/applications/content/servicedef/secas.xml

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1614025

Modified: ofbiz/branches/release12.04/applications/content/servicedef/secas.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/content/servicedef/secas.xml?rev=1614027&r1=1614026&r2=1614027&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/content/servicedef/secas.xml (original)
+++ ofbiz/branches/release12.04/applications/content/servicedef/secas.xml Mon Jul 28 13:19:20 2014
@@ -105,7 +105,7 @@ under the License.
     </eca>
 
     <!-- electronic text; needs dataResourceId -->
-    <eca service="createElectronicText" event="in-validate">
+    <eca service="createElectronicText" event="invoke">
         <condition field-name="dataResourceId" operator="is-empty"/>
         <set field-name="dataResourceTypeId" value="ELECTRONIC_TEXT"/>
         <action service="createDataResource" mode="sync" result-to-context="true"/>