Log.error("TradeDirect:init Unable to lookup JMS Resources\n\t -- Asynchronous mode will not work correctly and Quote Price change publishing will be disabled",e);
publishQuotePriceChange = false;
}
try
{
tradeEJB = (Trade) tradeHome.create();
}
catch (Exception e)
{
Log.error("TradeDirect:init -- error looking up TradeEJB -- Asynchronous 1-phase will not work", e);
}