Hello, I'm having the same issue with JAXB that was described in an
old, closed post with subject "JAXB Support". In short, I seem to run
into a compatibility issue with JAXB and GAE. At first I used the
latest 2.2.2 version of JAXB, but I decided to switch to an older
2.1.13 release, triggered by the comments on that post. With that
version I got the same error message, so I decided to use 2.1.12 which
another posted confirmed working. However, it does not work for me. I
now get a different Exception:

        .......
Caused by: java.lang.SecurityException:
java.lang.IllegalAccessException: Reflection is not allowed on
protected final java.lang.Class
java.lang.ClassLoader.findLoadedClass(java.lang.String)
        at com.google.appengine.runtime.Request.process-
e84e40f9d5daf463(Request.java)
        at com.sun.xml.bind.v2.runtime.reflect.opt.Injector
$1.run(Injector.java:156)
        at com.sun.xml.bind.v2.runtime.reflect.opt.Injector
$1.run(Injector.java:151)
        at java.security.AccessController.doPrivileged(AccessController.java:
34)
        at
com.sun.xml.bind.v2.runtime.reflect.opt.Injector.<clinit>(Injector.java:
150)
        ... 63 more
Caused by: java.lang.IllegalAccessException: Reflection is not allowed
on protected final java.lang.Class
java.lang.ClassLoader.findLoadedClass(java.lang.String)
        ... 67 more

I am using javax.xml.bind.jaxb-api 2.1 and com.sun.xml.bind 2.1.12

-- 
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.

Reply via email to