disabled logging

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@398965 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-05-02 15:32:00 +00:00
parent a6a39433b5
commit c53bb05cd2
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ public class BrokerFactoryBean implements FactoryBean, InitializingBean, Disposa
broker = (XBeanBrokerService) context.getBean("broker");
}
catch (BeansException e) {
log.trace("No bean named broker available: " + e, e);
// ignore...
//log.trace("No bean named broker available: " + e, e);
}
if (broker == null) {
// lets try find by type