253254255256257258259260261262263
if (coordinator != null) { try { coordinator.exit(exit, addressingContext, arjunaContext) ; } catch (final Throwable th) { if (WSTLogger.arjLoggerI18N.isDebugEnabled()) {
229230231232233234235236237238239