Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread Lukasz Lenart
pon., 22 kwi 2024 o 22:40 Tellis, Wyatt napisał(a): > We’ve run into this issue as well. Using the workaround of specifying the > location via: > > > > org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG > /WEB-INF/tiles.xml > > > doesn’t work. You can specify all the

RE: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread Tellis, Wyatt
We’ve run into this issue as well. Using the workaround of specifying the location via: org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG /WEB-INF/tiles.xml doesn’t work. Wyatt From: SARAVANAN SIVAGURU Sent: Monday, April 22, 2024 7:23 AM To: Struts Users Mail

RE: Struts2 6.4.0 - Announcements 2024

2024-04-22 Thread Brunstein, David
Thank you Luckasz! https://struts.apache.org/announce-2024.html Please update the link under the Home > Announcements option. Thanks (again), Davo From: Lukasz Lenart Sent: Monday, April 22, 2024 12:46 PM To: Brunstein, David Cc: Struts Users Mailing List Subject: Re: Struts2 6.4.0 - Annou

Re: Struts2 6.4.0 - Announcements 2024

2024-04-22 Thread Lukasz Lenart
Great, fixed! https://github.com/apache/struts-site/pull/237 pon., 22 kwi 2024 o 19:51 Brunstein, David napisał(a): > > Thank you Luckasz! > > > > https://struts.apache.org/announce-2024.html > > > > > > Please update the link under the Home > Announcements option. > > > > Thanks (again), > > Dav

Re: Struts2 6.4.0 - Announcements 2024

2024-04-22 Thread Lukasz Lenart
Hi David, pon., 22 kwi 2024 o 19:42 Brunstein, David napisał(a): > > Hi Lukasz, > > Are you planning to publish a new Announcements 2024 for the new Struts2 > version 6.4.0? > The curent page https://struts.apache.org/announce-2023.html Yes, this was already announced https://lists.apache.org/

Struts2 6.4.0 - Announcements 2024

2024-04-22 Thread Brunstein, David
Hi Lukasz, Are you planning to publish a new Announcements 2024 for the new Struts2 version 6.4.0? The curent page https://struts.apache.org/announce-2023.html Thanks, Davo

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread Lukasz Lenart
Could you run "gradle dependencies" and post the outcome?

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread SARAVANAN SIVAGURU
Also the very recent change which got merged with 7.0.0-M3 SNAPSHOT version had break the code and gave the same error as I mentioned below. Thanks and Regards, Saravanan.S FTMS/NFT APP-DEV Team Mob:- +91 9715644123. [cid:c0bdd50f-9ec9-4522-950c-c5ad452041b6] This e-mail may contain confidential

Re: Struts 6.4.0: is there a Tiles breaking change?

2024-04-22 Thread Matias Rodriguez
thanks; in advance, the workaround exposed here fixes the issue: org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG /WEB-INF/tiles.xml El lun, 22 abr 2024 a la(s) 10:31 a.m., Lukasz Lenart ( lukaszlen...

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread SARAVANAN SIVAGURU
Hi Luk I have tested by cloning the PR and building in my local and facing the same issue as below mentioned. When I tried with 6.4.0 version also am facing the same issue. Exception javax.servlet.ServletException: Filter execution threw an exception    com.acnielsen.gbs.prd.authentication.G

Re: Struts 6.4.0: is there a Tiles breaking change?

2024-04-22 Thread Lukasz Lenart
pon., 22 kwi 2024 o 15:16 Matias Rodriguez napisał(a): > > hi! I'm getting an exception when moving from version *6.3.0.2*; should we > add some annotations or something? thanks! > Struts has detected an unhandled exception: > *Messages*: > - Cannot find definition named 'indexServidor' It's pro

Struts 6.4.0: is there a Tiles breaking change?

2024-04-22 Thread Matias Rodriguez
hi! I'm getting an exception when moving from version *6.3.0.2*; should we add some annotations or something? thanks! *struts.xml extract:* indexServidor *exception:* Struts Problem Report Struts has detected an unhandled exception: *Messages*: - Cannot find definition named 'ind

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread SARAVANAN SIVAGURU
Got it, I will test the PR specifically by cloning in local. Any idea on below issue? When I test with the 7.0.0-M4 version am not facing issue somehow am facing in 6.5-SNAPSHOT version. Thanks and Regards, Saravanan.S FTMS/NFT APP-DEV Team Mob:- +91 9715644123. [cid:b5ded316-c7c5-479c-994d-1be0

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread Lukasz Lenart
This fix wasn't integrated with the SNAPSHOT version yet - it exists only in the PR, if you want to test it you must clone the PR locally and build it. pon., 22 kwi 2024 o 11:08 SARAVANAN SIVAGURU napisał(a): > > Hi Luk > > Faced any issues during the testing of the fix with 6.5-SNAPSHOT version

WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread SARAVANAN SIVAGURU
Hi Luk Faced any issues during the testing of the fix with 6.5-SNAPSHOT version like below, java.lang.NoSuchMethodError: 'org.apache.commons.lang3.Range org.apache.commons.lang3.Range.of(java.lang.Comparable, java.lang.Comparable)' org.apache.commons.text.translate.NumericEntityEscaper