[jboss-dev-forums] [JBoss AS Development] - JBAS-7469, move bootstrap class loading into profile

scott.stark@jboss.org do-not-reply at jboss.com
Wed Nov 18 14:39:16 EST 2009


The last piece of the legacy conf/jboss-service.xml that needs to be removed in order for the profile bootstrapURI to be dropped along with this service descriptor is the:


  |    <!-- 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="*"/> 
  | 

I think this sould be part of the profile definition metadata and the current bootstrapURI processing replaced with the setup of a class loader bean deployment. I wanted to look more at the current bootstrap/embedded/shrinkwrap projects to what requirements exist along these lines.


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266390#4266390

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266390



More information about the jboss-dev-forums mailing list