[jboss-user] [Microcontainer] - Classloading question

david.lloyd@jboss.com do-not-reply at jboss.com
Tue Jan 13 12:57:36 EST 2009


This is probably a dumb question.  In a jboss-classloading.xml file, the root "classloading" element has a name and version attribute.  Is doing this:

<classloading name="blah" version="1.0.0.GA"/>

the same as doing this:

<classloading>
  |     <capabilities>
  |         <module name="blah" version="1.0.0.GA"/>
  |     </capabilities>
  | </classloading>

??

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

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



More information about the jboss-user mailing list