[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Support for @JMX on attributes

adrian@jboss.org do-not-reply at jboss.com
Mon Jun 23 07:33:41 EDT 2008


I don't understand why this can't just be made into a top level bean?


  | <bean name="MessagingServer".../>
  | 
  | // HERE Pull out the attribute as a top level bean - making it eligible for the JMX handling
  | <bean name="MessagingServerManagement" ...>
  |    <constructor>
  |       <factory bean="MessagingServer" property="whatever"/>
  |    </constructor>
  | </bean>
  | 

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

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



More information about the jboss-dev-forums mailing list