I've been using JAXB for xml file unmarshalling in an upload servlet.
As far as I remember, the only size limit I have faced is related to
the 30s timeout.

Here are my imports :
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.JAXBException;
import javax.xml.bind.UnmarshalException;
import javax.xml.bind.Unmarshaller;

Maybe switching from JAXB2 to JAXB would solve (part of) your
problems.
Moreover, JAXB does not require any jar.

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