2017-12-01 12:26 GMT+01:00 PATIL Preetam <preetam.pa...@3ds.com>:
> Hello,
>
> I am trying add struts2-rest-plugin to existing application. tried all 
> possible option but no use.!
> I am new to maven related stuff,
>
> Getting below errors.
>
> Caused by: Unable to load bean: 
> type:org.apache.struts2.rest.handler.ContentTypeHandler 
> class:org.apache.struts2.rest.handler.JsonLibHandler - bean - 
> jar:file:/C:/Users/userName/.m2/repository/org/apache/struts/struts2-rest-plugin/2.3.24.1/struts2-rest-plugin-2.3.24.1.jar!/struts-plugin.xml:36:138<file:///C:\Users\userName\.m2\repository\org\apache\struts\struts2-rest-plugin\2.3.24.1\struts2-rest-plugin-2.3.24.1.jar!\struts-plugin.xml:36:138>
>
> Caused by: java.lang.NoClassDefFoundError: net/sf/json/JSONArray
>
> Caused by: java.lang.ClassNotFoundException: net.sf.json.JSONArray

How did you declare this dependency in your pom.xml? Basically you are
missing json-lib but that should be resolved by Maven.
http://search.maven.org/#artifactdetails%7Cnet.sf.json-lib%7Cjson-lib%7C2.4%7Cjar


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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

Reply via email to