I am attempting to create an Apache Jena based application on JBoss7.
Apache Jena uses Xalan 2.11.0 JBoss 7 ships with 2.7.1
When I attempt to call the application I get an exception, the root of which is:
org.apache.xerces.impl.dv.DVFactoryException: Schema factory class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl does not extend from SchemaDVFactory
I suspect this is because of the difference in version. I read through the Module documentation (https://docs.jboss.org/author/display/MODULES/Introduction) and attempted to change ot Xalan 2.11.0, but no luck: Jboss just froze on startup. Has anybody done this successfully or, alternatively, does anyone know how to override the Xalan for a deployment?
Thx