Re: [JBoss-user] Accessing EJB remotely

2002-12-19 Thread David Ward
Weber, You need to use the GLOBAL jndi name for your bean from remote clients. JBoss has yet to support remote clients using the env/ejb context. Change your xdoclet ejb.bean tag to have both jndi-name and local-jndi-name attributes (and view-type="both"). Use the local-jndi-name when code ru

RE: [JBoss-user] Accessing EJB remotely

2002-12-19 Thread Eric Kaplan
Weber I suspect it is because your jndi.properties url variable is missing the port of the server on gauss, most likely 1099, as in java.naming.provider.url=gauss:1099 Regards Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Weber Simoes Oliveira S