I got it working! I replaced the whole JAXB with an alternative JAXB
implementation called JaxMeAPI. This is the Maven dependency:
<dependency>
<groupId>jaxme</groupId>
<artifactId>jaxmeapi</artifactId>
<version>0.5.1</version>
</dependency>
Now I got stuck again though, as it turns out that Apache FOP is
incompatible with GAE. FOP (more specifically xmlgraphics.commons)
needs javax.imageio.ImageIO, which is not on the JVM whitelist :-(
--
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.