[jboss-dev-forums] [jBPM Development] - Timer error

abhijit passi do-not-reply at jboss.com
Wed Jan 12 02:30:51 EST 2011


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&containerType=14&container=2035]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110112/4430c6df/attachment.html 


More information about the jboss-dev-forums mailing list