com/opensymphony/xwork2/util/finder

2014-12-11 Thread Emi Lu
Good morning, After upgrade to 2.3.20, my logs says java.lang.IncompatibleClassChangeError: com/opensymphony/xwork2/util/finder. Could someone tell me which libs missing or version conflict please? ERROR util.finder.ClassFinder.error:42 - Unable to read class

Re: com/opensymphony/xwork2/util/finder

2014-12-11 Thread Dave Newton
Looks like the jQuery plugin needs to be updated. On Thu, Dec 11, 2014 at 9:45 AM, Emi Lu em...@encs.concordia.ca wrote: Good morning, After upgrade to 2.3.20, my logs says java.lang.IncompatibleClassChangeError: com/opensymphony/xwork2/util/finder. Could someone tell me which libs missing

Re: com/opensymphony/xwork2/util/finder

2014-12-11 Thread Dave Newton
Since there's no action servlet in Struts 2 I'm not sure why this is part of the app at all, you're using Spring security or something? On Thu, Dec 11, 2014 at 9:56 AM, Emi Lu em...@encs.concordia.ca wrote: On 12/11/2014 09:51 AM, Dave Newton wrote: Looks like the jQuery plugin needs to be

Re: com/opensymphony/xwork2/util/finder

2014-12-11 Thread Emi Lu
On 12/11/2014 09:59 AM, Dave Newton wrote: Since there's no action servlet in Struts 2 I'm not sure why this is part of the app at all, you're using Spring security or something? Main spring action related are: . db connection management . cronjob management Jquery version:

Re: com/opensymphony/xwork2/util/finder

2014-12-11 Thread Lukasz Lenart
2014-12-11 16:07 GMT+01:00 Emi Lu em...@encs.concordia.ca: Jquery version: struts2-jquery-plugin-3.7.0-20131215.191645-3.jar If you think jquery caused it, could you tell me which version I should use? And I will download new version and try again. Looks like, can you try with 3.7.1 version?

Re: com/opensymphony/xwork2/util/finder

2014-12-11 Thread Bruno Klava
I had similar problems after upgrading Struts to 2.3.20. Check in your dependency hierarchy if you have any dependency to asm or cglib. For my cases, I had some dependencies to older versions of these libs, and i had to exclude some transitive dependencies in my pom.xml: exclusions exclusion

Re: com/opensymphony/xwork2/util/finder

2014-12-11 Thread Emi Lu
On 12/11/2014 10:13 AM, Lukasz Lenart wrote: 2014-12-11 16:07 GMT+01:00 Emi Lu em...@encs.concordia.ca: Jquery version: struts2-jquery-plugin-3.7.0-20131215.191645-3.jar If you think jquery caused it, could you tell me which version I should use? And I will download new version and try again.

Re: com/opensymphony/xwork2/util/finder

2014-12-11 Thread Dave Newton
On Thu, Dec 11, 2014 at 10:47 AM, Emi Lu em...@encs.concordia.ca wrote: And here are the updated messages. Cronjob still failed (done through springConfig). Any comments? Please include the complete set of deployed libraries. -- e: davelnew...@gmail.com m: 908-380-8699 s: davelnewton_skype

Re: Struts 2 support of Java 8

2014-12-11 Thread Ken McWilliams
@Paweł, I must admit I had a similar problem, but it was not one with struts2. When deploying with Glassfish you have to use the latest version 4.1 or lambda expressions in services will cause it to fail. Considering the 4.1 was very recently released this was a big pain. On Thu, Dec 11, 2014 at

Re: Struts 2 support of Java 8

2014-12-11 Thread Paweł Wielgus
Hi Ken, it's not problem with Struts2 per se, it's a problem with some kind of library that is doing class search for Struts2. One can wait for upgrade in such a library and then in Struts2 or whatever it uses or fix it himself, it's on my todo list for struts2 but i'm overloadedwith tasks too

Struts2 Migration issue

2014-12-11 Thread Arpan
Hi All, I am migrating from struts1 to struts2. After migrating many action classes and jsp files, in the web.xml If I remove the ActionServlet entry and url-mapping and trying to access the application I am getting bellow error. Am I missing something? Thanks for any help in advance.