Re: [Resin-interest] Error while deploying a web application on Resin 3.1.6

2008-07-11 Thread Emil Ong
On Thu, Jul 10, 2008 at 08:13:05PM -0700, George Wei wrote: All items in my classpath are as follows: [snip] Hi George, I don't see the hibernate jar in there... is it perhaps in your webapp's lib? If Resin is compiling your Java source for you, you might try deleting the class files in

Re: [Resin-interest] Error while deploying a web application on Resin 3.1.6

2008-07-11 Thread George Wei
Yes, you're right. Thank you and Scott. The reason is I added Hibernate Annotations 3.3.0 GA and EntityManager 3.3.2 GA in my project. As describled in the compatibility matrix on Hibernate's website, EntityManager 3.3.2 GA is compatible with Annotations 3.3.x, so I believe they are REALLY

Re: [Resin-interest] Error while deploying a web application on Resin 3.1.6

2008-07-10 Thread Scott Ferguson
On Jul 9, 2008, at 11:03 PM, George Wei wrote: Dear all, I've created a web application and deployed it on Tomcat 6.0.x, it works fine. Then I tried to deploy the same war file on Resin 3.1.6, I got the following error messages: It seems method

Re: [Resin-interest] Error while deploying a web application on Resin 3.1.6

2008-07-10 Thread George Wei
All items in my classpath are as follows: . D:\Java\JDK150\lib\tools.jar D:\Java\JDK150\jre\lib\rt.jar E:\Applications\resin-3.1.6\classes E:\Applications\resin-3.1.6\lib\resin.jar E:\Applications\resin-3.1.6\lib\activation.jar E:\Applications\resin-3.1.6\lib\ejb-15.jar