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
 
 

Reply via email to