eclipse-archived / concierge

Eclipse Concierge™ project
https://www.eclipse.org/concierge/
Eclipse Public License 1.0
33 stars 22 forks source link

org.eclipse.concierge.service.xmlparser does not run on CEE-J #38

Open JochenHiller opened 7 years ago

JochenHiller commented 7 years ago

An user running Concierge on Skelmir CEE-J reports:

Code within “org.eclipse.concierge.service.xmlparser-${concierge.version}*.jar” seems to reference “com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl”

We assume in that xmlparser bundle that the used XML parsers are from OpenJDK. We might consider to name this bundle org.eclipse.concierge.service.xmlparser.openjdk to indicate that. An user of CEE-J can have its own adapter bundle which adds the CEE-J specific factory classes.