NoClassDefFoundError: org/jboss/security/SecurityAssociation
        means that your client cannot find the class
org/jboss/security/SecurityAssociation

        all you have to do is to tell your application where it can find
that class

        -> add (the matching version of) jbosssx-client.jar to the clients
classpath and you will be happy :-)

        gerolf.


> -----Urspr�ngliche Nachricht-----
> Von:  Mukul Kumar [SMTP:[EMAIL PROTECTED]]
> Gesendet am:  Donnerstag, 10. Mai 2001 16:00
> An:   '[EMAIL PROTECTED]'
> Betreff:      [JBoss-user] Security Exception , but from where and how
> 
> hi friends, 
> 
> I am having this strange problem . My bean compiles fine and is deployed
> fine on JBOSS2.2 . My client gives me the following exce[ption. I have
> tried
> this with all kind of beans from BMP's to stateles session beans. The
> point
> woth noting is that the same beansand clients used to work fine on jboss
> 2.0
> earlier. Please help me resolve my dilemna ASAP.
> 
> Got reference
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/jboss/security/SecurityAssociation
>         at
> org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.getPrincipal(GenericPro
> xy
> .java:184)
>         at
> org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:231)
>         at $Proxy0.create(Unknown Source)
>         at InterestClient.main(InterestClient.java:50)
> 
> Thanks,
> 
> Regards
> Mukul kumar
> 
> 
> 
> 
> _______________________________________________
> 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