Hey,

see under dist/client. You'll see there all the needed jars that your client
need to have. In particular, as you've already discovered, a minimal client
needs:

ejb.jar
jnp-client.jar
jboss.client.jar
jndi.properties

You just gave up one step before the finish :)

HTH,

Simon


> -----Original Message-----
> From: Chad LaJoie [mailto:[EMAIL PROTECTED]]
> Sent: mercoledì 10 gennaio 2001 0:50
> To: [EMAIL PROTECTED]
> Subject: [jBoss-User] Single jboss client jar
> 
> 
> 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