which dependencies do i need for xml based validation?

2014-12-12 Thread Tamer Erdogan
Hi, Specifically do I need the commons-validator-xxx.jar for the struts2 validation? Kind regards, Tamer Erdogan Intermediate Software Development Engineer VASCO Data Security Austria GmbH 1230 Wien, Perfektastr. 45 tamer.erdo...@vasco.commailto:tamer.erdo...@vasco.com P Please consider the

Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-12 Thread Sreekanth S. Nair
Hi, Am facing a weird issue after upgrading strust2 from 2.3.15.1 to 2.3.20 in Wildfly server. Its not giving any debug or any kind of trace about what is happening, its just going to 404 page. I switched debug mode in both struts config as well as in my server log but couldn't get a single

Re: which dependencies do i need for xml based validation?

2014-12-12 Thread Christoph Nenning
Hi, Specifically do I need the commons-validator-xxx.jar for the struts2 validation? nope, you don't need it. AFAIK validation should work out of the box, no additional dependencies necessary. It' easiest to get list of required JARs through maven. regards, Christoph This Email was

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-12 Thread Lukasz Lenart
Can you try with 2.3.16.3 first? 2014-12-12 15:30 GMT+01:00 Sreekanth S. Nair sreekanth.n...@egovernments.org: Hi, Am facing a weird issue after upgrading strust2 from 2.3.15.1 to 2.3.20 in Wildfly server. Its not giving any debug or any kind of trace about what is happening, its just

Re: which dependencies do i need for xml based validation?

2014-12-12 Thread Dave Newton
Correct; validation is handled within XWork. Dave On Fri, Dec 12, 2014 at 9:39 AM, Christoph Nenning christoph.nenn...@lex-com.net wrote: Hi, Specifically do I need the commons-validator-xxx.jar for the struts2 validation? nope, you don't need it. AFAIK validation should work out

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-12 Thread Sreekanth S. Nair
Sure Lukasz, let me try and let you know. -- Thanks Regards Sreekanth S Nair Java Developer --- eGovernments Foundation http://www.egovernments.org Ph : 9980078913 ---

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-12 Thread Gerald Scheetz
Lukasz Lenart lukaszlenart at apache.org writes: Can you try with 2.3.16.3 first? 2014-12-12 15:30 GMT+01:00 Sreekanth S. Nair sreekanth.nair at egovernments.org: Hi, Am facing a weird issue after upgrading strust2 from 2.3.15.1 to 2.3.20 in Wildfly server. Its not