[jboss-user] [Microcontainer] - Re: Lots of little XML files?

alesj do-not-reply at jboss.com
Tue Nov 18 04:46:50 EST 2008


"david.lloyd at jboss.com" wrote : 
  | What about some kind of mechanism to allow users to combine descriptors into a single file?
You can already do this.
It's called 'urn:jboss:bean-deployer:2.0'. ;-)


  | <deployment xmlns="urn:jboss:bean-deployer:2.0">
  |    <bean name="blah">
  |       ...
  |    </bean>
  | 
  |    <classloading xmlns="urn:jboss:classloading:1.0">
  |       <capabilities>
  |           <package name="foo.bar" version="1.0"/>
  |       </capabilities>
  |    </classloading>
  | 
  |    <jbossxb-parser .../>
  | 
  |    ...
  | 
  | </deployment>
  | 

That's the whole point on having wildcard on BeanMetaDataFactory in KernelDeployment.
And your metadata implementing it.

Or how is your suggestion different from this?

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

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



More information about the jboss-user mailing list