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