[
http://jira.jboss.com/jira/browse/JBAS-5268?page=all ]
Dimitris Andreadis updated JBAS-5268:
-------------------------------------
Fix Version/s: JBossAS-5.0.0.CR2
(was: JBossAS-5.0.0.CR1)
reschecule
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: Web (Tomcat) service, ClassLoading
Affects Versions: JBossAS-5.0.0.Beta4
Reporter: Scott M Stark
Assigned To: Scott M Stark
Fix For: JBossAS-5.0.0.CR2
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