-
Task
-
Resolution: Won't Do
-
Major
-
None
-
None
-
Medium
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