ObjectFactory cache doesn't take classloaders into accout ---------------------------------------------------------
Key: CXF-1712 URL: https://issues.apache.org/jira/browse/CXF-1712 Project: CXF Issue Type: Bug Components: JAXB Databinding Affects Versions: 2.0.7, 2.1.1, 2.0.6 Reporter: Daniel Kulp Assignee: Daniel Kulp Priority: Critical The ObjectFactory cache in the JAXBDataBinding doesn't take the classloader into account, it only uses the full classname. If two services use the same classes, but are in different classloaders, creating the JAXB context fails as the object factory is in a different classloader than the beans. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.