Re: T5: Works in Jetty but not in Tomcat

2008-08-12 Thread wassila
Hello, thanks for your response. But I want to know wich is the correct version of Javassist and if tapestry-ioc-5.0.13 jar contains javassist jar, if this is the case do we need to add a separate jar of javassist in our classpath. Currently I have a separate javassist-3.7.ga jar on my

Re: T5: Works in Jetty but not in Tomcat

2008-08-11 Thread wassila
Hello, I have poblem to deploy my app (tapestry5) in Tomcat 6. It works fine in Jetty but not in Tomcat. the exception is : SEVERE: Exception starting filter diffusionAssignation java.lang.RuntimeException: Error building service proxy for service 'ServletApplicationInitializer' (at

Re: T5: Works in Jetty but not in Tomcat

2008-08-11 Thread Howard Lewis Ship
Caused by: java.lang.NoSuchMethodError: org.apache.tapestry5.ioc.internal.services.ClassFactoryClassPool.toClass(Ljavassist/CtClass;Ljava/lang/ClassLoader;Ljava/security/ProtectionDomain;)Ljava/lang/Class; This represents an issue w.r.t. the Javassist library. Make sure you have the correct

Re: T5: Works in Jetty but not in Tomcat

2008-08-11 Thread Kevin Menard
I've had issues with Tomcat not totally clearing its cache dir, too. Make sure you get that. -- Kevin On Mon, Aug 11, 2008 at 5:15 PM, Howard Lewis Ship [EMAIL PROTECTED] wrote: Caused by: java.lang.NoSuchMethodError:

T5: Works in Jetty but not in Tomcat

2007-05-30 Thread Joel Wiegman
My application is working fine in Jetty but not in Tomcat. I've already followed the deployment instructions found here ( http://tapestry.apache.org/tapestry5/tomcat.html ). I confirmed that my classes are being jarred up by Maven and put into the WEB-INF/lib directory. Using JDK 1.5.0_11, and

Re: T5: Works in Jetty but not in Tomcat

2007-05-30 Thread Marcus
Hi, For us T5 works fine with Tomcat or Jetty. mvn tomcat:run (inside app dir) or build war file and deploy: mvn war:war (inside app dir, war will be in appdir/target) Marcus

Re: T5: Works in Jetty but not in Tomcat

2007-05-30 Thread Marcus
Check this: in POM.XML, use tapestry-release-version5.0.5-SNAPSHOT/tapestry-release-version or tapestry-release-version5.0.4/tapestry-release-version the command mvn jetty:run works?

RE: T5: Works in Jetty but not in Tomcat

2007-05-30 Thread Joel Wiegman
. Cheers, Joel -Original Message- From: Marcus [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 1:55 PM To: Tapestry users Subject: Re: T5: Works in Jetty but not in Tomcat Hi, For us T5 works fine with Tomcat or Jetty. mvn tomcat:run (inside app dir) or build war file and deploy

RE: T5: Works in Jetty but not in Tomcat

2007-05-30 Thread Jonathan Glanz
/Xerces. Cheers, Joel -Original Message- From: Marcus [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 1:55 PM To: Tapestry users Subject: Re: T5: Works in Jetty but not in Tomcat Hi, For us T5 works fine with Tomcat or Jetty. mvn tomcat:run (inside app dir) or build war file