Hi,
No, the TxInterceptorCMT.invokeNext in line 133 is purely local,
as all interceptor chain stuff. It simply calls the next
interceptor in the chain. In this interceptor chain configuration
that is the EntityInstanceInterceptor.
But from within your bean code, you do a remote call to yourself.
Hi,
when calling a Bean (CMP) and passing a reference to itself, a call to a
property getter results in an endless loop in the transaction interceptor.
See the following:
Client calls:
bean.changeMyOrt (bean);
Beans method is:
public void changeMyOrt (MyBean l) throws RemoteException