[jboss-dev-forums] [Management Development] - Re: Simple Example using ManagedObjects and ProfileService
emuckenhuber
do-not-reply at jboss.com
Fri Nov 13 12:34:34 EST 2009
"rareddy" wrote : Thanks. I will take a look into this.
|
| "emuckenhuber" wrote : Hmm this might need some changes on our side, when creating the managed objects based on the meta data. I assume the difference between a normal ConnectionFactory deployment and a Teiid one are some specific properties in the deployment descriptor ?
| |
| Yes, exactly right. There will be some properties that are specific to Teiid. We should be able to filter those out based on it. This is very similar how the XA and non XA Connection Factories are being put into two separate piles but share the same template.
|
Ok, just give it a try. Feel free to ask if something is not clear or just post a link to a svn repo where i can take a look.
In case of overriding we might be able to use a ManagedObjectDefintion to override certain aspects of the created managed object. I would need to take a look again at that, but it would be easier once i know the differences between those definitions. Most probably we need to override the annotation attached to the ManagedObject, since the ManagementView is doing some processing later on.
https://svn.jboss.org/repos/jbossas/branches/Branch_5_x/messaging/src/main/org/jboss/jms/server/destination/QueueMODefinition.java
We are actually working on a meta data descriptor for ManagedObjects, where you would be able to define the view in an xml file. Where i will try to take you requirements into account as well. Although this will most likely go in one of the future releases and not in AS5.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265602#4265602
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265602
More information about the jboss-dev-forums
mailing list