[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 bind 
into a non-RMI registry.

I hava the same problem, on our project, we want to use jboss as ejb container 
, but we also have some rmi server runs on different machines independently, I 
don't want to use rmiregistry for rmi or tnameserv for rmi-iiop, I want to let 
the rmi or rmi-iiop server rebind it's implementation into jboss. 
but as you have said, does it meaning that it's impossible for us to do this? 

another question, if I use rmiregistry or tnameserv instead, and I will call 
rmi server in stateless session bean, I think this must can be finished 
successfully in jboss, is it right? 

thanks inadvance  

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 
invocation? I estimate , at the lower layer of ejb implementation, session 
bean's invocation is actually implemented by tcp/ip 
and this layer is in asyn mode, and ejb provide a sync mode encapsulation for 
this action, but why it could not support a timeout into this action? 


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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-04-12 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 set transaction timeout in jboss, although jboss 
application server found it has timed out, it still doesn't return to client, 
the bean is still processing(perhaps hunging), only the bean has finished and 
returned , then jboss found its timed out, and then return to client! but I 
think if transaction timeout work like this manner, its no use at all.  whether 
I have done some wrong with transaction ? 


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user