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 source from subversion (using the commandline
svn published on their website) and then
    mvn package -DskipTests=true
Some tests failed when building chenillekit-tapestry module, but I
disregarded it (thats why skipTests) and then I did
    mvn install
So all the JAR are installed in my local mvn repo and now my application
works and I don't have any other problems.

But from all of chenillekit I only use the Window component for popup
windows, so my case might not be representative.
I have also moved to Tapestry 5.2.2-SNAPSHOT and it still works.

On 10/18/2010 04:31 PM, Zubair Nuamaan wrote:
> 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


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to