txStickyTargets.put(tpc, stickyTarget);
/* Put it in invoker proxy txFailoverAuthorizations to avoid failover being
* allowed if the 1st EJB invocation within user trasnsaction fails with
* GenericClusteringException.COMPLETED_NO */
InvokerProxyHA proxy = (InvokerProxyHA)invocation.getInvocationContext().getInvoker();
proxy.forbidTransactionFailover(tpc);
}
}