private String[] getSessionOptions(AbstractInterface<?> iface, String hermesConfigPath) {
List<Hermes> hermesList = new ArrayList<Hermes>();
try {
Context ctx = getHermesContext(iface, hermesConfigPath);
JAXBHermesLoader loader = (JAXBHermesLoader) ctx.lookup(HermesContext.LOADER);
hermesList = loader.load();
} catch (Exception e) {
SoapUI.logError(e);
SoapUI.log.warn("no HermesJMS context!");
}
List<String> hermesSessionList = new ArrayList<String>();