Re: Unable to integrate struts2-rest-plugin in existing maven structure

2017-12-01 Thread preetam1...@gmail.com
Yes, i tried jdk15 as well jdk13 On 2017-12-01 18:17, Yasser Zamani wrote: > > > On 12/1/2017 3:50 PM, PATIL Preetam wrote: > > > > net.sf.json-lib > > json-lib > > 2.4 > > > > C

Re: Unable to integrate struts2-rest-plugin in existing maven structure

2017-12-01 Thread preetam1...@gmail.com
Also tried by upgrading rest-plug in version. org.apache.struts struts2-rest-plugin 2.5 It gives new type of error ERROR InterceptorBuilder - Actual exception Could not load class org.apache.

Unable to integrate struts2-rest-plugin in existing maven structure

2017-12-01 Thread preetam1...@gmail.com
I am trying add struts2-rest-plugin to existing application. But getting below errors. I am tried all possible option but no use! Caused by: Unable to load bean: type:org.apache.struts2.rest.handler.ContentTypeHandler class:org.apache.struts2.rest.handler.JsonLibHandler - bean - jar:file:/C:/Us

Re: Unable to integrate struts2-rest-plugin in existing maven structure

2017-12-01 Thread preetam1...@gmail.com
Yes., in start i thought same (also in stack overflow everyone suggested same). but even after adding json-lib . getting same error. my pom.xml contain. org.apache.struts struts2-core 2.3.24.1