Skip to content

Commit

Permalink
Fix this test? This is how the other AbstractMergingetcetc configs do it
Browse files Browse the repository at this point in the history
  • Loading branch information
dino2gnt committed Dec 9, 2024
1 parent d73632b commit 0542f8f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,7 @@
<property name="configResource" value="file:${opennms.home}/etc/javamail-configuration.xml"/>
</bean>

<bean id="jdbcDataCollectionConfigDao" class="org.opennms.netmgt.dao.jaxb.JdbcDataCollectionConfigDaoJaxb">
<property name="configResource" value="file:${opennms.home}/etc/jdbc-datacollection-config.xml"/>
</bean>
<bean id="jdbcDataCollectionConfigDao" class="org.opennms.netmgt.dao.jaxb.JdbcDataCollectionConfigDaoJaxb"/>

<bean id="jmxConfigDao" class="org.opennms.netmgt.dao.jmx.JmxConfigDaoJaxb">
<property name="configResource" value="file:${opennms.home}/etc/jmx-config.xml"/>
Expand Down

0 comments on commit 0542f8f

Please sign in to comment.