[jboss-jira] [JBoss JIRA] Closed: (JBAS-5268) jboss-web.xml class loading info not used by WarClassLoaderDeployer
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Tue Jun 24 11:08:29 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-5268?page=all ]
Adrian Brock closed JBAS-5268.
------------------------------
Fix Version/s: JBossAS-5.0.0.CR1
(was: JBossAS-5.0.0.CR2)
Resolution: Done
Assignee: Adrian Brock (was: Scott M Stark)
The specific issue has already been resolved as part of JBAS-5626:
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas?view=rev&revision=74529
There is a greater issue recorded on JBAS-5637 (and the related forum thread), so I'm closing this.
> 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: Adrian Brock
> 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