[jboss-jira] [JBoss JIRA] Updated: (JBAS-7469) Move conf/jboss-service.xml class loader config into a bootstrap class loader setup
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Feb 10 16:45:10 EST 2010
[ https://jira.jboss.org/jira/browse/JBAS-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated JBAS-7469:
-----------------------------------
Fix Version/s: JBossAS-6.0.0.M3
(was: JBossAS-6.0.0.M2)
> Move conf/jboss-service.xml class loader config into a bootstrap class loader setup
> -----------------------------------------------------------------------------------
>
> Key: JBAS-7469
> URL: https://jira.jboss.org/jira/browse/JBAS-7469
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: ClassLoading, ProfileService
> Affects Versions: JBossAS-6.0.0.M1
> Reporter: Scott M Stark
> Assignee: Scott M Stark
> Fix For: JBossAS-6.0.0.M3
>
>
> The last piece of configuration to remove from the conf/jboss-service.xml is the following class loader
> <!-- Load all jars from the JBOSS_HOME/server/<config>/lib directory and
> the shared JBOSS_HOME/common/lib directory. This can be restricted to
> specific jars by specifying them in the archives attribute.
> TODO: Move this configuration elsewhere
> -->
> <classpath codebase="${jboss.server.lib.url}" archives="*"/>
> <classpath codebase="${jboss.common.lib.url}" archives="*"/>
> This needs to be in some bootstrap class loader setup of the profile.
--
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
More information about the jboss-jira
mailing list