[android-developers] Re: javax.xml.bind.annotation.XmlAccessType and Android

2011-04-28 Thread Robert Massaioli
I know it has been a while but in case you wanted a JAXB replacement in Android you should use the Simple library: http://massaioli.homelinux.com/wordpress/2011/04/21/simple-xml-in-android-1-5-and-up/ -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: javax.xml.bind.annotation.XmlAccessType and Android

2010-04-25 Thread Android Development
http://code.google.com/p/android/issues/detail?id=314 On Fri, Apr 2, 2010 at 10:46 AM, Nik nikhilpatil2...@gmail.com wrote: I'm getting the same error. In a different context though. I'm trying to include java classes created by JAXB's XJC (from XSD to Java) in my project. But the

[android-developers] Re: javax.xml.bind.annotation.XmlAccessType and Android

2010-04-02 Thread Nik
I'm getting the same error. In a different context though. I'm trying to include java classes created by JAXB's XJC (from XSD to Java) in my project. But the annotations generated by the XJC tool are not supported. Ultimately I want to marshal these classes into XML. Any suggestions? Workarounds?