On Aug 30, 2007, at 5:32 AM, Anita Kulshreshtha wrote:

    I have successfully used
props.put("java.naming.provider.url", "127.0.0.1:4201")
   to run stand alone remote client to access MEJB. Should we be using
ejbd://?

We should, yes.  If you don't specify a protocol, we assume ejbd.

1 The JNDI name for MEJB is
MEJBGBean/MEJB/javax.management.j2ee.Management.
Is it possible to have it as ejb/mgmt/MEJB?

We can as of the code I checked in yesterday specify a new jndi format for an ejb-jar. So we could use "ejb/mgmt/{deploymentId}" for that resulting in "ejb/mgmt/MEJB". If that's what people want.

2. Why does MEJB not show up in the JNDIViewer in console?

That I do not know.

-David

Reply via email to