I have a servlet that receives incoming xml requests. Based on errors i have
received, it seems that i need to create a new JAXBContext for each request,
since when i initialized it in init() of my server, I receive a
nullpointerexception. Is this correct?
TIA,
David