Thank you, darranl. That's very helpful.
However, what I am asking is that say you have THAT jar file in the correct
directory and say you have another .jar file that you've previously created
that you want to call from the bean implementation where do you put it? In the
lib directory of jb
I guess what I am trying to do is write a simple session ejb where the
implementation (bean part) calls a framework that I made (jar file). I just
want to know where to put this jar file. Does that make sense?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
I'm having a problem making jboss 3.2.5 work with my .jar file that I wrote.
It's a simple session bean and it blows up on a class that I have in my .jar
file. Where do I put this .jar file? Any ideas?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865604
Wow! I didn't know that! So, where do you put this jar file?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865458#3865458
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865458
-
The class is in a jar and I put the jar file in the /clients directory. It
compiles, but runtime dies. Here is the code in the bean class. I was just
testing it .
package com.javiers.j2ee;
import java.rmi.RemoteException;
import javax.ejb.SessionBean;
import javax.ejb.SessionContext;
import
I'm getting errors when I do a simple session bean. Anyone have any ideas?
Here's part of the error log :
2005-02-04 21:22:11,188 ERROR [org.jboss.ejb.plugins.LogInterceptor] Unexpected
Error:
java.lang.NoClassDefFoundError: com/javiers/JaviersBroker/FitnessBroker
at com.javiers.j2ee.Lo