[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - wait activity (and onAlarm in pick)

wugf do-not-reply at jboss.com
Tue Nov 28 16:22:23 EST 2006


Same problem happens with onAlarm in pick.


  |     <pick>
  |       <onAlarm for="'PT5S'">
  | 			    <empty/>
  |       </onAlarm>
  |     </pick>
  |     <pick>
  |       <onAlarm for="'PT5S'">
  | 			    <empty/>
  |       </onAlarm>
  |     </pick>
  | <invoke ? /> 
  | 
It works.

But

  |     <pick>
  |       <onAlarm for="'PT5S'">
  | 			    <empty/>
  |       </onAlarm>
  |     </pick>
  | <invoke ? /> 
  |     <pick>
  |       <onAlarm for="'PT5S'">
  | 			    <empty/>
  |       </onAlarm>
  |     </pick>
  |  
It timed out after 60 seconds (while both client timeout and responseTimeout were set at 60 seconds). (In my test, the invoke itself is very fast and takes much less than 1 second)


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989487#3989487

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989487



More information about the jboss-user mailing list