This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi, Guys, I am new to EJB world. I am using jBoss-2.2.2. I have a EJB jar file in the structure: - META-INF\ ejb-jar.xml productMg\ Product.class ProductHome.class ProductBean.class I dropped this jar file in the "deploy" directory of jBoss. Then I want to run the client: > java productMg.Client However, I got the error says: Exception in thread "main" java.lang.NoClassDefFoundError: org\jboss\security\SecurityAssociation. Looks it is caused by home.create(). Why is that? How to fix it? Thanks in advance. Florence
Hi Florence, Include jbosssx-client.jar (which is in the jboss/client directory), in the classpath.
Florence Cheung
Greenhorn
Joined: Mar 18, 2001
Posts: 24
posted
0
Hi, Jayakuma, Thanks for help! I did that already. Actually I added all the jar files in jboss-2.2.2\client to CLASSPATH. But still the same error. Why? Help needed! Florence
Hi florence even i am having the same problem.I have worked with weblogic.Weblogic works fine with my example but in Jboss it give security association exception. If u get the solution plz inform me also. My email id is kundanvarma@rediffmail.com
I had the same exception as well as others, and for JBoss 3.0.2 this is the classpath that worked for me when compiling my client app.
-classpath .:/jboss-3.0.2/client/jboss-client.jar:/jboss-3.0.2/client/jnp-client.jar:/jboss-3.0.2/client/jboss-common-client.jar:/jboss-3.0.2/client/log4j.jar:/jboss-3.0.2/client/jboss-j2ee.jar:/jboss-3.0.2/client/jbosssx-client.jar Hope it works for you too!
Mensa member, Certified bartender, Created the Internet (along with Al Gore), Speak 9 languages fluently (this includes pig latin), Spelling Bee Winner, 8th Grade Math Award, Can hold breath under water for more than 2 minutes