Hi all,
I am new to jboss and want to learn EJB through jboss. I was trying to
follow the 7 step tutorial (using the interest example) given and was
successful in deploying the EJB in jboss. But I am having problems in
running the client(InterestClient).
I was able to successfully compile the InterestClient.java without any
error. But when I try to run it is giving the following error while I
run it.
Got context
Got reference
Exception in thread "main" java.lang.NoClassDefFoundError:
org/jboss/security/SecurityAssociation
at
org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.getPrincipal(GenericP
roxy.java:184)
at
org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:23
1)
at $Proxy0.create(Unknown Source)
at InterestClient.main(InterestClient.java:49)
Can someone help me to get rid of this error and how I can run the
client correctly. The line 49 where the error is flagged contains this
line
"Interest interest = home.create();"
Thanks,
Anand.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user