[appengine-java] Re: JAXB Support

2010-04-06 Thread Brian
I've been working with the tutorial mentioned above and it runs fine in my local environment, but when I deploy to GAE JAXB is throwing the exception detailed above. I'm baffled as to why this is running locally but failing on GAE. I though the local environment was supposed to replicate the actual

[appengine-java] Re: JAXB Support

2010-04-11 Thread Raj
I was facing similar issue and use of 2.1.12 version of JAXB reference implementaion fixed the issue..Thanks On Apr 6, 10:41 pm, Toby Reyelts wrote: > It looks like you're bundling the latest 2.2 JAXB RI. Apparently they made a > change in that release which requires access to the protected metho

Re: [appengine-java] Re: JAXB Support

2010-04-06 Thread Toby Reyelts
It looks like you're bundling the latest 2.2 JAXB RI. Apparently they made a change in that release which requires access to the protected method, ClassLoader.findLoadedClass. This makes it incompatible with App Engine. If you can use the previous release (2.1.2), a built-in version of JAXB, or eve

[appengine-java] Re: JAXB Support (2)

2011-02-07 Thread Jeroen Kransen
I got it working! I replaced the whole JAXB with an alternative JAXB implementation called JaxMeAPI. This is the Maven dependency: jaxme jaxmeapi 0.5.1 Now I got stuck again though, as it turns out that Apache FOP is incompatible with GAE. FOP (more specifically xmlgraph