For anyone that uses Chenillekit, you should probably include an exclusion to 
prevent the 2 conflicting versions of javassist appearing on your classpath:    

<dependency>
                        <groupId>org.chenillekit</groupId>
                        <artifactId>chenillekit-tapestry</artifactId>
                        <version>1.0.0</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>jboss</groupId>
                                        <artifactId>javassist</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>

Peter
----- Original Message -----
From: "jose luis sanchez" <joseluis.sanc...@m-centric.com>
To: "Tapestry users" <users@tapestry.apache.org>
Sent: Tuesday, 14 July, 2009 10:51:29 GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul
Subject: Re: Problems deploying tapestry App in Tomcat 5.x/6.x

Yes, that was the problem !!
Thanks ..  now, i have excluded the javassist that chenillekit depends 
on .. and old one, and everything looks and works ok :-)
> Maybe you have dublicate javassist jar in your classpath.
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to