[JBoss-user] [EJB/JBoss] - Re: can I set ejb timeout?

2006-04-29 Thread dsecondymail
thanks for you reply. I know what 's your meaning. so the result is ejb 's session bean doesn't support timeout ( although you can set transaction timeout , but as you just said, it has a long term bug in jboss). but I found it so strange, why ejb couldn't support timeout on session bean's inv

[JBoss-user] [EJB/JBoss] - Re: can I set ejb timeout?

2006-04-24 Thread mlybarger
btw, i created a simple slsb, and set the timeout to 2 seconds. the client (remote java app) did indeed just hang. a message was posted on the server that the transaction timed out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938880#3938880 Reply to the

[JBoss-user] [EJB/JBoss] - Re: can I set ejb timeout?

2006-04-22 Thread mlybarger
if you're doing a potentially long running transaction and you don't want the client to wait, i would choose a MDB instead of a stateless session bean. client posts message and is done. though i would think that if a transaction timed out, the container should throw a remote exception possibly

[JBoss-user] [EJB/JBoss] - Re: can I set ejb timeout?

2006-04-18 Thread dsecondymail
no one can help me? I'm so urgent for this question, thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937846#3937846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937846 --