[jboss-jira] [JBoss JIRA] Created: (JBAS-5268) jboss-web.xml class loading info not used by WarClassLoaderDeployer
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Fri Feb 29 09:02:58 EST 2008
jboss-web.xml class loading info not used by WarClassLoaderDeployer
-------------------------------------------------------------------
Key: JBAS-5268
URL: http://jira.jboss.com/jira/browse/JBAS-5268
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ClassLoading, Web (Tomcat) service
Affects Versions: JBossAS-5.0.0.Beta4
Reporter: Scott M Stark
Assigned To: Scott M Stark
Fix For: JBossAS-5.0.0.CR1
A war with a parent first class loading specification in its jboss-web.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 4.2//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_2.dtd">
<jboss-web>
<!-- Use parent first class loading model -->
<class-loading java2ClassLoadingCompliance="true">
<loader-repository>jboss.cts:war=bb_localaccess_webaccesstest_web.war</loader-repository>
</class-loading>
...
is not seeing this information propagated to the WarClassLoaderDeployer.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list