351352353354355356357358359360361
if (participant != null) { try { participant.status(status, addressingContext, arjunaContext) ; } catch (final Throwable th) { if (WSTLogger.arjLoggerI18N.isDebugEnabled()) {
307308309310311312313314315316317