Hi, I´m creating a JAX-RS service on tomcat without using spring. Everything was working fine for me till I reached the point that I need to marshal java objects using JAXB which I cannot annotate using the @XmlRootElement annotation. I found some documentation that this is not a problem if I configure the JAXB provider properly:
http://cxf.apache.org/docs/jax-rs.html#JAX-RS-HandlingJAXBbeanswithoutXmlRootElementannotations As far a I got it, this only works if I´m using spring. Is there any documentation how to this also without spring? Thanks for an help. Regards, Stefan
