To start, I am trying to use a simple annotated class (@XmlRootElement), create a JAXBContext, and marshal it using that JAXBContext.
What I am seeing, is that if I use the JAXB 2.0 RI, JBoss doesn't recognize the annotation, and I get a JAXBException relating to the class not having the required annotations, and if I try and use the JBoss jars, the JAXBContext does not want to initialize correctly. The example is stated a few posts below this one in a post called JAXB Marshaling Exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938651#3938651 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938651 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
