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/security-config.xml

    r1253 r1257  
    3333          class="gov.va.med.edp.springframework.security.userdetails.vistalink.VistaLinkUserDetailService">
    3434        <property name="applicationName" value="${app.name}"/>
    35         <property name="connectionFactoryLocator" ref="vistaLinkConnectionFactoryLocator"/>
     35        <property name="rpcTemplate" ref="vistaLinkRpcTemplate"/>
    3636    </bean>
    3737
     
    6060        <property name="filterProcessesUrl" value="/logout.html"/>
    6161    </bean>
    62 
    63     <bean id="vistaLinkConnectionFactoryLocator"
    64           class="gov.va.med.edp.vistalink.locator.VistaLinkConnectorConfigConnectionFactoryLocator">
    65         <property name="connectors" ref="vistaAccounts"/>
    66     </bean>
    6762</beans>
Note: See TracChangeset for help on using the changeset viewer.