I forget to mention that the POJO/JMX sides can now do dependencies
on each other (which was the whole point of writing this thing in
the first place :-)
JMX injected into POJO
| <bean>
| <property name="Blah"><inject
bean="test:type=MBean"/></property>
|
POJO injected into JMX
| <mbean>
| <attribute name="Blah"><inject
bean="POJO"/></property>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964469#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...