[
https://jira.jboss.org/jira/browse/JBAS-5826?page=com.atlassian.jira.plug...
]
Scott M Stark resolved JBAS-5826.
---------------------------------
Resolution: Done
The endorsed lib dir now contains:
[585][valkyrie: bin]$ ls ../lib/endorsed/
activation.jar resolver.jar stax-api.jar xercesImpl.jar
jaxb-api.jar serializer.jar xalan.jar
The bootstrap-classloader path now only include the jaxb/stax impls:
<classloader name="bootstrap-classloader"
xmlns="urn:jboss:classloader:1.0" export-all="NON_EMPTY"
import-all="true">
<!-- FIXME Move to Deployers -->
<root>${jboss.lib.url}/jboss-deployers-core-spi.jar</root>
<root>${jboss.lib.url}/jboss-deployers-core.jar</root>
<root>${jboss.lib.url}/jboss-deployers-client-spi.jar</root>
<root>${jboss.lib.url}/jboss-deployers-client.jar</root>
<root>${jboss.lib.url}/jboss-deployers-structure-spi.jar</root>
<root>${jboss.lib.url}/jboss-deployers-spi.jar</root>
<root>${jboss.lib.url}/jboss-deployers-impl.jar</root>
<root>${jboss.lib.url}/jboss-deployers-vfs-spi.jar</root>
<root>${jboss.lib.url}/jboss-deployers-vfs.jar</root>
<!-- System -->
<root>${jboss.lib.url}/jboss-system.jar</root>
<!-- FIXME Move to JMX -->
<root>${jboss.lib.url}/jboss-j2se.jar</root>
<root>${jboss.lib.url}/jboss-mbeans.jar</root>
<root>${jboss.lib.url}/jboss-jmx.jar</root>
<root>${jboss.lib.url}/jboss-system-jmx.jar</root>
<root>${jboss.lib.url}/dom4j.jar</root>
<!-- JAXB impl here, api is in endorsed -->
<root>${jboss.lib.url}/jaxb-impl.jar</root>
<!-- STAX2 impl here, api is in endorsed -->
<root>${jboss.lib.url}/wstx.jar</root>
</classloader>
Update dist build to include stax-api.jar and activation.jar copied
to lib/endorsed
-----------------------------------------------------------------------------------
Key: JBAS-5826
URL:
https://jira.jboss.org/jira/browse/JBAS-5826
Project: JBoss Application Server
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Build System, ClassLoading
Affects Versions: JBossAS-5.0.0.CR1
Reporter: Scott M Stark
Assignee: Scott M Stark
Fix For: JBossAS-5.0.0.CR2
For the updated jaxb 2.1 jars to be included and pass the tck signature tests, the
stax-api.jar and activation.jar need to be in the server lib/endorsed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira