[JBoss-dev] [EJB on JBoss] - Re: Using RMI to access Java/jni application from a Session

2004-04-29 Thread jmaclatchie
Thanks, I found my answer. It turns out the only requirement is to place the Transparent RMI jar, trmi.jar, in the jboss_home/server/your_server/lib directory. Once done the session EJB can access the designated object from the RMI server in one single call and then all the objects methods

[JBoss-dev] [EJB on JBoss] - Using RMI to access Java/jni application from a Session EJB

2004-04-28 Thread jmaclatchie
After reading through the postings concerning the use of EJB objects attempting to access jni it is apparent that this is verboten. Does anyone know (security issues aside for the moment) if it is possible to use plain RMI to access a java/jni combined application running on a separate machine