]
Chao Wang updated JBJCA-1333:
-----------------------------
Git Pull Request:
Add protection in DsXmlDeployer to prevent from loading xml resource
--------------------------------------------------------------------
Key: JBJCA-1333
URL:
https://issues.jboss.org/browse/JBJCA-1333
Project: IronJacamar
Issue Type: Enhancement
Components: Deployer
Affects Versions: 1.2.7.Final
Reporter: COLLIGNON Thomas
Assignee: Stefano Maestri
Priority: Minor
Fix For: 1.2.8.Final
If we place a datasource.xml in a jar file, the class DsXmlDeployer will fail with
"URI not hierarchical error", because it doesn't handle jar file.
The goal of this issue is prevent for loading jar file in DsXmlDeployer.
The second goal is to provide ability of overring DsXmlDeployer in custom deployer who
extends this class.