JBoss is a J2EE compatible application. JSR-77 is the specification to define a 
management information model for the J2EE platform. 

In that specification, it defines J2EEManagedObject and its inheritance structure. All 
managed object in the J2EE platform must have objectName attribute of the type 
OBJECT_NAME. The key properties of OBJECT_NAME type must include "j2eeType". It also 
requires that all compliant J2EE products to provide the implementation of MEJB 
component which must provide access to all managed object instances required by the 
J2EE Management Model. The MEJB exposes the manageable resources on a J2EE platform as 
JMX MBean.

However,  from JMX console, we could see that quite a few MBeans does not have 
"j2eeType=" property but "type=" in their name and quite a few even does not have 
those kind of type property at all.

In addition, JSR-77 defines a bunch of J2EEResource such as JMSResource and etc. 
However, the JMX Console shows queues under the jboss.mq.destination domain and they 
do not type property and their other attributes do not follow those requried by JSR-77.

I am using JBoss 3.2.3. Is it JSR-77 compliant? Do I misundertsand some concepts?

I appreciate that you could help me for the clarification.

Thanks in Adavance!


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

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


-------------------------------------------------------
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