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 environment before printing this email

CONFIDENTIALITY NOTICE: The information contained in this transmittal, 
including any attachment, is privileged and confidential information and is 
intended only for the person or entity to which it is addressed. If you are 
neither the intended recipient nor the employee or agent responsible for 
delivering this message to the intended recipient, you are hereby notified that 
any disclosure, copying or distribution or the taking of any action in reliance 
on the contents of this transmittal is strictly prohibited. If you have 
received this transmittal in error, please contact the sender immediately and 
delete this transmittal from any computer or other data bank. Opinions, 
conclusions and other information in this message that do not relate to the 
official business of the company shall be understood as neither given nor 
endorsed by it. Thank you.





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
clue on what is happening. I'm using strust2-convention-plugin.
My action class name is HomepageAction and located inside
org.xyz.web.actions.common

I'm accessing it by url
http://localhost:8080/ctxtpath/common/homepage.action

The same setup is working perfectly in 2.3.15.1.

Anyone face similar issue ? any help would be appreciated.

Thanks
Srikanth


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 scanned by Sophos Anti Virus


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 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
 clue on what is happening. I'm using strust2-convention-plugin.
 My action class name is HomepageAction and located inside
 org.xyz.web.actions.common

 I'm accessing it by url
 http://localhost:8080/ctxtpath/common/homepage.action

 The same setup is working perfectly in 2.3.15.1.

 Anyone face similar issue ? any help would be appreciated.

 Thanks
 Srikanth

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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 of the box, no
 additional dependencies necessary.

 It' easiest to get list of required JARs through maven.


 regards,
 Christoph

 This Email was scanned by Sophos Anti Virus



-- 
e: davelnew...@gmail.com
m: 908-380-8699
s: davelnewton_skype
t: @dave_newton https://twitter.com/dave_newton
b: Bucky Bits http://buckybits.blogspot.com/
g: davelnewton https://github.com/davelnewton
so: Dave Newton http://stackoverflow.com/users/438992/dave-newton


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
---
http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/
https://github.com/sreekanthsnair   sreekanthsn...@hotmail.co.uk
sreekanths...@gmail.com
---

On Fri, Dec 12, 2014 at 8:30 PM, Lukasz Lenart lukaszlen...@apache.org
wrote:

 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 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
  clue on what is happening. I'm using strust2-convention-plugin.
  My action class name is HomepageAction and located inside
  org.xyz.web.actions.common
 
  I'm accessing it by url
  http://localhost:8080/ctxtpath/common/homepage.action
 
  The same setup is working perfectly in 2.3.15.1.
 
  Anyone face similar issue ? any help would be appreciated.
 
  Thanks
  Srikanth

 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org




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 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

  clue on what is happening. I'm using strust2-convention-plugin.

  My action class name is HomepageAction and located inside

  org.xyz.web.actions.common

 

  I'm accessing it by url

  http://localhost:8080/ctxtpath/common/homepage.action

 

  The same setup is working perfectly in 2.3.15.1.

 

  Anyone face similar issue ? any help would be appreciated.

 

  Thanks

  Srikanth

 



I had the same problem this morning after updating just the struts2 and 
xwork jar files.



I updated the asm, asm-commons, asm-tree, and commons-lang3 jar files to 
those found in the struts-2.3.20-lib.zip file and the problem went away.



Hope this helps.








-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org