[EMAIL PROTECTED] wrote:

> As an experiment I tried deploying the interest example bean and running 
> the client not as said in the Manual (from the examples/build dir) but 
> from my root dir. To my surprise I needed to have all sorts of container 
> related jar files in my classpath to run the client. Could this be right 
> or am I missing something?
> 
> - to compile all I needed was ejb.jar. Makes sense.
> 
> Why does my client need the following jars to run?
> - jnpserver.jar to get an org.jnp.interfaces.NamingContextFactory


Use jnp-client.jar from the client directory


> - jboss.jar to get org.jboss.ejb.plugins.jrmp13.interfaces.HomeProxy


use jboss-client.jar from the client directory


> - jta-spec1_0_1.jar to get javax.transaction.TransactionManager


that's also in the client directory.


> - jboss-jaas.jar to get org.jboss.security.SecurityAssociation



Use jbosssx-client.jar from the client directory


> 
> Does this mean my clients all have to know about all these jars? That 
> doesn't sound right. I must be missing something. Could someone please 
> enlighten me here?


You're not missing anything - those are all required, but you should use 
the 'client' versions of most of them.

-danch



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to