I have recently downloaded JBoss2.0_pr4_beta, successfully installed it, as
well as, some EJBeans. In my efforts to unit test bean functionality, i have
created a small application that simply looks up an EJBeanHome and uses it
to create it's remote interface and then invokes some method on the remote
interface. It appears that the home interface is being retrieved
successfully but then I get the following error when the home.create() is
called.

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.trisect.system.Tri_SystemManager.startSystem(Tri_SystemManager.java:111)
at
com.trisect.system.test.Tri_SystemManagerTest.main(Tri_SystemManagerTest.jav
a:26)

I have every single jar file in the /jboss/lib/ in my classpath. I have
searched through the jar files looking for the SecurityAssociation.class
file and have found none. There does, however, seem to be a
SecurityAssociation.java file. It appears that it's class file has escaped
the jboss.jar build.

I feel that this is definitely a classpath issue. Either the class file
exists, and I don't have it in my classpath or the class file does not exist
in the /jboss/lib/ directory or subdirectory.

Any help would be greatly appreciated.

Thanks.

PS.
My config: NT4.0 workstation, JDK1.3, JBoss2.0_pr4_beta

Robert Taylor - Staff Developer
Trisect, Inc.
2030 Powers Ferry Road
Suite 121
Atlanta, Georgia 30339
[EMAIL PROTECTED]
770.850.9858  xt. 1509



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to