Issues with latest struts upgrade:

2014-04-29 Thread satish jupalli
] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) [na:1.6.0_45] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [na:1.6.0_45] at java.lang.Thread.run(Thread.java:662) [na:1.6.0_45] Regards Satish

Re: Issues with latest struts upgrade:

2014-04-29 Thread satish jupalli
tween, please read version notes of each. > > 2014-04-29 15:45 GMT+02:00 satish jupalli : > > Hi, > > > > > > We are facing issue with the latest struts upgrade. (From struts-2.3.15.1 > > to struts-2.3.16.2). Did the latest patch changed anything? Everything >

Re: Issues with latest struts upgrade:

2014-04-30 Thread satish jupalli
Thanks Markus. I was able to figure out the issue. It's the disabling DMI is what was causing the issue. Resolved the issue with strict-method-invocation="true" Regards Satish Jupalli On Tue, Apr 29, 2014 at 10:52 PM, Markus Fischer wrote: > Hi Satish, > > > Than