ejb@glassfish.java.net

Invoking remote EJB

From: Fabio Sussumu Komori - ScDv <sussumu_at_tre-sp.gov.br>
Date: Mon, 12 Nov 2007 14:42:49 -0300

Hello!

I am trying to invoking a remote EJB deployed in Sun Application Server 9.0 (using "corbaname:iiop:host:port#global_jndi_name"), but it's not working.

I did a little program to test it, invoking the method "list" of the class "InitialContext" and the result shows a list of my EJBs followed by the string "__3_x_Internal_RemoteBusinessHome__", but I can't see my EJBs with their JNDI names.

I guess that is a security problem... Is there anything I must configure the EJB server?

Thanks for the attention and sorry my poor English,

Fabio