I have a setup running with an additional module with its dependencies but would like to use the already existing xalan module "org.apache.xalan" but there is an ugly exception in the server log explaining:
javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found
...
...
Caused by: java.lang.ClassNotFoundException: org/apache/xalan/processor/TransformerFactoryImpl
The libs of the xalan module contains the desired class, the jar file is named "xalan-2.7.1-redhat-3.jar".
Ok, I can add the "xalan-2.7.1.jar" as resource instead of module, ...