Community
Participate
Working Groups
There are currently some JAXB test cases failing when run against JDK 1.5 due to no implementation of a StAX parser being found: Provider com.bea.xml.stream.MXParserFactory not found javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.MXParserFactory not found at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72) at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:178) at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:92) at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136) at org.eclipse.persistence.testing.jaxb.xmlmarshaller.UnmarshallerNullTestCases.testFailXMLStreamReaderWithNullType(UnmarshallerNullTestCases.java:261) The test cases are: - org.eclipse.persistence.testing.jaxb.xmlmarshaller.UnmarshallerNullTestCases - org.eclipse.persistence.testing.jaxb.xmlmarshaller.UnmarshalSchemaValidationTestCases - org.eclipse.persistence.testing.jaxb.xmlmarshaller.MarshalSchemaValidationTestCases
Created attachment 184631 [details] MOXy - Test Cases Fixed test cases to guard against no implementation of StAX parser.
Fix checked into trunk at rev: 8633 Code reviewed by: Rick Barkhouse
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink