"alesj" wrote : "adrian(a)jboss.org" wrote :
| | Even without the xml, it should be possible to write a simple bean
| | that can be deployed to the MC to do this as a "quick fix".
| |
| I guess we need something like this (but more generic).
|
No I was talking about something like:
| <bean code="...ManagedObjectDefinition">
| <property
name="type">org.jboss.jms.server.destination.QueueService</property>
| <property name="builder">
| <javabean xmlns="..." class="...QueueMOBuilder"/>
| <property>
| </bean>
|
Where ManagedObjectDefinition does something like
| public void create()
| {
| managedObjectFactory.add(type, builder);
| }
| public void destroy()
| {
| managedObjectFactory.remove(type);
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191262#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...