Present a version of JAXP to use as an endorsed library
-------------------------------------------------------
Key: AS7-1302
URL:
https://issues.jboss.org/browse/AS7-1302
Project: Application Server 7
Issue Type: Task
Components: XML Frameworks
Reporter: David Lloyd
Assignee: Jason Greene
Fix For: 7.1.0.Alpha1
With JBoss Modules 1.1, the "jaxpmodule" facility has been eliminated. Instead
we will take a simpler approach: simply endorse a JAXP API family of our own.
The following tasks are required:
# Provide a full JAXP implementation which covers all JAXP APIs
# Add a method or methods to these APIs which either:
#* allow the default provider for each API to be specified
#* allow a selector object for each API to be specified, which returns the appropriate
implementation on request
# Modify AS startup to include these JARs in the endorsed path
# Modify the AS JAXP API modules to filter through to the system class path instead of
packaging the JARs as modules
# Remove said packaging from build.xml
# Remove the AS JAXP implementation modules from build.xml and the build module
repository
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira