Author: coheigea
Date: Mon Mar 4 11:45:58 2013
New Revision: 1452263
URL: http://svn.apache.org/r1452263
Log:
Use standard port type impl for client-caching cases
Modified:
cxf/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/caching/cxf-service.xml
Modified:
cxf/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/caching/cxf-service.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/caching/cxf-service.xml?rev=1452263&r1=1452262&r2=1452263&view=diff
==============================================================================
---
cxf/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/caching/cxf-service.xml
(original)
+++
cxf/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/caching/cxf-service.xml
Mon Mar 4 11:45:58 2013
@@ -40,7 +40,7 @@
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
<jaxws:endpoint id="doubleittransportsaml1"
- implementor="org.apache.cxf.systest.sts.caching.DoubleItPortTypeImpl"
+ implementor="org.apache.cxf.systest.sts.common.DoubleItPortTypeImpl"
endpointName="s:DoubleItTransportSAML1Port"
serviceName="s:DoubleItService"
depends-on="ClientAuthHttpsSettings"
@@ -59,7 +59,7 @@
</jaxws:endpoint>
<jaxws:endpoint id="doubleittransportsaml12"
- implementor="org.apache.cxf.systest.sts.caching.DoubleItPortTypeImpl"
+ implementor="org.apache.cxf.systest.sts.common.DoubleItPortTypeImpl"
endpointName="s:DoubleItTransportSAML1Port2"
serviceName="s:DoubleItService"
depends-on="ClientAuthHttpsSettings"