Title: security.SecurityAssociation?

Hi,

I'm new to Jboss and EJB.  While trying to set up a sample EJB client/server application, my client applications fails to start.  It's complaining about "org/jboss/system/SecurityAssociation", which doesn't exist in any package, I checked out the cvs code and the class is defined as org.jboss.security.SecurityAssociation, any help is appreciated.

Thanks!

================================================================

Got context
Got reference
java.lang.NoClassDefFoundError: org/jboss/system/SecurityAssociation
        at org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.getPrincipal(GenericProxy.java:57)
        at org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:217)
        at $Proxy0.create(Unknown Source)
        at com.starmedia.category.CategoryClient.<init>(CategoryClient.java:51)
        at com.starmedia.category.CategoryClient.main(CategoryClient.java:70)

Reply via email to