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