source: EDIS/trunk/java/tracking-server-main/src/main/webapp/WEB-INF/config/vistalink-config.xml@ 1253

Last change on this file since 1253 was 1253, checked in by Solomon Blaz, 13 years ago

moved VistALink configuration into its own file

File size: 885 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
5 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd">
6
7 <util:set id="vistaAccounts">
8 <bean class="gov.va.med.edp.vistalink.locator.VistaLinkConnectorConfig">
9 <property name="host" value="foo"/>
10 <property name="name" value="FOO"/>
11 <property name="primaryStation" value="500"/>
12 <property name="accessCode" value="foo"/>
13 <property name="verifyCode" value="bar"/>
14 </bean>
15 </util:set>
16
17</beans>
Note: See TracBrowser for help on using the repository browser.