Ignore:
Timestamp:
Oct 2, 2011, 6:06:34 PM (13 years ago)
Author:
Solomon Blaz
Message:

deleted duplicate classes from gov.va.med.edp.rpc package in favor of ones in gov.va.med.edp.vistalink and configured rest of application accordingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EDIS/trunk/java/tracking-server-main/src/main/webapp/WEB-INF/config/vistalink-config.xml

    r1253 r1257  
    55       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd">
    66
     7    <bean id="vistaLinkConnectionFactoryLocator"
     8          class="gov.va.med.edp.vistalink.locator.VistaLinkConnectorConfigConnectionFactoryLocator">
     9        <property name="connectors" ref="vistaAccounts"/>
     10    </bean>
     11
     12    <bean id="vistaLinkRpcTemplate" class="gov.va.med.edp.vistalink.VistaLinkTemplate">
     13        <constructor-arg index="0" ref="vistaLinkConnectionFactoryLocator"/>
     14    </bean>
     15
    716    <util:set id="vistaAccounts">
    817        <bean class="gov.va.med.edp.vistalink.locator.VistaLinkConnectorConfig">
    9             <property name="host" value="foo"/>
    10             <property name="name" value="FOO"/>
     18            <property name="host" value="66.206.177.84"/>
     19            <property name="port" value="9310"/>
     20            <property name="name" value="WORLDVISTA DEMO CLINIC"/>
    1121            <property name="primaryStation" value="500"/>
    12             <property name="accessCode" value="foo"/>
    13             <property name="verifyCode" value="bar"/>
     22            <property name="accessCode" value="EDISUSER1"/>
     23            <property name="verifyCode" value="VISTAIS#1"/>
    1424        </bean>
    1525    </util:set>
Note: See TracChangeset for help on using the changeset viewer.