Re: Struts 2.5.Beta1 and samples

2015-08-27 Thread Chris
Thank you for help and answers Le Mercredi 26 août 2015 16h09, Chris christal...@yahoo.fr a écrit : Thanks, It works now. I can't say why Also with D:\NetbeansLibs\log4j beta\log4j-api-2.3.jar Le Mercredi 26 août 2015 15h52, Lukasz Lenart lukaszlen...@apache.org a écrit

Re: Struts 2.5.Beta1 and samples

2015-08-26 Thread Chris
Yes we are. thank you for mentioning.I didn't. But , yes, it's about https://github.com/apache/struts-examples Regards Le Mercredi 26 août 2015 6h47, Lukasz Lenart lukaszlen...@apache.org a écrit : Strange, I don't see such problems. Are we talking about struts-examples?

Re: Struts 2.5.Beta1 and samples

2015-08-26 Thread Lukasz Lenart
I cannot reproduce your problem. Just cloned a fresh copy from GitHub, started the first example - annotations and everything works. Please be aware that there is no more 'develop' branch, please use 'master' branch Here is the dependency list [INFO] The following files have been resolved:

Re: Struts 2.5.Beta1 and samples

2015-08-25 Thread Chris
Hi, Thank you for the update.I did it to ,  yesterday,  but I got a new error about log4j. ( even with log4j2.xml) I think with version 2.5 Beta1 , we must now add the new jar log4j api-2.3.jar.But this is not enough, alas. Here is the error ...( maybe log4j api-2.3.jar comes not alone ?

Re: Struts 2.5.Beta1 and samples

2015-08-25 Thread Lukasz Lenart
Strange, I don't see such problems. Are we talking about struts-examples? https://github.com/apache/struts-examples Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-08-25 19:12 GMT+02:00 Chris christal...@yahoo.fr: Hi, Thank you for the update.I did it to , yesterday, but

Re: Struts 2.5.Beta1 and samples

2015-08-25 Thread Lukasz Lenart
It should be ok right now, updated all web.xmls and pushed the changes 2015-08-24 15:56 GMT+02:00 Chris christal...@yahoo.fr: The name of the package has changed ! Struts2.3.20package org.apache.struts2.dispatcher.ng.filter; Struts 2.5.Beta1 package org.apache.struts2.dispatcher.filter;

Re: Struts 2.5.Beta1 and samples

2015-08-25 Thread Adam Brin
You might also need the bridge between log4j v1 and v2, and also the web jar. Log4j2 is quite modularized when compared to v1. On Tue, Aug 25, 2015 at 10:12 AM, Chris christal...@yahoo.fr wrote: Hi, Thank you for the update.I did it to , yesterday, but I got a new error about log4j. ( even

Re: Struts 2.5.Beta1 and samples

2015-08-24 Thread Lukasz Lenart
Filters were moved into a new package but web.xml wasn't updated - can you register a ticket in JIRA? Thanks in advance -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-08-24 15:32 GMT+02:00 Chris christal...@yahoo.fr: Hello, I tried all Struts2 samples for many years, with success

Re: Struts 2.5.Beta1 and samples

2015-08-24 Thread Chris
The name of the package has changed ! Struts2.3.20package org.apache.struts2.dispatcher.ng.filter; Struts 2.5.Beta1 package org.apache.struts2.dispatcher.filter; import java.io.IOException; import java.util.List; import java.util.regex.Pattern; import org.apache.struts2.StrutsStatics; import