|
Hello,
Are session beans allowed to bind a rmi remote
object (which implements java.rmi.Remote) into RMI registry ?
I tried to do it in order to able to share a static
data among server side beans ! but unsuccessful and got this
security exception :
java.security.AccessControlException : access
denied (java.net.SocketPermission localhost : 1024- listen,
resolve)
Is there any solution that a bean can bind an
remote object ?
Thanks in advance,
Armond
|
- Re: Binding in RMI Registry ! Armond Avanes
- Re: Binding in RMI Registry ! Hermann Schmitt
- Re: Binding in RMI Registry ! Hermann Schmitt
- Re: Binding in RMI Registry ! Armond Avanes
- Re: Binding in RMI Registry ! Erik Voldal
- Re: Binding in RMI Registry ! gee Martin
