public void begin (int timeout) throws WrongStateException, SystemException
{
try
{
if (_contextManager.currentTransaction() != null)
throw new WrongStateException();
CoordinationContextType ctx = _factory.create(BusinessActivityConstants.WSBA_PROTOCOL_ATOMIC_OUTCOME, null, null);
TxContextImple theContext = new TxContextImple(ctx);