RE: Problem using JMS with Tomcat

2004-05-18 Thread Shane Linley
Well, seeing your exception stack trace would help and perhaps a manifest of your j2ee.jar file. Otherwise if you included it into you WEB-INF/lib for your webapp that may help, but considering the name of the JAR file, I would be hesitant to use it at all, where did it come from? If you just

RE: Problem using JMS with Tomcat

2004-05-18 Thread Larry Isaacs
If you want to use JMS, add a jar that just contains JMS classes. Don't assume you can add any jar you want without side effects. If you look inside j2ee.jar, you will find a ton of additional classes besides those for JMS. Among them you will find an older version of Tomcat which, not

RE: Problem using JMS with Tomcat

2004-05-18 Thread Shapira, Yoav
-[version].jar, and exolab-core-[version] (a dependency of openjms-client), and you're all set. Yoav Shapira Millennium Research Informatics -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 7:50 AM To: Tomcat Users List Subject: RE: Problem using JMS