Author: jacopoc
Date: Mon Jul 28 13:19:06 2014
New Revision: 1614026
URL:
http://svn.apache.org/r1614026Log:
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/release13.07/ (props changed)
ofbiz/branches/release13.07/applications/content/servicedef/secas.xml
Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1614025
Modified: ofbiz/branches/release13.07/applications/content/servicedef/secas.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/content/servicedef/secas.xml?rev=1614026&r1=1614025&r2=1614026&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/content/servicedef/secas.xml (original)
+++ ofbiz/branches/release13.07/applications/content/servicedef/secas.xml Mon Jul 28 13:19:06 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"/>