Author: deepak
Date: Sat Mar 19 11:12:38 2016
New Revision: 1735750
URL:
http://svn.apache.org/viewvc?rev=1735750&view=revLog:
(OFBIZ-6894) Applied patch from jira issue.
============================================================
Cannot find linkToProduct from createCommunicationEvent SECA
============================================================
Thanks Jacques for reporting issue and Rehan Khan for providing the patch.
Modified:
ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml
ofbiz/trunk/specialpurpose/scrum/servicedef/secas.xml
Modified: ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml?rev=1735750&r1=1735749&r2=1735750&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml Sat Mar 19 11:12:38 2016
@@ -25,6 +25,7 @@ under the License.
<!-- place the config directory on the classpath to access configuration files -->
<classpath type="dir" location="config"/>
+ <classpath type="jar" location="build/lib/*"/>
<!-- entity resources: model(s), eca(s), group, and data definitions -->
<entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
Modified: ofbiz/trunk/specialpurpose/scrum/servicedef/secas.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/servicedef/secas.xml?rev=1735750&r1=1735749&r2=1735750&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/servicedef/secas.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/servicedef/secas.xml Sat Mar 19 11:12:38 2016
@@ -70,8 +70,8 @@ under the License.
<set field-name="webSiteId" env-name="webSiteId"/>
<action mode="sync" service="autoScrumNotification"/>
</eca>
- <!-- when a communcation event is created check the subject for a PD# string, if found link the email to the certain product-->
-<!-- <eca service="createCommunicationEvent" event="commit">
+ <!-- when a communication event is created check the subject for a PD# string, if found link the email to the certain product-->
+ <eca service="createCommunicationEvent" event="commit">
<action service="linkToProduct" mode="sync"/>
</eca>
---></service-eca>
+</service-eca>