Have changed it in your web.xml?
<filter>
 <filter-name>app</filter-name>
 <filter-class>org.apache.tapestry5.TapestryFilter</filter-class>
</filter>

----- Original Message -----
From: "Stephane Decleire" <[EMAIL PROTECTED]>
To: "Tapestry users" <users@tapestry.apache.org>
Sent: Friday, 23 May, 2008 1:03:28 PM GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul
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 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 the following error at startup :
>>
>> Exception in thread "main" java.lang.NoClassDefFoundError: 
>> org/apache/tapestry/ioc/MappedConfiguration
>>
>> Looking at my AppModule class, i have :
>>
>> import org.apache.tapestry5.ioc.MappedConfiguration;
>> ...
>> public static void 
>> contributeApplicationDefaults(MappedConfiguration<String, String> 
>> configuration) {
>>    ...
>> }
>>
>> Has anybody already faced the same error ? I don't understand why the 
>> NoClassDefFoundError refers the org.apache.tapestry package while i 
>> use the org.apache.tapestry5 package ...
>>
>> Stephane
>>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to