]
Alessio Soldano updated JBEE-250:
---------------------------------
Fix Version/s: jboss-jakarta-saaj-api_1.4_spec-1.0.2.Final
JBoss Modules based resolution executed too early in FactoryFinder
------------------------------------------------------------------
Key: JBEE-250
URL:
https://issues.redhat.com/browse/JBEE-250
Project: JBoss Enterprise Spec APIs
Issue Type: Bug
Components: jboss-saaj-api
Reporter: Alessio Soldano
Assignee: Jim Ma
Priority: Major
Fix For: jboss-jakarta-saaj-api_1.4_spec-1.0.2.Final
Our fork of SAAJ spec api uses JBoss Modules as one of the mechanisms for resolving
factories; it looks like the resolution through jboss modules is attempted (when
jboss-modules jar being available in the classpath) too early and that can result in a
classloading issue when trying creating a SAAJMetaFactory instance.