}
// Notify StatefulInstanceInterceptor that the synch will take care of the release.
ctx.setTxSynchronized(true);
SessionSynchronization bean = (SessionSynchronization) ctx.getInstance();
// EJB 3 4.3.7 paragraph 2
bean.afterBegin();
}
public Object invoke(Invocation invocation) throws Throwable
{
StatefulContainerInvocation ejb = (StatefulContainerInvocation) invocation;