Author: coheigea
Date: Mon Mar 4 11:48:33 2013
New Revision: 1452264
URL: http://svn.apache.org/r1452264
Log:
Merged revisions 1452263 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1452263 | coheigea | 2013-03-04 11:45:58 +0000 (Mon, 04 Mar 2013) | 2 lines
Use standard port type impl for client-caching cases
........
Modified:
cxf/branches/2.7.x-fixes/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/caching/cxf-service.xml
Modified:
cxf/branches/2.7.x-fixes/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/caching/cxf-service.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/caching/cxf-service.xml?rev=1452264&r1=1452263&r2=1452264&view=diff
==============================================================================
---
cxf/branches/2.7.x-fixes/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/caching/cxf-service.xml
(original)
+++
cxf/branches/2.7.x-fixes/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/caching/cxf-service.xml
Mon Mar 4 11:48:33 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"