Please advise if there is a full list of ALL incompatibilities between Stripes1.5 and Stripes1.4 ? I have an application on Stripes1.4 but when I simply replace stripes libraries (stripes.jar, cos.jar and commons-logging.jar) from version 1.4 to 1.5 and change web.xml to satisfy stripes1.5 - the deployment on tomcat 6.0.13 fails...
>From log I can see that Stripes Initialization finds the ActionBeans and does the binding to ActionBean methods. I guess Validation binding is supposed to go next - but Tomcats's log silently shows only this (there are no 'prevoius errors'): Oct 29, 2008 1:06:28 AM org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Oct 29, 2008 1:06:28 AM org.apache.catalina.core.StandardContext start SEVERE: Context [/my-app] startup failed due to previous errors Does anyone have any ideas? ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
