×

Loading...

The first Bean is the second Bean's client.

So you need use EJB client API and JNDI. Get the remote interface first.....

By the way, getEJBObject() does not help you much. EJBObject is an interface...

The same procedure applies if the two beans are in the different containers.
Report