JBoss had one of the first JMX implementations ever. The JBoss implementation fills in 
some needed holes that weren't filled in (at least) the first JMX spec. This is 
probably what you are seeing when you see "Service=whatever".

I doubt you can drop an MBean from WebLogic into JBoss and vice versa and get it to 
work immediately. From what I've gathered, WLS uses some sort of MBeanHome apparatus, 
while in JBoss everything goes through an MBeanServer.

In addition, JBoss only has one MBeanServer.

I'm honestly not sure how compatible the various J2EE servers are with JMX. From what 
I've gathered there are enough holes in the spec that large variations cropped up in 
the actual implementation.

If you abstract things out enough, though, you should be able to reuse your MBeans (as 
much as is possible) since they implement the same javax.manaagement interfaces.



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

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


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to