Your client needs the jars from the 'client' directory of the JBoss 
distribution in its classpath. That particular class is either in 
jbosssx-client.jar or jboss-jaas.jar

Devraj Mukherjee wrote:

> Hi All,
> 
> I am having some problems writing the client side code to call my 
> session bean. I quite certain that I can get the home interface all 
> right but when I execute the .create() method it falls over with the 
> message.
> 
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/jboss/security/SecurityAssociation
>         at 
> 
>org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.getPrincipal(GenericProxy.java:184)
> 
> 
>         at 
> org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:231)
>         at $Proxy0.create(Unknown Source)
>         at com.freeforums.user.UserTest.main(UserTest.java:50)
> 
> Any suggestions on this one?
> 
> Devraj
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user



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

Reply via email to