dev@glassfish.java.net

JSR 77 Management EJB - available in V3 build 47d?

From: Ryan O'Connell <Ryan.Oconnell_at_Sun.COM>
Date: Tue, 26 May 2009 15:46:23 -0400

Hello,

I was wondering if the JSR 77 management EJB is available in V3 build
47d? In 9.x and V2, the MEJB was located via a JNDI lookup. This
lookup does not appear to work in V3.

javax.naming.NamingException: Lookup failed for 'java:comp/env/ejb/MEJB'
in SerialContext [Root exception is javax.naming.NamingException:
Exception resolving Ejb for 'Remote ejb-ref name=ejb/MEJB,Remote 2.x
home interface=javax.management.j2ee.ManagementHome,Remote 2.x component
interface=javax.management.j2ee.Management,ejb-link=null,mappedName=ejb/mgmt/MEJB,refType=Session'
. Actual (possibly internal) Remote JNDI name used for lookup is
'ejb/mgmt/MEJB' [Root exception is javax.naming.NamingException: Lookup
failed for 'ejb/mgmt/MEJB' in SerialContext [Root exception is
javax.naming.NameNotFoundException: ejb]]]


Is this the right JNDI name or maybe there is another means available in
V3 to locate the management bean?

Thanks in advance.
--ryano