users@jaxb.java.net

AXIS2, JAXB & Unmarshalling

From: waymirec <chris_at_waymire.net>
Date: Fri, 18 Dec 2009 10:11:19 -0800 (PST)

I am having an odd issue with JAXB within AXIS2. The code in question can be
ran successfully as a "standalone" java app and everything works as
expected. Running it from within the AXIS2 web service presents an odd issue
where the call to unmarshal returns a non-null object of the proper class
but all of its members are null. There are no exceptions of any kind thrown
and I can confirm that the data being passed to unmarshal is correct and
valid. According to the docs unmarshal should either suceed or toss an
exception, but should never quietly fail. Has anyone else experienced an
issue like this?
-- 
View this message in context: http://old.nabble.com/AXIS2%2C-JAXB---Unmarshalling-tp26847419p26847419.html
Sent from the java.net - jaxb users mailing list archive at Nabble.com.