Struts2 (2.3.16) upgrade failure - No mapping found for dependency 'actionPackages'

2016-08-25 Thread Dhamelia, Krunal
Hi, Using Struts2 and Spring combination for web Project. Build and Dependency env is Maven I upgraded libraries from Struts 2.0.11 to 2.3.16 and getting following error. Can't think of any missing dependency can you please point out? Caused by: java.lang.RuntimeException: com.opensymphony.xwo

Re: Struts2 (2.3.16) upgrade failure - No mapping found for dependency 'actionPackages'

2016-08-25 Thread Lukasz Lenart
2016-08-25 17:36 GMT+02:00 Dhamelia, Krunal : > > Hi, > Using Struts2 and Spring combination for web Project. > Build and Dependency env is Maven > I upgraded libraries from Struts 2.0.11 to 2.3.16 and getting following > error. Can't think of any missing dependency can you please point out? > > >

RE: Struts2 (2.3.16) upgrade failure - No mapping found for dependency 'actionPackages'

2016-08-25 Thread Dhamelia, Krunal
I haven't done that. Let me do it and will post if that resolves the issue, thanks a lot. Thanks and Regards, Krunal Dhamelia Consultant | TD Securities Technology Solutions| TD Securities 130 Adelaide St W – 9th floor, Toronto, Ont, M5H 3P5 desk: 416 944 6187 cell: 647 835 3067 e-mail: krunal.d

RE: Struts2 (2.3.16) upgrade failure - No mapping found for dependency 'actionPackages'

2016-08-25 Thread Dhamelia, Krunal
Thanks Lukasz, That worked fine. I am one step further. I am using following filters in my web.xml and it is telling me that they are deprecated. I searched on internet but I am getting mixed answers could some one point me to right filters I need to use to replace this? I am using Spring Strut