Re: [VOTE] Apache Struts 6.4.0

2024-04-18 Thread Lukasz Lenart
czw., 18 kwi 2024 o 07:23 Lukasz Lenart napisał(a): > [ ] Leave at test build > [ ] Alpha > [ ] Beta > [X] General Availability (GA) +1 binding Regards Lukasz - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For addi

Re: [VOTE] Apache Struts 6.4.0

2024-04-18 Thread Kusal Kithul-Godage
+1 GA binding On Thu, Apr 18, 2024 at 3:23 PM Lukasz Lenart wrote: > > The Apache Struts 6.4.0 test build is available. With this release the > following issues were addressed: > > Bug > [WW-5192] - Radio tag not setting enum key values > [WW-5319] - StrutsUtils is not defined in validation.js >

Re: Unable to load configuration: /struts2-core-6.4.0.jar!/struts-beans.xml:39:72

2024-04-18 Thread i...@flyingfischer.ch
Am 18.04.24 um 12:18 schrieb Lukasz Lenart: czw., 18 kwi 2024 o 11:17 i...@flyingfischer.ch napisał(a): However, this still seems to be a breaking change, which at least should be documented. Maybe is was wong by not specifying tiles.xml specifically in the first place... Yes, this is a breaki

Re: Unable to load configuration: /struts2-core-6.4.0.jar!/struts-beans.xml:39:72

2024-04-18 Thread Greg Huber
Debugging StrutsWildcardServletApplicationContext and what gets loaded : context.getResourcePaths("/") folders only and files (ie index.jsp, robots.txt etc) webapp/ and getClass().getClassLoader().getResources("/") webapp/WEB-INF/classes webapp/WEB-INF/lib/*jars Not sure the pattern is go

Re: Unable to load configuration: /struts2-core-6.4.0.jar!/struts-beans.xml:39:72

2024-04-18 Thread Lukasz Lenart
czw., 18 kwi 2024 o 11:17 i...@flyingfischer.ch napisał(a): > However, this still seems to be a breaking change, which at least should > be documented. Maybe is was wong by not specifying tiles.xml > specifically in the first place... Yes, this is a breaking change and it has to be reverted/fixed

Re: Unable to load configuration: /struts2-core-6.4.0.jar!/struts-beans.xml:39:72

2024-04-18 Thread i...@flyingfischer.ch
This resolves the issue, as Greg points out:   org.apache.struts2.tiles.StrutsTilesListener        org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG    /WEB-INF/tiles.xml      However, this still seems to be a breaking change, which at least should be documented. Maybe i

Re: Unable to load configuration: /struts2-core-6.4.0.jar!/struts-beans.xml:39:72

2024-04-18 Thread i...@flyingfischer.ch
I simply use   org.apache.struts2.tiles.StrutsTilesListener   without any further params. Is this incomplete? Markus Am 18.04.24 um 10:29 schrieb Greg Huber: How do you load your tiles from web.xml? ..For my setup this works. org.apache.struts2.tiles.StrutsTilesListener          

Re: Unable to load configuration: /struts2-core-6.4.0.jar!/struts-beans.xml:39:72

2024-04-18 Thread Greg Huber
..what would the pattern be? /WEB-INF/tiles*.xml On 18/04/2024 09:35, Łukasz Lenart wrote: Yes, this works but it doesn't support wildcards org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG /WEB-INF/tiles.xml czw., 18 kwi 2024 o 10:30 Greg Huber napisał(a): How

Re: Unable to load configuration: /struts2-core-6.4.0.jar!/struts-beans.xml:39:72

2024-04-18 Thread Łukasz Lenart
Yes, this works but it doesn't support wildcards org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG /WEB-INF/tiles.xml czw., 18 kwi 2024 o 10:30 Greg Huber napisał(a): > > How do you load your tiles from web.xml? > > ..For my setup this works. > > > > org.apache.struts

Re: Unable to load configuration: /struts2-core-6.4.0.jar!/struts-beans.xml:39:72

2024-04-18 Thread Greg Huber
How do you load your tiles from web.xml? ..For my setup this works. org.apache.struts2.tiles.StrutsTilesListener           org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG           /WEB-INF/tiles.xml         On 18/04/2024 08:47, i...@flyingfischer.ch wrote

Re: Unable to load configuration: /struts2-core-6.4.0.jar!/struts-beans.xml:39:72

2024-04-18 Thread i...@flyingfischer.ch
Am 18.04.24 um 09:27 schrieb Lukasz Lenart: czw., 18 kwi 2024 o 09:05 i...@flyingfischer.ch napisał(a): My tiles definition remains unchanged under /WEB-INF/tiles.xml If I see this correctly, these changes do not include this situation? https://github.com/apache/struts/pull/896/commits/c7ae6

Re: [VOTE] Apache Struts 6.4.0

2024-04-18 Thread Johannes Geppert
+1 [ ] Leave at test build [ ] Alpha [ ] Beta [X] General Availability (GA) # web: https://www.jgeppert.com twitter: https://twitter.com/jogep Am Do., 18. Apr. 2024 um 07:24 Uhr schrieb Lukasz Lenart : > > The Apache Struts 6.4.0 test build is avai

Re: Unable to load configuration: /struts2-core-6.4.0.jar!/struts-beans.xml:39:72

2024-04-18 Thread Lukasz Lenart
czw., 18 kwi 2024 o 09:05 i...@flyingfischer.ch napisał(a): > My tiles definition remains unchanged under > > /WEB-INF/tiles.xml > > If I see this correctly, these changes do not include this situation? > > https://github.com/apache/struts/pull/896/commits/c7ae614824b4c158b9998575294d94fe9a746c41

Re: Unable to load configuration: /struts2-core-6.4.0.jar!/struts-beans.xml:39:72

2024-04-18 Thread i...@flyingfischer.ch
Am 18.04.24 um 08:52 schrieb Lukasz Lenart: czw., 18 kwi 2024 o 08:40i...@flyingfischer.ch napisał(a): Yes, struts2-tiles-plugin-6.4.0.jar is present. It is the same setup as with 6.3.0 This is the only change related to loading Tiles definition, maybe it will help you https://issues.apache