[jboss-jira] [JBoss JIRA] Commented: (AS7-1302) Present a version of JAXP to use as an endorsed library
David Lloyd (JIRA)
jira-events at lists.jboss.org
Fri Jul 15 18:06:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614587#comment-12614587 ]
David Lloyd commented on AS7-1302:
----------------------------------
Use of the "jaxpmodule" flag was already eliminated in my https://github.com/dmlloyd/jboss-as/tree/upgrades branch.
> 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
More information about the jboss-jira
mailing list