abhijit passi [
http://community.jboss.org/people/passiabhijit] created the discussion
"Timer error"
To view the discussion, visit:
http://community.jboss.org/message/580198#580198
--------------------------------------------------------------
Hi
I am trying to out a timer around ESBActionHandlerNode, but the transition never happens
Here is the code
<node name="FetchUserEsb">
<action
class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
<esbCategoryName>FetchUserAlfrescoCat</esbCategoryName>
<esbServiceName>FetchUserAlfrescoServ</esbServiceName>
<exceptionTransition>exception</exceptionTransition>
<bpmToEsbVars/>
<esbToBpmVars>
<mapping esb="BODY_CONTENT" bpm="userList" />
</esbToBpmVars>
</action>
<timer name='timeout' duedate='10 seconds'
transition='TimeOut' >
</timer>
<transition to="MailSetUpNode"
name="MailSetUpNode"></transition>
<transition to="ExceptionNode"
name="exception"></transition>
<transition to="TimeOut"
name="TimeOut"></transition>
</node>
can anyone tell me whats wrong here?
thanks..
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/580198#580198]
Start a new discussion in jBPM Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]