Re: Issue upgrading to Struts 6.0

2022-07-26 Thread Lukasz Lenart
Ok, so it's related to this issue https://issues.apache.org/jira/browse/WW-5185 an easy workaround is this org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG /WEB-INF/tiles.xml more details in this thread https://lists.apache.org/thread/v0sroj52gg5ok3rpcyxdlqrhkrz51q9d

Re: Issue upgrading to Struts 6.0

2022-07-26 Thread A Name
Lukasz, We are currently using all the libraries we need from the 6.0.0 release, including the tiles plugin when we get the error dump I provided. We've checked all the struts libraries and they are at the current versions. We also have read the migration guide and the internal notes and not foun

Re: Issue upgrading to Struts 6.0

2022-07-26 Thread Lukasz Lenart
Please do not use the old plugin, it isn't compatible with Struts 6.0.0. Run the application with the proper version of the plugin and report any warnings. Have you read the migration guide? Also did you notice internal changes https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.0.0#Vers

Issue upgrading to Struts 6.0

2022-07-26 Thread A Name
Hi, I have a legacy application running fine in struts 2.5.30 using Java 8 and Tomcat 9. When I upgraded to Struts 6.0, it fails to run. If I leave the struts-tiles plugin at the 2.5.30 version, but upgrade the other components to 6.0, it comes up but our selection lists don't work. Any suggest