[appengine-java] Jaxb2Marshaller

2010-09-14 Thread Shweta Deshpande
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.sp

Re: [appengine-java] Re: Spring WS on Google App Engine

2010-09-08 Thread Shweta Deshpande
be try running the service with an > older set of the jar files? > > On Sep 7, 7:45 pm, Shweta Deshpande wrote: > > Can anyone please help? > > > > On Wed, Sep 1, 2010 at 2:16 PM, Shweta Deshpande >wrote: > > > > > > > > > Hello, > > &

Re: [appengine-java] Spring WS on Google App Engine

2010-09-07 Thread Shweta Deshpande
Can anyone please help? On Wed, Sep 1, 2010 at 2:16 PM, Shweta Deshpande wrote: > Hello, > > I am trying to build a SOAP web service using Spring and deploy it on > App Engine. I followed the instructions in an article to build it. > Since there is no support for javax.x

[appengine-java] Spring WS on Google App Engine

2010-09-02 Thread Shweta Deshpande
Hello, I am trying to build a SOAP web service using Spring and deploy it on App Engine. I followed the instructions in an article to build it. Since there is no support for javax.xml.soap, I used AxiomSoapMessageFactory, and also turned payloadCaching to false. When I run the service and send a S