Subject: [JBoss-user] How to do a lookup to an EJB from java class loaded in
the JVM of an Oracle 8i ?
Same way you do from a client workstation... make sure it can see the
relevant jar files and get the initial context using JNDI. All EJB
containers are basically big fancy RMI servers. It's all in the manuals, and
the interest bean sample doco walks you through it.
Beware - because they're in separate JVMs you're gonna incur the full cost
of a remote method invocation.
Depending on circumstances you might be better off if the container runs in
the Oracle JVM. Sorry, but I have no idea how this might be done. Others may
be able to help.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user