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

2017-12-02 Thread Yasser Zamani


On 12/1/2017 7:13 PM, Adam Brin wrote:
> Apologies if I missed something earlier, but can you do a dependency search 
> in your project and see if you already have a version of net.sf.json.lib 
> included elsewhere? perhaps an older (or newer) version is conflicting?
> 

Also see your published app's lib directory and see if the jar file is 
there at all. Also do a maven update command and see if maven warns 
about it cannot download the artifact.


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

2017-12-01 Thread Adam Brin
Apologies if I missed something earlier, but can you do a dependency search in 
your project and see if you already have a version of net.sf.json.lib included 
elsewhere? perhaps an older (or newer) version is conflicting?
-- 
_
Adam Brin
Director of Technology, Digital Antiquity
480.965.1278

> On Dec 1, 2017, at 6:29 AM, preetam1...@gmail.com wrote:
> 
> 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
>>> 
>> 
>> Could you try
>> 
>> jdk15
>> 
>> i.e.
>> 
>> 
>> net.sf.json-lib
>> json-lib
>> 2.4
>> jdk15
>> 
>> 
>> Regards,
>> Yasser.
>> 
> 
> -
> 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



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
> >  
> 
> Could you try
> 
> jdk15
> 
> i.e.
> 
>  
>  net.sf.json-lib
>  json-lib
>  2.4
>  jdk15
>  
> 
> Regards,
> Yasser.
> 

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



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.struts2.rest.RestWorkflowInterceptor. Perhaps 
it exists but certain dependencies are not available? - interceptor - 
jar:file:/C:/Users/u/.m2/repository/org/apache/struts/struts2-rest-plugin/2.5/struts2-rest-plugin-2.5.jar!/struts-plugin.xml:61:103


Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/LogManager

Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.LogManager






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
> >  
> 
> Could you try
> 
> jdk15
> 
> i.e.
> 
>  
>  net.sf.json-lib
>  json-lib
>  2.4
>  jdk15
>  
> 
> Regards,
> Yasser.
> 

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



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

2017-12-01 Thread Lukasz Lenart
2017-12-01 12:35 GMT+01:00 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
> 
>
> 
> 
> org.apache.struts
> struts2-rest-plugin
> 2.3.24.1
> 
>
> 
> org.apache.struts
> struts2-convention-plugin
> 2.3.24.1
> 
>
> 
> net.sf.json-lib
> json-lib
> 2.4
> 

This won't work, you must add the classifier. There is no such
version, either jdk3 or jdk5 have to be used.


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



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




org.apache.struts
struts2-rest-plugin
2.3.24.1



org.apache.struts
struts2-convention-plugin
2.3.24.1



net.sf.json-lib
json-lib
2.4




On 2017-12-01 16:59, Lukasz Lenart  wrote: 
> 2017-12-01 12:26 GMT+01:00 PATIL Preetam :
> > 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
> >
> > 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



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

2017-12-01 Thread Yasser Zamani


On 12/1/2017 3:50 PM, PATIL Preetam wrote:
>  
>  net.sf.json-lib
>  json-lib
>  2.4
>  

Could you try

jdk15

i.e.

 
 net.sf.json-lib
 json-lib
 2.4
 jdk15
 

Regards,
Yasser.


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

2017-12-01 Thread PATIL Preetam
Hello,
In start I though same (issue with json-lib). But even after adding json-lib 
getting same error.

I am trying to reply from PonyMail. But it not appearing . So again sending as 
mail.

Pom.xml contain


org.apache.struts
struts2-core
2.3.24.1




org.apache.struts
struts2-rest-plugin
2.3.24.1



org.apache.struts
struts2-convention-plugin
2.3.24.1



net.sf.json-lib
json-lib
2.4




-Original Message-
From: Lukasz Lenart [mailto:lukaszlen...@apache.org]
Sent: Friday, December 01, 2017 5:00 PM
To: Struts Users Mailing List <user@struts.apache.org>
Subject: Re: Unable to integrate struts2-rest-plugin in existing maven structure

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-r
> est-plugin/2.3.24.1/struts2-rest-plugin-2.3.24.1.jar!/struts-plugin.xm
> l:36:138 ruts2-rest-plugin\2.3.24.1\struts2-rest-plugin-2.3.24.1.jar!\struts-pl
> ugin.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

This email and any attachments are intended solely for the use of the 
individual or entity to whom it is addressed and may be confidential and/or 
privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email 
and all attachments,

(iii) Dassault Systemes does not accept or assume any liability or 
responsibility for any use of or reliance on this email.

For other languages, go to http://www.3ds.com/terms/email-disclaimer


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

2017-12-01 Thread Lukasz Lenart
2017-12-01 12:26 GMT+01:00 PATIL Preetam :
> 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
>
> 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