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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...