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>


Reply via email to