You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2014/07/28 15:19:32 UTC

svn commit: r1614028 - in /ofbiz/branches/release11.04: ./ applications/content/servicedef/secas.xml

Author: jacopoc
Date: Mon Jul 28 13:19:32 2014
New Revision: 1614028

URL: http://svn.apache.org/r1614028
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/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/content/servicedef/secas.xml

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

Modified: ofbiz/branches/release11.04/applications/content/servicedef/secas.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/content/servicedef/secas.xml?rev=1614028&r1=1614027&r2=1614028&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/content/servicedef/secas.xml (original)
+++ ofbiz/branches/release11.04/applications/content/servicedef/secas.xml Mon Jul 28 13:19:32 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"/>