JAXP 1.3 specs defines the value of javax.xml.datatype.DatatypeFactory.DATATYPEFACTORY_IMPLEMENTATION_CLASS
as "org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl".
In JDK 1.5 the value of the field is "com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl"
The conflict should be resolved otherwise this may lead to incompatible
Java SE implementations.
as "org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl".
In JDK 1.5 the value of the field is "com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl"
The conflict should be resolved otherwise this may lead to incompatible
Java SE implementations.