The service triggered by the SECA (in your case service1) can only use parameters in the trigerring service (in your case createPartyGroup)
See for instance http://markmail.org/message/grj4lqpocrjandir (BTW any attempts 
Rashko ? ;o)
And at large 
http://cwiki.apache.org/confluence/display/OFBTECH/Service+Engine+Guide#ServiceEngineGuide-ECAs

Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org

From: "zhiyongcui" <[email protected]>
I am wondering how to set the attributes of a eca's action service ?for
example, I defined a service named service1 which has two attributes named
attribute1 and attribute2. and this service as a action service of a seca
service as below:
      <service name="service1" engine="">
         <attribute name="attribute1" optional="false"/>
         <attribute name="attribute2" optional="false"/>
      </service>
      <eca service="createPartyGroup" event="commit">
       <condition operator="is-not-empty" field-name="partyId"/>
       <action mode="sync" service="service1"></action>
       </eca>
How to set the value of service1 When I use the service createPartyGroup .
--
View this message in context: 
http://n4.nabble.com/attribute-of-a-action-service-tp949513p949513.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Reply via email to