Re: Struts2 Validator failing constructor call

2024-04-17 Thread Łukasz Lenart
och, 17. April 2024 07:24 > An: 'Struts Users Mailing List' > Betreff: AW: Struts2 Validator failing constructor call > > Sure. I will try to figure out when it started to fail. > > -Ursprüngliche Nachricht- > Von: Lukasz Lenart > Gesendet: Mittwoch, 17. April 202

AW: Struts2 Validator failing constructor call

2024-04-17 Thread s.goetz
/ff19dfee6f99f1650fc0c2484407d4ed75c2635e -Ursprüngliche Nachricht- Von: s.go...@inform-technology.de Gesendet: Mittwoch, 17. April 2024 07:24 An: 'Struts Users Mailing List' Betreff: AW: Struts2 Validator failing constructor call Sure. I will try to figure out when it started to fail

AW: Struts2 Validator failing constructor call

2024-04-16 Thread s.goetz
Sure. I will try to figure out when it started to fail. -Ursprüngliche Nachricht- Von: Lukasz Lenart Gesendet: Mittwoch, 17. April 2024 06:35 An: Struts Users Mailing List Betreff: Re: Struts2 Validator failing constructor call pt., 12 kwi 2024 o 09:57 napisał(a): > > Ou

Re: Struts2 Validator failing constructor call

2024-04-16 Thread Lukasz Lenart
pt., 12 kwi 2024 o 09:57 napisał(a): > > Our path was 2.3.4.1 -> 2.3.24.1 -> 2.5.xx (2, 26, 30) -> 6.0.0 -> 6.1.1 -> > 6.1.2.1 -> 6.3.0.2 (but I left out some minor upgrades) > Currently we are in OpenJDK 17. And the problem started with 6.3.0.2? Could you revert to 6.2.0 and check if

AW: Struts2 Validator failing constructor call

2024-04-12 Thread s.goetz
icht- Von: Lukasz Lenart Gesendet: Freitag, 12. April 2024 09:07 An: Struts Users Mailing List Betreff: Re: Struts2 Validator failing constructor call pt., 12 kwi 2024 o 08:19 napisał(a): > > Sorry for missing the Struts version. We are on 6.3.0.2 and can't wait to > move on to 7 alon

Re: Struts2 Validator failing constructor call

2024-04-12 Thread Lukasz Lenart
pt., 12 kwi 2024 o 08:19 napisał(a): > > Sorry for missing the Struts version. We are on 6.3.0.2 and can't wait to > move on to 7 along with JDK 21  Did you migrate from 6.2 recently? And what Java version do you use? Cheers Lulasz

AW: Struts2 Validator failing constructor call

2024-04-12 Thread s.goetz
ing this a lot throughout the whole software and this used to work in former version. But I cannot tell when it actually broke. -Ursprüngliche Nachricht- Von: Lukasz Lenart Gesendet: Freitag, 12. April 2024 07:55 An: Struts Users Mailing List Betreff: Re: Struts2 Validator fail

Re: Struts2 Validator failing constructor call

2024-04-11 Thread Lukasz Lenart
czw., 11 kwi 2024 o 17:07 napisał(a): > I have a 10 year old struts2 web application that uses validation with rules > defined in XML files. Do you try to migrate to the latest version? What version do you use? > One of these instantiates a java.util.Date to compare the the value of a bean >

Struts2 Validator failing constructor call

2024-04-11 Thread s.goetz
Hi group! I have a 10 year old struts2 web application that uses validation with rules defined in XML files. One of these instantiates a java.util.Date to compare the the value of a bean with the current date: ( employee.birthday == null || employee.birthday.before(new