The j2eeType key property of the object name of a gbean is determined by a setting in GBeanInfo. So, these gbeans have names that differ only in the j2eeType component. I find the easiest way to find the actual object name for a gbean is to look in the log for a message when it starts.

thanks
david jencks

On Nov 8, 2005, at 2:27 PM, Jacek Laskowski wrote:

Hi,

I wonder why two different GBeans of org/apache/geronimo/Security configuration have the same name:

<gbean name="properties-login"
class="org.apache.geronimo.security.jaas.LoginModuleGBean">
...
</gbean>

<gbean name="properties-login" class="org.apache.geronimo.security.jaas.JaasLoginModuleUse">
...
</gbean>

Is there a difference if I wanted to look up the first using JMX or available query mechanism through the kernel?

Jacek


Reply via email to