Fixed
Details
Assignee
Alejandro GalueAlejandro GalueReporter
Alejandro GalueAlejandro GalueComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Alejandro Galue
Alejandro GalueReporter
Alejandro Galue
Alejandro GalueComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created October 7, 2015 at 4:05 PM
Updated January 12, 2016 at 4:04 PM
Resolved January 12, 2016 at 4:04 PM
When running the config-tester on the latest compilation of 17 snapshot, I got an error related to a ClassNotFoundException for the JmsNorthbounderConfigDao class.
That class was moved to a different location and requires an optional package to have this functionality.
Unfortunately, the config-tester still depends on it, so it should be fixed in order to use it:
agalue-mbp:develop agalue$ git grep JmsNorthbounderConfigDao | grep "\.xml" … opennms-config-tester/src/main/resources/META-INF/opennms/applicationContext-configTester.xml: <bean name="jmsNorthbounderConfigDao" class="org.opennms.netmgt.alarmd.northbounder.jms.JmsNorthbounderConfigDao">