Omaha #3306 Made DPA SSL comms work
Change-Id: I4ef3086f4abadf35c910386c823c914c7892156d Former-commit-id:3d58cd6267
[formerly67d1468c8c
] [formerlyc6a1a5592c
] [formerly47cc398e91
[formerlyc6a1a5592c
[formerly 9061033cd5f8299435b5aa83410e2d99f477d07e]]] Former-commit-id:47cc398e91
Former-commit-id: f04a8621306442fa726cf9cb7ab6e8b3cbe4d92a [formerlydf958f67c5
] Former-commit-id:05360ecd9f
This commit is contained in:
parent
08636a5f5b
commit
6677a75d5c
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
Loading…
Add table
Reference in a new issue