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 classpath.

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: > > org.apache.tapestry5.ioc.internal.services.ClassFactoryClassPool.toC

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 versi

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 org.apache.

RE: T5: Works in Jetty but not in Tomcat

2007-05-30 Thread Jonathan Glanz
issue involving JAXP/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) o

RE: T5: Works in Jetty but not in Tomcat

2007-05-30 Thread Joel Wiegman
nvolving JAXP/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

Re: T5: Works in Jetty but not in Tomcat

2007-05-30 Thread Marcus
Check this: in POM.XML, use 5.0.5-SNAPSHOT or 5.0.4 the command mvn jetty:run works?

Re: T5: Works in Jetty but not in Tomcat

2007-05-30 Thread erwin_br
Marcus: or build war file and deploy: mvn war:war (inside app dir, war will be in appdir/target) i get a error.when a type mvn: war:war at my appdir.. Microsoft Windows XP [versão 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Projetos\musiclib>dir O volume na unidade C não tem no

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

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 T