Hello, 

  I wrap a business method in a stateless session bean. The client calls this 
bean with different input. This method will fail on some cases (not returning 
or taking very long time to process). I want to be able to abort my client call 
if this takes too long. Also I want to be able to restart this bean after 
client aborts. Something like: 

while (true) {

  call bean;
  if too long, abort & restart the bean;
}

What will be the most efficient way to do this in EJB3? 

Thanks. 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036862
_______________________________________________
jboss-user mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to