} catch (Exception e) {
// Just log the exception
if(log.isDebugEnabled()) log.debug("Exception", e);
} finally {
if(reportTransaction != null && reportTransaction.isActive()) reportTransaction.rollback();
}
}
private static SOAPEnvelope configureCloseSequence(Options options, ConfigurationContext configurationContext)
throws SandeshaException {