Author: jleroux
Date: Thu Mar 19 11:58:07 2009
New Revision: 755951
URL:
http://svn.apache.org/viewvc?rev=755951&view=revLog:
mypage component
Following best practice.
Changed location="org/ofbiz/......... to location="component:// in the service location attribute.
Modified:
ofbiz/trunk/specialpurpose/mypage/servicedef/services.xml
Modified: ofbiz/trunk/specialpurpose/mypage/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/servicedef/services.xml?rev=755951&r1=755950&r2=755951&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/mypage/servicedef/services.xml (original)
+++ ofbiz/trunk/specialpurpose/mypage/servicedef/services.xml Thu Mar 19 11:58:07 2009
@@ -23,7 +23,7 @@
<description>Project Manager service definitions.</description>
<service name="sendEmailToCustomer" engine="simple" auth="true" default-entity-name="CustRequest"
- location="org/ofbiz/mypage/MyPageServices.xml" invoke="sendEmailToCustomer">
+ location="component://mypage/script/org/ofbiz/mypage/MyPageServices.xml" invoke="sendEmailToCustomer">
<description>Send email to customer when customer request is Completed or Created. </description>
<attribute name="custRequestId" type="String" mode="IN"/>
<auto-attributes mode="IN" include="pk" optional="false"/>