[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

[JBoss-user] [JNDI/Naming/Network] - Re: I seem to be having a simular problem

2006-04-29 Thread dsecondymail
[EMAIL PROTECTED] wrote : jboss does not use RMI/IIOP by default. It also does not provide an RMI registry. The 1099 port is a socket based JNDI implementation that supports access via an RMI/JRMP protocol by default. See the RMI Registry Service Provider section of the jdk javadoc for ways to

[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=bbop=viewtopicp=3937846#3937846 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937846

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

2006-04-13 Thread dsecondymail
hello: my ejb client calls ejb stateless session bean. but sometimes the bean processed long time, and thus, the client was hung for long time. I want to know , can I set a timeout on ejb bean? And another question, if I use transaction timeout, this problem still existed, I have tried to