On Wed, Jun 15, 2011 at 11:28 AM, Raphael André Bauer <[email protected]> wrote: > Hi, > > > I wrote a really simple rest interface setup using jersey-server / > jersey-guice / jersey-json (1.7) and delivering json as output. > It runs without any problems on the local dev environment, but I am getting a > > Could not initialize class > com.sun.xml.bind.v2.runtime.reflect.opt.Injector (full stack trace > attached [2]). > > on the production environment (1.5.0.1). This might also be related to > discussion [1].
I just played around a bit and it seems that the problem is jaxb-impl (group com.sun.xml.bind). Version 2.1.12 works (yea!), version 2.2.4 (latest) does not work on App Engine production and yields the error I described in my previous mail. Is this a known issue? Best, Raphael -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
