I recently began testing the latest release of ActiveMQ Classic 6.2.5. The broker was failing to start; I noticed the issue was within the jetty.xml file.
Looking through the log files, I was able to determine the failure was due to the following entry. <bean id="invokeStart" class="org.springframework.beans.factory.config.MethodInvokingFactoryBean" depends-on="broker, configureJetty, invokeConnectors"> When I compared the new and old jetty.xml file I noticed the broker entry is new. I removed the broker entry and the broker started fine. I am using the same settings for 6.2.5 that I used in 6.2.4. What is the broker entry/reference for and did I miss anything in the release notes? Jason
