Access an EJB local interface from a POJO
Hi,
is it possible to access an EJB3 via its local interface from an unmanaged class (POJO). Both the EJB and the POJO are deployed in the same jar on an WLS10.3 server.
Thanks in advance.
0