Re: T5.0.12 : MappedConfiguration error in AppModule

2008-05-25 Thread Stephane Decleire
I've just found the problem. I had integrated tapestry-acegi which is not ported under 5.0.12 yet ... Stephane Decleire a écrit : Here is my complete stack trace : 12:57:12.140 INFO [main] org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:198) >09>

Re: T5.0.12 : MappedConfiguration error in AppModule

2008-05-23 Thread Stephane Decleire
Here is my complete stack trace : 12:57:12.140 INFO [main] org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:198) >09> Root WebApplicationContext: initialization completed in 4058 ms Exception in thread "main" java.lang.NoClassDefFoundError: org/apach

Re: T5.0.12 : MappedConfiguration error in AppModule

2008-05-23 Thread Stephane Decleire
Didn't know that the maven package had its artifactid changed ... Perhaps that should be added to the 5.0.12 release notes. In any case, my error is still there ... Stephane Filip S. Adamsen a écrit : That's weird. Have you changed the org.apache.tapestry:tapestry-annotations dependency to o

Re: T5.0.12 : MappedConfiguration error in AppModule

2008-05-23 Thread Filip S. Adamsen
That's weird. Have you changed the org.apache.tapestry:tapestry-annotations dependency to org.apache.tapestry:tapestry5-annotations? -Filip Stephane Decleire skrev: I use Maven and i have forced a refresh of my repository but i get the same error ... Stephane Filip S. Adamsen a écrit : Hi

Re: T5.0.12 : MappedConfiguration error in AppModule

2008-05-23 Thread Peter Stavrinides
anbul Subject: Re: T5.0.12 : MappedConfiguration error in AppModule I use Maven and i have forced a refresh of my repository but i get the same error ... Stephane Filip S. Adamsen a écrit : > Hi, > > This is most likely due to classpath conflicts. Make absolutely sure > that you don't have a

Re: T5.0.12 : MappedConfiguration error in AppModule

2008-05-23 Thread Stephane Decleire
I use Maven and i have forced a refresh of my repository but i get the same error ... Stephane Filip S. Adamsen a écrit : Hi, This is most likely due to classpath conflicts. Make absolutely sure that you don't have any old Tapestry jars around from before the package rename. -Filip On 20

Re: T5.0.12 : MappedConfiguration error in AppModule

2008-05-22 Thread Filip S. Adamsen
Hi, This is most likely due to classpath conflicts. Make absolutely sure that you don't have any old Tapestry jars around from before the package rename. -Filip On 2008-05-23 00:54, Stephane Decleire wrote: Hi, I've just tried to move an application from T5.0.11 to 5.0.12-SNAPSHOT but get