Re: Tapestry 5.2.1 upgrade woes

2011-08-30 Thread Javicha
I´m getting the same error that you with Spring dependencies. I´m using Spring 2.5.6 and Tapestry 5.2.6. Which version you are using? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-2-1-upgrade-woes-tp2849844p4746551.html Sent from the Tapestry - User mailing

Re: Tapestry 5.2.1 upgrade woes

2011-08-29 Thread ppetroup
Hi the spring version I am using is 3.0.3.RELEASE -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-2-1-upgrade-woes-tp2849844p4747055.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Tapestry 5.2.1 upgrade woes

2011-02-12 Thread ppetroup
It looks like the conflict was with the spring dependencies. My problem has been resolved by using this in my pom.xml org.springframework spring-web ${spring-release-version} org.springframework spring-

Re: Tapestry 5.2.1 upgrade woes

2011-02-10 Thread ppetroup
Thanks Alejandro/Thiago, I updated my chenillekit dependency as shown below org.chenillekit chenillekit-tapestry 1.3.0

Re: Tapestry 5.2.1 upgrade woes

2011-02-10 Thread Alejandro Scandroli
Hi Petros You should upgrade to chenillekit 1.3.0. Chenillekit 1.3.0 depends on tapestry 5.2.2 so you still need to exclude some dependencies. This is my conf: org.chenillekit chenillekit-tapestry 1.3.0 org.apache.tapestry

Re: Tapestry 5.2.1 upgrade woes

2011-02-10 Thread Thiago H. de Paula Figueiredo
Is ChenilleKet 1.2.0 compatible with Tapestry 5.2.4? I guess not, so you probably answered your own question. ;) ChenilleKet 1.2.0 depends on an internal class, RequestPathOptimizer, so Tapestry's backward compatibility wasn't a problem here. On Thu, 10 Feb 2011 03:09:13 -0200, ppetroup wr

Re: Tapestry 5.2.1 upgrade woes

2011-02-09 Thread ppetroup
I just hit the same problem while attempting to upgrade from T5.1.0.5 to T5.2.4 Caused by: java.lang.ClassNotFoundException: org.apache.tapestry5.internal.services.RequestPathOptimizer I read the relevant posts and made sure I only have the following T5 dependencies but I am still getting the sam

Re: Tapestry 5.2.1 upgrade woes

2010-10-19 Thread Vangel V. Ajanovski
My intention is not to be harsh. I could not be harsh to anyone giving me something as open and free. It's a gift. We have a proverb that you don't check and complain about the teeth of a horse you got as a gift. First of all it would be impolite and unfair. We are just really unhappy if Equanda o

Re: Tapestry 5.2.1 upgrade woes

2010-10-19 Thread Howard Lewis Ship
Don't be too harsh on the 3rd party developers; we're still working out what needs to be public and how. We take the "internals can change at any time" vow seriously, which is painful for any 3rd party library developers, as sometimes you have to dive into the internal side to accomplish things.

Re: Tapestry 5.2.1 upgrade woes

2010-10-19 Thread Vangel V. Ajanovski
I don't think it's a framework problem but Chenillekit problem. Imagine for example you are building an application with Oracle database via JDBC but you are not using the regular published JDBC interfaces that everybode else does, but some internal class that is part of the exact implementation of

Re: Tapestry 5.2.1 upgrade woes

2010-10-19 Thread Inge Solvoll
This is a big problem for third party libraries. I already removed equanda from my application to avoid these situations, now I'm tempted to let chenillekit go too. I only use it to a very limited extent. It's been a couple of months now with a rather stable 5.2, third parties should have had plent

Re: Tapestry 5.2.1 upgrade woes

2010-10-18 Thread Vangel V. Ajanovski
The chenillekit 1.3.0-snapshot that is found arround the net in maven repositories is older version. The problem was fixed only 2-3 days ago. You will have to wait till they publish a more recent 1.3.0-snapshot (it should be dated later than 15th october). What I did is I downloaded chenillekit so

Re: Tapestry 5.2.1 upgrade woes

2010-10-18 Thread Zubair Nuamaan
Hey, did you manage to find a fix for your problem? I updated to use the new Tapestry 5.2.1 and am getting the same error java.lang.NoClassDefFoundError: org/apache/tapestry5/internal/services/RequestPathOptimizer I also updated to chenelkit 1.3.0-sanpshot. Thanks, Zubair -- View this me

Re: Tapestry 5.2.1 upgrade woes

2010-09-23 Thread P . Stavrinides
day, 22 September, 2010 18:19:06 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Tapestry 5.2.1 upgrade woes On Wed, 22 Sep 2010 12:13:11 -0300, wrote: > Hi, Hi! > java.lang.NoClassDefFoundError: > org/apache/tapestry5/internal/services/RequestPathOptimizer You seem to

Re: Tapestry 5.2.1 upgrade woes

2010-09-22 Thread P . Stavrinides
, Beirut, Bucharest, Istanbul Subject: Re: Tapestry 5.2.1 upgrade woes On Wed, 22 Sep 2010 12:13:11 -0300, wrote: > Hi, Hi! > java.lang.NoClassDefFoundError: > org/apache/tapestry5/internal/services/RequestPathOptimizer You seem to have two versions of Tapestry in the classpath at t

Re: Tapestry 5.2.1 upgrade woes

2010-09-22 Thread Thiago H. de Paula Figueiredo
On Wed, 22 Sep 2010 12:13:11 -0300, wrote: Hi, Hi! java.lang.NoClassDefFoundError: org/apache/tapestry5/internal/services/RequestPathOptimizer You seem to have two versions of Tapestry in the classpath at the same time. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapest

Tapestry 5.2.1 upgrade woes

2010-09-22 Thread P . Stavrinides
Hi, I saw this recent change: https://issues.apache.org/jira/browse/TAP5-1267 Which accounts for the removal of RequestPathOptimizer but I am getting the following exception, so am wandering if I am missing something? 2010-09-22 18:10:43.418:WARN::failed contexthandlercollect...@7fa5f230: jav