I believe that tapestry uses javassist 3.4ga. It is likely that the tapestry ClassFactoryClassPool class is trying to use a javaassist method that isn't in 3.2
cheers Ben > -----Original Message----- > From: Tim Sawyer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 18 April 2007 7:40 AM > To: Tapestry users > Subject: T5 Class Not Found Error > > Hi, > > I'm trying to set up a project including tapestry 5.0.3 and > spring 2.0 and I > think I've got my libraries in a twist somewhere. > > I'm getting this error in my tomcat 6.0 logs and a 404 in the > browser trying > to access my app: > > Caused by: java.lang.NoSuchMethodError: > org.apache.tapestry.ioc.internal.services.ClassFactoryClassPoo > l.toClass(Ljavassist/CtClass;Ljava/lang/ClassLoader;Ljava/secu > rity/ProtectionDomain;)Ljava/lang/Class; > at > org.apache.tapestry.ioc.internal.services.CtClassSource.create > Class(CtClassSource.java:88) > ... 40 more > > > Can anyone point me in the right direction? It's probably a > libraries thing, > where I have the wrong version or two versions of a library > present. I > definitely only have tapestry 5.0.3 and javassist 3.2 in > there though . > > ta, > > Tim. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
