<?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:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:jee="http://www.springframework.org/schema/jee" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-2.0.xsd" > <context:property-placeholder location="WEB-INF/conf/systemParams.properties"/> <jee:jndi-lookup id="portDataSource" jndi-name="java:comp/env/jdbc/portDataSource"/> <jee:jndi-lookup id="servDataSource" jndi-name="java:comp/env/jdbc/servDataSource"/> <bean id="ApsSystemUtils" class="com.agiletec.aps.system.ApsSystemUtils" init-method="init" > <property name="systemParams"> <map> <entry key="logName"><jee:jndi-lookup jndi-name="java:comp/env/logName" /></entry> </map> </property> </bean> </beans>