Hi!
The jars which should be included in your classpath as a bare minimum
are ejb.jar and jboss-client.jar as the "Getting Started" examples
state. Please go through http://www.jboss.org/manual/clients.html for
all the details. Do not forget to include the path where your
jndi.properties resides to your classpath. Do not include j2ee.jar (from
SUNs J2EE) into your classpath as it contains a jndi.properties itself !

Good Luck,
Tobias

Chad LaJoie wrote:
> 
> I've been rummaging around all the documentation and I haven't been able to
> find anywhere that tells me which files I need to include in my EJB clients
> so that they can talk to the server.  One doc says to include the
> lib/ext/ejb.jar.  This fixed some of my problems but then I had problems
> not being able to find the javax.naming stuff so I had to include jndi.jar
> then it couldn't find the jndi connection factory, so I had to include
> lib/ext/jnpserver.jar, then I had problems with the RMI communication and
> it wanted me to include a file from the src tree,
> org.jboss.ejb.plugins.jrmp13.interfaces.Homeproxy, at this point I just
> gave up.  Isn't there a single jar file that I can include in my clients
> that will have all the needed files, with the exception of my bean
> interfaces, for client/server communications?  If not could some one please
> tell me all the files I need so I can create one.  My client isn't doing
> anything special.  It's asking for the home and then just running EJBHome
> methods on it.  It's just meant to test that it was deployed properly.  Any
> help would be appreciated.
> 
> Chad La Joie                           "Only a man who can not conquer
> IT Specialist                             his deficiencies feels the need to
> IS&C - WARD                              convince the world he has none"
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to