Hello, every one.
I am using jboss-2.1 with tomcat 3.2 beta.
but I am surprised that I can not get InterestBean ejb test client work.
When I run the client java class,
it give me such an error message
Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/security/Se
curityAssociation
at org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.getPrincipal(Gener
icProxy.java:184)
at org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java
:231)
at $Proxy0.create(Unknown Source)
at com.web_tomorrow.interest.InterestClient.main(InterestClient.java:60)
I run it under jboss2.0 final, it works well.
but I run it under jboss.21, it can not work.
I trace its code, found that when home.create(), the error happened.
I wonder it is the config error, but I dont know how to correct it, I didnot change the config files since I install jboss2.1