JAXB is working fine in my GAE app (I am NOT using Spring although). If using Eclipse, try this tutorial : http://www.webmanie.de/cms158/index.php?option=com_content&view=article&id=1 3&Itemid=0
On 14/09/10 21:41, "Shweta Deshpande" <[email protected]> wrote: > Hello, > > Is the class org.springframework.oxm.jaxb.Jaxb2Marshaller supported in > App Engine? I tried deploying an application that uses it, but I'm > getting the following error: > > Cannot resolve reference to bean 'jaxbMarshaller' while setting bean > property 'jaxb2Marshaller'; nested exception is > org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'jaxbMarshaller' defined in ServletContext > resource [/WEB-INF/rest-servlet.xml]: Invocation of init method > failed; nested exception is java.lang.ExceptionInInitializerError > > If not, which of Spring's OXM marshaller classes are supported? > > Thanks, > Shweta -- 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.
