Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Moderate
Description
We should fix method org.apache.camel.converter.jaxb.FallbackTypeConverter#isJaxbType. It can only handle beans with annotation @XmlRootElement now. But this annotation is not necessary. We should check if there is ObjectFactory.java class in current java package and explore this class if there is proper method returning JAXBElement<T> with annotation @XmlElementDecl.