JAXBDataBinding hard references internal classes from the JAXB Sun RI which are 
not available in Java 6 any more
----------------------------------------------------------------------------------------------------------------

                 Key: CXF-1777
                 URL: https://issues.apache.org/jira/browse/CXF-1777
             Project: CXF
          Issue Type: Bug
          Components: JAXB Databinding
    Affects Versions: 2.1.1
         Environment: Sun JDK 1.6.0_06
            Reporter: Gyorgy Orban


The following classes have been moved to a new internal package in Java 6:

com.sun.xml.bind.marshaller.NamespacePrefixMapper;
com.sun.xml.bind.v2.ContextFactory;
com.sun.xml.bind.v2.runtime.JAXBContextImpl;

JAXBDataBinding has hard reference to them. It causes issues when running CXF 
on Sun JDK 1.6.0_06

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to