"adrian(a)jboss.org" wrote :
|
| 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>
| |
|
Now that I refresh my memory on how this works. :-)
You also need to be able to specify the ManagedObjectPopulator as well.
The Builder defines what goes in the ManagedObject (i.e. it is like the class)
(and whether it should even be a ManagedObject ;-)
The Populator fills in the underlying data for a given object (i.e. for the instance)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191284#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...