Project

Profile

Help

Bug #4668

closed

Message: Provider com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl not found

Added by O'Neil Delpratt over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Category:
Internals
Sprint/Milestone:
-
Start date:
2020-08-05
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
10, trunk
Fix Committed on Branch:
10
Fixed in Maintenance Release:
Platforms:

Description

The following error message was discovered while testing Saxon 10 .NET with the test case TesUseAssociated:

Message: Provider com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl not found

The problem occurs in the method getPseudoAttribute of the class ProcInstParser.

JAXP API is not available on .NET.

This will also affect Saxon on Java. We shouldn't be calling com.sun.org - Java 9 will also complain about it. We should be using the new method for Java 9 - see JavaPlatform loadParserForXmlFragments() for usage which ProcInstParser should also probably use.

Please register to edit this issue

Also available in: Atom PDF