Author: coheigea
Date: Wed Dec 1 16:16:09 2010
New Revision: 1041072
URL: http://svn.apache.org/viewvc?rev=1041072&view=rev
Log:
Fixing a failing Aegis system test.
Modified:
cxf/sandbox/wss4j-1.6-port/systests/databinding/src/test/resources/aegisJaxWsBeans.xml
Modified:
cxf/sandbox/wss4j-1.6-port/systests/databinding/src/test/resources/aegisJaxWsBeans.xml
URL:
http://svn.apache.org/viewvc/cxf/sandbox/wss4j-1.6-port/systests/databinding/src/test/resources/aegisJaxWsBeans.xml?rev=1041072&r1=1041071&r2=1041072&view=diff
==============================================================================
---
cxf/sandbox/wss4j-1.6-port/systests/databinding/src/test/resources/aegisJaxWsBeans.xml
(original)
+++
cxf/sandbox/wss4j-1.6-port/systests/databinding/src/test/resources/aegisJaxWsBeans.xml
Wed Dec 1 16:16:09 2010
@@ -78,7 +78,7 @@ http://cxf.apache.org/core http://cxf.ap
<constructor-arg>
<map>
<entry key="action"
value="UsernameToken"/>
- <entry key="passwordType"
value="PasswordText"/>
+ <entry key="passwordType"
value="PasswordDigest"/>
<entry key="passwordCallbackRef">
<ref bean="myPasswordCallback"/>
</entry>
@@ -91,4 +91,4 @@ http://cxf.apache.org/core http://cxf.ap
<entry key="mtom-enabled" value="true" />
</jaxws:properties>
</jaxws:endpoint>
-</beans>
\ No newline at end of file
+</beans>