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

asan-eip.1.2.0.source-code.ikasan-datasource-conf.xml Maven / Gradle / Ivy

There is a newer version: 2.0.4
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"
     xmlns:jee="http://www.springframework.org/schema/jee"
     xsi:schemaLocation="
       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
       http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-3.1.xsd">

    <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
        <property name="ignoreResourceNotFound" value="true"/>
        <property name="location" value="classpath:/ikasan-jndi-datasource.properties"/>
    </bean>
	
    <jee:jndi-lookup id="ikasan.xads" jndi-name="${ikasan.xads}"/>
    <jee:jndi-lookup id="ikasan.ds" jndi-name="${ikasan.ds}"/>

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy