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. <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> <version>2.3.24.1</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.struts/struts2-rest-plugin --> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-rest-plugin</artifactId> <version>2.3.24.1</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-convention-plugin</artifactId> <version>2.3.24.1</version> </dependency> <dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</artifactId> <version>2.4</version> </dependency> On 2017-12-01 16:59, Lukasz Lenart <lukaszlen...@apache.org> wrote: > 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org