On Feb 7, 2008, at 10:12 PM, fjksl sdfmlsdfjlmk wrote:
> To immediately correct myself..
>
> I just looked at your remark about my json dependency in the
> initial mail. And indeed. I have been using the wrong classess.
>
> org.json.* instead of org.codehaus.jettison.json.*
>
Right!
>
> Thanks !
>
>
Glad you resolved it. We chose to use just Jettison because at the
time it had a version-based and downloadable deliverable we could use
where as the org.json stuff did not and i had to build it myself and
who fixes the bugs ? (i don't know if that state of affairs has
changed) plus we were using Jettison for other things with JAXB.
Paul.
>
>
> 2008/2/7, fjksl sdfmlsdfjlmk <peterdk79_at_gmail.com>:
> Paul,
>
> this is what I have in my WEB-INF/lib folder:
>
> activation-1.1.jar
> asm-3.1.jar
> cglib-nodep-2.1_3.jar
> commons-logging-1.1.jar
> jersey-0.6-ea.jar
> jettison-1.0-RC2.jar
> json-20070829.jar
> jsr311-api-0.6.jar
> spring-2.5.1.jar
> stax-api-1.0.1.jar
> stax-ex-1.2.jar
>
> "my" jettison doenst have a dependency towards json. I'm still
> having the same problem. I do have to say that right now I'm using
> eclipse and I am using maven. This makes me wonder wheither the
> ant tasks in the examples perform anything special that I'm missing ?
> I don't have a sun-web.xml or anything like that.
>
>
> Kind regards,
>
> Peter
>
> PS the default bookmark example does work on my server. So it's not
> the server configuration.
>
> 2008/2/4, Paul Sandoz <Paul.Sandoz_at_sun.com>:
> Forgot to CC you on my response,
> Paul.
>
> --
> | ? + ? = To question
> ----------------\
> Paul Sandoz
> x38109
> +33-4-76188109
>
> Hi Peter,
>
> Not sure if you require the 'org.json' dependency as Jettison includes
> that stuff.
>
> IIRC another person on this list was having similar issues when
> using an
> older version of Jettison that did not have the JSONException class.
>
> Paul.
>