All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ore.org.opennms.core.soa.33.0.7.source-code.beanRefContext.xml Maven / Gradle / Ivy

There is a newer version: 33.0.8
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans-4.2.xsd">

  <bean id="soaContext" class="org.springframework.context.support.ClassPathXmlApplicationContext" lazy-init="true">
     <constructor-arg>
       <list>
         <value>classpath:/META-INF/opennms/applicationContext-soa.xml</value>
       </list>
     </constructor-arg>
   </bean>

</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy