Hi, i've resolved, with this: in a EJB...
@Resource private SessionContext sesscont;
...
void meth(){
RemoteIf remIf = sesscont.getBusinessObject(RemoteIf.class);
}
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/Refer-to-the-local-interface-from-a-remote-interface-proxy-tp4681552p4681571.html
Sent from the TomEE Users mailing list archive at Nabble.com.
