[JBoss-user] [EJB/JBoss] - Re: java.lang.classnotfoundexception, please help

2005-02-07 Thread juggernaut
maybe you should repackage your app in some other way? AFAIK ejbs should be packaged in jar file that contains ejb-jar.xml file, which describes classes and interface used for making calls to ejb. I use the following layout: | app.ear | | | +-beans.jar | | | | |

[JBoss-user] [EJB/JBoss] - Re: java.lang.classnotfoundexception, please help

2005-02-04 Thread kalyan120
What's the exact exception? Kalyan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865309#3865309 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865309 --- This SF.Net

[JBoss-user] [EJB/JBoss] - Re: java.lang.classnotfoundexception, please help

2005-02-04 Thread haripriya
Thanks Kalyan for tryign to help me. I have been owrking and now I get this exception, the Bean Provider must specify the fully-qualified name of the enterprise bean's remote interface This is the structure of the ear file. | | /ear ||- war ||-ejbjar |