Hello Sisinda
Thanks for the update. Just to clarify my understanding:
* In the first case, you tested with JAXB API together with JAXB
Reference Implementation (RI), or was it a modified version of JAXB RI?
* In the second case, you tested with JAXB API (annotations and
adapters) together with FasterXML as an implementation of that API?
In any case, your experiment sound encouraging!
Martin
Le 27/05/2017 à 09:40, Sisinda Dinusha a écrit :
> Ok, I have created a simple Android app with 2 JAXB annotated classes. I
> was able to marshal those classes with JAXB marshaller. But unmarshalling
> generated errors (org.xml.sax.SAXNotRecognizedException). Then I changed to
> fasterxml with existing JAXB annotations and it worked for both marshalling
> and unmarshalling with similar xml output provided by JAXB. So I will try
> to find a solution for the JAXB unmarshalling error, and in case it failed,
> I will implement with fasterxml.