Omaha #3306 Made DPA SSL comms work

Change-Id: I4ef3086f4abadf35c910386c823c914c7892156d

Former-commit-id: 3d58cd6267 [formerly 67d1468c8c] [formerly c6a1a5592c] [formerly 47cc398e91 [formerly c6a1a5592c [formerly 9061033cd5f8299435b5aa83410e2d99f477d07e]]]
Former-commit-id: 47cc398e91
Former-commit-id: f04a8621306442fa726cf9cb7ab6e8b3cbe4d92a [formerly df958f67c5]
Former-commit-id: 05360ecd9f
This commit is contained in:
Dave Hladky 2014-06-20 11:50:41 -05:00
parent 08636a5f5b
commit 6677a75d5c
2 changed files with 4 additions and 4 deletions

View file

@ -21,10 +21,6 @@
<bean id="webServiceInInterceptor"
class="com.raytheon.uf.edex.registry.ebxml.services.RegistryServiceInInterceptor" />
<bean id="encryptedPropertyLoader" class="com.raytheon.uf.edex.security.EncryptedProperties">
<constructor-arg value="/awips2/edex/conf/security/security.properties"/>
</bean>
<bean id="securityOutInterceptor" class="org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor">
<constructor-arg>
<map>

View file

@ -5,5 +5,9 @@
http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
<bean id="securityConfiguration" class="com.raytheon.uf.edex.security.SecurityConfiguration" />
<bean id="encryptedPropertyLoader" class="com.raytheon.uf.edex.security.EncryptedProperties">
<constructor-arg value="/awips2/edex/conf/security/security.properties"/>
</bean>
</beans>