[JBoss-user] [Beginners Corner] - Re: JBoss as a RMI Server

2005-12-13 Thread chris.mag
It did! Thanks a lot for your reply! Now I need to dig a bit deeper to see how to set that up at deployement time (for now, I've just tested from the Duke's Bank Sample client app, by launching the configuration of my server app via a call to a StatelessSessionBean...) Thanks again Cheers Chris

[JBoss-user] [Beginners Corner] - Re: JBoss as a RMI Server

2005-12-09 Thread yantriki
You need the following: 1. rmi.policy file with the following content grant { // Allow everything for now permission java.security.AllPermission; }; 2. You will need the jboss-client.jar available in JBOSS_HOME/client folder. The jar provides JNDI lookups. 3. In the client appli