mirror of https://github.com/apache/activemq.git
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:
parent
a6a39433b5
commit
c53bb05cd2
|
@ -79,7 +79,8 @@ public class BrokerFactoryBean implements FactoryBean, InitializingBean, Disposa
|
||||||
broker = (XBeanBrokerService) context.getBean("broker");
|
broker = (XBeanBrokerService) context.getBean("broker");
|
||||||
}
|
}
|
||||||
catch (BeansException e) {
|
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) {
|
if (broker == null) {
|
||||||
// lets try find by type
|
// lets try find by type
|
||||||
|
|
Loading…
Reference in New Issue