At 10:28 AM 3/27/01 +0200, you wrote:
>sorry if this is an RTFM, but i'm not able to find any documentation about 
>my problem.

I'm working on it.

>ok, i want to deploy an enterprise application, which contains one .jar 
>and one .war file in it. the .war file contains one servlet. this servlet 
>calls methods on one stateless enterprise bean from the .jar file.
>now i have the problem that the servlet cannot find the bean's home 
>interface! what am i missing?

For jBoss 2.0 FINAL, copy the -ejb.jar to the WEB-INF/lib dir, too. This is 
not needed in jBoss 2.1 (because everything's running in one happy JVM), 
and it unnecessarily duplicates the .jar file in the final .ear file.

See
   http://java.sun.com/j2ee/tutorial/doc/WebComponents4.html#66301

-- Ken Jenks, http://abiblion.com/

    Tools for reading.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to