You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Alfredo Brizzi <al...@studiogevis.191.it> on 2009/08/05 12:43:29 UTC

[s2] Struts 2.1.8 - jsonplugin 0.34

I have upgrade to struts 2.1.8 and xwork 2.1.5 and when i select items in my 
autocompleter  i receive this error:

...
GRAVE: Servlet.service() for servlet default threw exception
java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/TextUtils
   at 
com.googlecode.jsonplugin.SerializationParams.<init>(SerializationParams.java:38)
   at 
com.googlecode.jsonplugin.JSONResult.writeToResponse(JSONResult.java:194)
   at com.googlecode.jsonplugin.JSONResult.execute(JSONResult.java:184)
...


Help would be greatly appreciated,
Alfredo 


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


Re: [s2] Struts 2.1.8 - jsonplugin 0.34

Posted by Steven Yang <ke...@gmail.com>.
have you tried to upgrade the json plugin jar to version 2.1.8 as well?

RE: [s2] Struts 2.1.8 - jsonplugin 0.34

Posted by Martin Gainty <mg...@hotmail.com>.
i have xwork-2.1.1.jar in WEB-INF\lib folder

ciao
Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.




> Date: Wed, 5 Aug 2009 12:57:44 +0200
> Subject: Re: [s2] Struts 2.1.8 - jsonplugin 0.34
> From: davidcanos@gmail.com
> To: user@struts.apache.org
> 
> it sound a missing jar file.
> 
> 2009/8/5 Alfredo Brizzi <al...@studiogevis.191.it>
> 
> > I have upgrade to struts 2.1.8 and xwork 2.1.5 and when i select items in
> > my autocompleter  i receive this error:
> >
> > ...
> > GRAVE: Servlet.service() for servlet default threw exception
> > java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/TextUtils
> >  at
> > com.googlecode.jsonplugin.SerializationParams.<init>(SerializationParams.java:38)
> >  at
> > com.googlecode.jsonplugin.JSONResult.writeToResponse(JSONResult.java:194)
> >  at com.googlecode.jsonplugin.JSONResult.execute(JSONResult.java:184)
> > ...
> >
> >
> > Help would be greatly appreciated,
> > Alfredo
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> >
> >

_________________________________________________________________
Get free photo software from Windows Live
http://www.windowslive.com/online/photos?ocid=PID23393::T:WLMTAGL:ON:WL:en-US:SI_PH_software:082009

Re: [s2] Struts 2.1.8 - jsonplugin 0.34

Posted by David Canos <da...@gmail.com>.
it sound a missing jar file.

2009/8/5 Alfredo Brizzi <al...@studiogevis.191.it>

> I have upgrade to struts 2.1.8 and xwork 2.1.5 and when i select items in
> my autocompleter  i receive this error:
>
> ...
> GRAVE: Servlet.service() for servlet default threw exception
> java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/TextUtils
>  at
> com.googlecode.jsonplugin.SerializationParams.<init>(SerializationParams.java:38)
>  at
> com.googlecode.jsonplugin.JSONResult.writeToResponse(JSONResult.java:194)
>  at com.googlecode.jsonplugin.JSONResult.execute(JSONResult.java:184)
> ...
>
>
> Help would be greatly appreciated,
> Alfredo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

Re: [s2] Struts 2.1.8 - jsonplugin 0.34

Posted by Musachy Barroso <mu...@gmail.com>.
Sorry for the miss-information, I confused the problem with another
one. Yes, the released json plugin does not work with xwork 2.1.5.
The plugin was moved here:

http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-json-plugin/

and that one works with xwork 2.1.5, but you will have to build it
yourself ('mvn install' will do)

musachy

On Thu, Aug 6, 2009 at 12:30 AM, Alfredo Brizzi<al...@yahoo.it> wrote:
> Thanks all for replay.
>
> I have downloaded the plugin  jsonplugin-0.34 for struts 2.1.x  and i have
> also  downloaded it from svn  but  the error persist.
> I think that the problem is the package  'xwork 2.1.5' that not has the
> TextUtils class and the jsonplugin call its in the JSONUtil class and
> in the SerializationParams class.
>
> I return to use the struts 2.1.6 release and i remain waiting  for test
>  2.1.8 release.
>
> Thanks,
> Alfredo
>
> P.S.: Sorry for my bad English
>
>
>
>
>
> Musachy Barroso ha scritto:
>>
>> from the download section of the json plugin project, make sure you
>> download the one that is for struts 2.1.x.
>>
>> musachy
>>
>> On Wed, Aug 5, 2009 at 3:43 AM, Alfredo
>> Brizzi<al...@studiogevis.191.it> wrote:
>>
>>>
>>> I have upgrade to struts 2.1.8 and xwork 2.1.5 and when i select items in
>>> my
>>> autocompleter  i receive this error:
>>>
>>> ...
>>> GRAVE: Servlet.service() for servlet default threw exception
>>> java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/TextUtils
>>>  at
>>>
>>> com.googlecode.jsonplugin.SerializationParams.<init>(SerializationParams.java:38)
>>>  at
>>> com.googlecode.jsonplugin.JSONResult.writeToResponse(JSONResult.java:194)
>>>  at com.googlecode.jsonplugin.JSONResult.execute(JSONResult.java:184)
>>> ...
>>>
>>>
>>> Help would be greatly appreciated,
>>> Alfredo
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>>>
>>
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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


Re: [s2] Struts 2.1.8 - jsonplugin 0.34

Posted by Michael Finney <fi...@ACM.org>.
FYI

Issue 91:	doesn't work with struts 2.1.7
http://code.google.com/p/jsonplugin/issues/detail?id=91

On Thu, Aug 6, 2009 at 2:30 AM, Alfredo Brizzi<al...@yahoo.it> wrote:
> Thanks all for replay.
>
> I have downloaded the plugin  jsonplugin-0.34 for struts 2.1.x  and i have
> also  downloaded it from svn  but  the error persist.
> I think that the problem is the package  'xwork 2.1.5' that not has the
> TextUtils class and the jsonplugin call its in the JSONUtil class and
> in the SerializationParams class.
>
> I return to use the struts 2.1.6 release and i remain waiting  for test
>  2.1.8 release.
>
> Thanks,
> Alfredo
>
> P.S.: Sorry for my bad English
>
>
>
>
>
> Musachy Barroso ha scritto:
>>
>> from the download section of the json plugin project, make sure you
>> download the one that is for struts 2.1.x.
>>
>> musachy
>>
>> On Wed, Aug 5, 2009 at 3:43 AM, Alfredo
>> Brizzi<al...@studiogevis.191.it> wrote:
>>
>>>
>>> I have upgrade to struts 2.1.8 and xwork 2.1.5 and when i select items in
>>> my
>>> autocompleter  i receive this error:
>>>
>>> ...
>>> GRAVE: Servlet.service() for servlet default threw exception
>>> java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/TextUtils
>>>  at
>>>
>>> com.googlecode.jsonplugin.SerializationParams.<init>(SerializationParams.java:38)
>>>  at
>>> com.googlecode.jsonplugin.JSONResult.writeToResponse(JSONResult.java:194)
>>>  at com.googlecode.jsonplugin.JSONResult.execute(JSONResult.java:184)
>>> ...
>>>
>>>
>>> Help would be greatly appreciated,
>>> Alfredo
>>>
>


-- 
Michael Finney - "Always Striving To Serve You Better Every Day"
http://www.SmilingSoftwareSolutions.com

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


Re: [s2] Struts 2.1.8 - jsonplugin 0.34

Posted by Alfredo Brizzi <al...@yahoo.it>.
Thanks all for replay.

I have downloaded the plugin  jsonplugin-0.34 for struts 2.1.x  and i 
have also  downloaded it from svn  but  the error persist.
I think that the problem is the package  'xwork 2.1.5' that not has the 
TextUtils class and the jsonplugin call its in the JSONUtil class and
in the SerializationParams class.

I return to use the struts 2.1.6 release and i remain waiting  for test  
2.1.8 release.

Thanks,
Alfredo

P.S.: Sorry for my bad English


  



Musachy Barroso ha scritto:
> from the download section of the json plugin project, make sure you
> download the one that is for struts 2.1.x.
>
> musachy
>
> On Wed, Aug 5, 2009 at 3:43 AM, Alfredo
> Brizzi<al...@studiogevis.191.it> wrote:
>   
>> I have upgrade to struts 2.1.8 and xwork 2.1.5 and when i select items in my
>> autocompleter  i receive this error:
>>
>> ...
>> GRAVE: Servlet.service() for servlet default threw exception
>> java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/TextUtils
>>  at
>> com.googlecode.jsonplugin.SerializationParams.<init>(SerializationParams.java:38)
>>  at
>> com.googlecode.jsonplugin.JSONResult.writeToResponse(JSONResult.java:194)
>>  at com.googlecode.jsonplugin.JSONResult.execute(JSONResult.java:184)
>> ...
>>
>>
>> Help would be greatly appreciated,
>> Alfredo
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>>     
>
>
>
>   

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


Re: [s2] Struts 2.1.8 - jsonplugin 0.34

Posted by Musachy Barroso <mu...@gmail.com>.
from the download section of the json plugin project, make sure you
download the one that is for struts 2.1.x.

musachy

On Wed, Aug 5, 2009 at 3:43 AM, Alfredo
Brizzi<al...@studiogevis.191.it> wrote:
> I have upgrade to struts 2.1.8 and xwork 2.1.5 and when i select items in my
> autocompleter  i receive this error:
>
> ...
> GRAVE: Servlet.service() for servlet default threw exception
> java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/TextUtils
>  at
> com.googlecode.jsonplugin.SerializationParams.<init>(SerializationParams.java:38)
>  at
> com.googlecode.jsonplugin.JSONResult.writeToResponse(JSONResult.java:194)
>  at com.googlecode.jsonplugin.JSONResult.execute(JSONResult.java:184)
> ...
>
>
> Help would be greatly appreciated,
> Alfredo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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