You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ow...@apache.org on 2013/10/24 21:42:35 UTC

svn commit: r1535509 - in /cxf/fediz/trunk/examples: samplekeys/tomcat-idp.jks samplekeys/tomcat-rp.jks wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/applicationContext.xml

Author: owulff
Date: Thu Oct 24 19:42:34 2013
New Revision: 1535509

URL: http://svn.apache.org/r1535509
Log:
Fix for wsclientWebapp example and cleanup

Removed:
    cxf/fediz/trunk/examples/samplekeys/tomcat-idp.jks
    cxf/fediz/trunk/examples/samplekeys/tomcat-rp.jks
Modified:
    cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/applicationContext.xml

Modified: cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/applicationContext.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/applicationContext.xml?rev=1535509&r1=1535508&r2=1535509&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/applicationContext.xml (original)
+++ cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/applicationContext.xml Thu Oct 24 19:42:34 2013
@@ -22,7 +22,7 @@
 		xmlns:svc="http://apache.org/hello_world_soap_http" address="/GreeterService">
 
 		<jaxws:properties>
-			<entry key="ws-security.signature.properties" value="ststrust.properties" />
+			<entry key="ws-security.signature.properties" value="stsTruststore.properties" />
 		</jaxws:properties>
 
 		<jaxws:features>