[JBoss-user] [EJB/JBoss] - Re: Problem using remote interface

2004-09-26 Thread jgbargar
First, let me clarify that the client is on the same machine - just not in the container (they're junit tests). It is this attempt to get the remote interface that is proving problematic. Using local interfaces from a web app deployed in JBoss as well as inter-EJB calls are working fine.

[JBoss-user] [EJB/JBoss] - Problem using remote interface

2004-09-25 Thread jgbargar
Hello there, Our application (in a bold new use of J2EE technology ;)) has Session EJBs that are called remotely. I am having a problem where I am able to successfully lookup the Home but then the create() method is failing. I have confirmed that the Session bean in question is deploying