Alexey,

You mentioned having changed web.xml to satisfy stripes 1.5. There may be other necessary changes. If you read section 3 of the file upgrading.txt (which is in the root of the Stripes distribution) you may find some code changes are necessary also. Gregg is right about log4j - you should make sure its working properly and you might want to increase the log level to debug temporarily.

Chris.

On Oct 28, 2008, at 6:11 PM, Alexey wrote:

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

-------------------------------------------------------------------------
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

Reply via email to