Author: dkulp
Date: Fri Mar 11 14:56:25 2011
New Revision: 1080588
URL: http://svn.apache.org/viewvc?rev=1080588&view=rev
Log:
Get the interop samples building again
Added:
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/Certs.zip
Modified:
cxf/trunk/distribution/src/main/release/samples/pom.xml
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssc/download_wsdl.xml
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssc/src/main/java/interop/server/Server.java
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/download_wsdl.xml
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/src/style/makelocal.xsl
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec11/download_wsdl.xml
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/download_wsdl.xml
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/src/style/makelocal.xsl
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/download_wsdl.xml
Modified: cxf/trunk/distribution/src/main/release/samples/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/pom.xml?rev=1080588&r1=1080587&r2=1080588&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/pom.xml Fri Mar 11 14:56:25
2011
@@ -90,11 +90,11 @@
wsdl's and certs and such
-->
- <!--<module>ws_security/interopfest/wssc</module>
+ <module>ws_security/interopfest/wssc</module>
<module>ws_security/interopfest/wstrust10</module>
<module>ws_security/interopfest/wssec10</module>
- <module>ws_security/interopfest/wssec11</module>-->
- <!--module>ws_security/interopfest/wstrust13</module-->
+ <module>ws_security/interopfest/wssec11</module>
+ <module>ws_security/interopfest/wstrust13</module>
</modules>
<dependencyManagement>
<dependencies>
Added:
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/Certs.zip
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/Certs.zip?rev=1080588&view=auto
==============================================================================
Files
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/Certs.zip
(added) and
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/Certs.zip
Fri Mar 11 14:56:25 2011 differ
Modified:
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssc/download_wsdl.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssc/download_wsdl.xml?rev=1080588&r1=1080587&r2=1080588&view=diff
==============================================================================
---
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssc/download_wsdl.xml
(original)
+++
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssc/download_wsdl.xml
Fri Mar 11 14:56:25 2011
@@ -24,7 +24,8 @@
<target name="download.internal" if="needsToDownload">
<mkdir dir="${build.dir}/generated/src/main/resources/certs"/>
<mkdir dir="${build.dir}/wsdl"/>
- <get src="http://131.107.72.15/ilab/Certs/Certs.zip"
dest="${build.dir}/Certs.zip"/>
+ <!--get src="http://131.107.72.15/ilab/Certs/Certs.zip"
dest="${build.dir}/Certs.zip"/-->
+ <copy file="../Certs.zip" todir="${build.dir}"/>
<get src="${baseLocation}?wsdl"
dest="${build.dir}/wsdl/WSSecureConversation.wsdl"/>
<get src="${baseLocation}?wsdl=wsdl0"
dest="${build.dir}/wsdl/WSSecureConversation_policy.wsdl"/>
<get src="${baseLocation}?xsd=xsd0"
dest="${build.dir}/wsdl/WSSecureConversation_0.xsd"/>
Modified:
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssc/src/main/java/interop/server/Server.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssc/src/main/java/interop/server/Server.java?rev=1080588&r1=1080587&r2=1080588&view=diff
==============================================================================
---
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssc/src/main/java/interop/server/Server.java
(original)
+++
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssc/src/main/java/interop/server/Server.java
Fri Mar 11 14:56:25 2011
@@ -30,7 +30,6 @@ import interop.client.KeystorePasswordCa
public class Server {
protected Server(String baseUrl) throws Exception {
- WSSConfig.getDefaultWSConfig();
new SpringBusFactory().createBus("etc/server.xml");
//"SecureConversation_UserNameOverTransport_IPingService",
Modified:
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/download_wsdl.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/download_wsdl.xml?rev=1080588&r1=1080587&r2=1080588&view=diff
==============================================================================
---
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/download_wsdl.xml
(original)
+++
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/download_wsdl.xml
Fri Mar 11 14:56:25 2011
@@ -17,17 +17,21 @@
under the License.
-->
<project name="wssec11" default="download">
+ <property name="wsdl.host" value="131.107.153.205"/>
+ <property name="target.host" value="${wsdl.host}"/>
+
<property name="build.dir" location="target"/>
<target name="download.internal" if="needsToDownload">
<mkdir dir="${build.dir}/generated/src/main/resources/certs"/>
<mkdir dir="${build.dir}/wsdl"/>
- <get src="http://131.107.72.15/ilab/Certs/Certs.zip"
dest="${build.dir}/Certs.zip"/>
- <get
src="http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?wsdl"
dest="${build.dir}/wsdl/WsSecurity10.wsdl"/>
- <get
src="http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?wsdl=wsdl0"
dest="${build.dir}/wsdl/WsSecurity10_policy.wsdl"/>
- <get
src="http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd0"
dest="${build.dir}/wsdl/WsSecurity10_0.xsd"/>
- <get
src="http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd1"
dest="${build.dir}/wsdl/WsSecurity10_1.xsd"/>
- <get
src="http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd2"
dest="${build.dir}/wsdl/WsSecurity10_2.xsd"/>
- <get
src="http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd3"
dest="${build.dir}/wsdl/WsSecurity10_3.xsd"/>
+ <!--get src="http://131.107.72.15/ilab/Certs/Certs.zip"
dest="${build.dir}/Certs.zip"/-->
+ <copy file="../Certs.zip" todir="${build.dir}"/>
+ <get
src="http://${wsdl.host}/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?wsdl"
dest="${build.dir}/wsdl/WsSecurity10.wsdl"/>
+ <get
src="http://${wsdl.host}/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?wsdl=wsdl0"
dest="${build.dir}/wsdl/WsSecurity10_policy.wsdl"/>
+ <get
src="http://${wsdl.host}/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd0"
dest="${build.dir}/wsdl/WsSecurity10_0.xsd"/>
+ <get
src="http://${wsdl.host}/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd1"
dest="${build.dir}/wsdl/WsSecurity10_1.xsd"/>
+ <get
src="http://${wsdl.host}/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd2"
dest="${build.dir}/wsdl/WsSecurity10_2.xsd"/>
+ <get
src="http://${wsdl.host}/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd3"
dest="${build.dir}/wsdl/WsSecurity10_3.xsd"/>
<antcall target="transform"/>
<unzip src="${build.dir}/Certs.zip"
dest="${build.dir}/generated/src/main/resources/certs"/>
</target>
Modified:
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/src/style/makelocal.xsl
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/src/style/makelocal.xsl?rev=1080588&r1=1080587&r2=1080588&view=diff
==============================================================================
---
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/src/style/makelocal.xsl
(original)
+++
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/src/style/makelocal.xsl
Fri Mar 11 14:56:25 2011
@@ -8,16 +8,16 @@
<xsl:template match="xs:import">
<xsl:copy>
<xsl:choose>
- <xsl:when
test="@schemaLocation='http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd0'">
+ <xsl:when
test="@schemaLocation='http://131.107.153.205/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd0'">
<xsl:attribute
name="schemaLocation">WsSecurity10_0.xsd</xsl:attribute>
</xsl:when>
- <xsl:when
test="@schemaLocation='http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd1'">
+ <xsl:when
test="@schemaLocation='http://131.107.153.205/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd1'">
<xsl:attribute
name="schemaLocation">WsSecurity10_1.xsd</xsl:attribute>
</xsl:when>
- <xsl:when
test="@schemaLocation='http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd2'">
+ <xsl:when
test="@schemaLocation='http://131.107.153.205/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd2'">
<xsl:attribute
name="schemaLocation">WsSecurity10_2.xsd</xsl:attribute>
</xsl:when>
- <xsl:when
test="@schemaLocation='http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd3'">
+ <xsl:when
test="@schemaLocation='http://131.107.153.205/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?xsd=xsd3'">
<xsl:attribute
name="schemaLocation">WsSecurity10_3.xsd</xsl:attribute>
</xsl:when>
<xsl:otherwise>
@@ -31,7 +31,7 @@
<xsl:template match="wsdl:import">
<xsl:copy>
<xsl:choose>
- <xsl:when
test="@location='http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?wsdl'">
+ <xsl:when
test="@location='http://131.107.153.205/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?wsdl'">
<xsl:attribute
name="location">WsSecurity10.wsdl</xsl:attribute>
</xsl:when>
<xsl:otherwise>
@@ -47,7 +47,7 @@
<xsl:copy>
<xsl:choose>
<xsl:when
test="@location='https://kirillgdev04/Security_WsSecurity_Service_Indigo/WsSecurity10.svc/UserNameOverTransport'">
- <xsl:attribute
name="location">https://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc/UserNameOverTransport</xsl:attribute>
+ <xsl:attribute
name="location">https://131.107.153.205/Security_WsSecurity_Service_Indigo/WsSecurity10.svc/UserNameOverTransport</xsl:attribute>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates select="@*"/>
Modified:
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec11/download_wsdl.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec11/download_wsdl.xml?rev=1080588&r1=1080587&r2=1080588&view=diff
==============================================================================
---
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec11/download_wsdl.xml
(original)
+++
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec11/download_wsdl.xml
Fri Mar 11 14:56:25 2011
@@ -21,7 +21,8 @@
<target name="download.internal" if="needsToDownload">
<mkdir dir="${build.dir}/generated/src/main/resources/certs"/>
<mkdir dir="${build.dir}/wsdl"/>
- <get src="http://131.107.72.15/ilab/Certs/Certs.zip"
dest="${build.dir}/Certs.zip"/>
+ <!--get src="http://131.107.72.15/ilab/Certs/Certs.zip"
dest="${build.dir}/Certs.zip"/-->
+ <copy file="../Certs.zip" todir="${build.dir}"/>
<get
src="http://131.107.153.205/Security_WsSecurity_Service_Indigo/WsSecurity11.svc?wsdl"
dest="${build.dir}/wsdl/WsSecurity11.wsdl"/>
<get
src="http://131.107.153.205/Security_WsSecurity_Service_Indigo/WsSecurity11.svc?wsdl=wsdl0"
dest="${build.dir}/wsdl/WsSecurity11_policy.wsdl"/>
<get
src="http://131.107.153.205/Security_WsSecurity_Service_Indigo/WsSecurity11.svc?xsd=xsd0"
dest="${build.dir}/wsdl/WsSecurity11_0.xsd"/>
Modified:
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/download_wsdl.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/download_wsdl.xml?rev=1080588&r1=1080587&r2=1080588&view=diff
==============================================================================
---
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/download_wsdl.xml
(original)
+++
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/download_wsdl.xml
Fri Mar 11 14:56:25 2011
@@ -18,13 +18,11 @@
-->
<project name="wssec11" default="download">
<property name="build.dir" location="target"/>
- <property name="wsdl.host" value="131.107.72.15"/>
+ <property name="wsdl.host" value="131.107.153.205"/>
<property name="target.host" value="${wsdl.host}"/>
<target name="download.internal" if="needsToDownload">
- <mkdir dir="${build.dir}/generated/src/main/resources/certs"/>
<mkdir dir="${build.dir}/wsdl"/>
- <get src="http://131.107.72.15/ilab/Certs/Certs.zip"
dest="${build.dir}/Certs.zip"/>
<get
src="http://${wsdl.host}/Security_Federation_FederatedService_Indigo/Symmetric.svc?wsdl"
dest="${build.dir}/wsdl/WsTrustSym.wsdl"/>
<get
src="http://${wsdl.host}/Security_Federation_FederatedService_Indigo/Symmetric.svc?wsdl=wsdl0"
dest="${build.dir}/wsdl/WsTrustSym_policy.wsdl"/>
@@ -36,6 +34,10 @@
<antcall target="transform"/>
+
+ <!--get src="http://131.107.72.15/ilab/Certs/Certs.zip"
dest="${build.dir}/Certs.zip"/-->
+ <copy file="../Certs.zip" todir="${build.dir}"/>
+ <mkdir dir="${build.dir}/generated/src/main/resources/certs"/>
<unzip src="${build.dir}/Certs.zip"
dest="${build.dir}/generated/src/main/resources/certs"/>
</target>
Modified:
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml?rev=1080588&r1=1080587&r2=1080588&view=diff
==============================================================================
---
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
(original)
+++
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
Fri Mar 11 14:56:25 2011
@@ -34,8 +34,8 @@
<cxf.version>${project.version}</cxf.version>
<test.method>ALL</test.method>
- <wsdl.host>131.107.72.15</wsdl.host>
- <target.host>131.107.72.15</target.host>
+ <wsdl.host>131.107.153.205</wsdl.host>
+ <target.host>131.107.153.205</target.host>
</properties>
<build>
<resources>
Modified:
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/src/style/makelocal.xsl
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/src/style/makelocal.xsl?rev=1080588&r1=1080587&r2=1080588&view=diff
==============================================================================
---
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/src/style/makelocal.xsl
(original)
+++
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/src/style/makelocal.xsl
Fri Mar 11 14:56:25 2011
@@ -9,8 +9,8 @@
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<xsl:output method="xml"/>
- <xsl:param name="target.host">131.107.72.15</xsl:param>
- <xsl:param name="wsdl.host">131.107.72.15</xsl:param>
+ <xsl:param name="target.host">131.107.153.205</xsl:param>
+ <xsl:param name="wsdl.host">131.107.153.205</xsl:param>
<xsl:template match="wsdl:import">
<xsl:copy>
Modified:
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/download_wsdl.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/download_wsdl.xml?rev=1080588&r1=1080587&r2=1080588&view=diff
==============================================================================
---
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/download_wsdl.xml
(original)
+++
cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/download_wsdl.xml
Fri Mar 11 14:56:25 2011
@@ -24,7 +24,8 @@
<target name="download.internal" if="needsToDownload">
<mkdir dir="${build.dir}/generated/src/main/resources/certs"/>
<mkdir dir="${build.dir}/wsdl"/>
- <get src="http://131.107.72.15/ilab/Certs/Certs.zip"
dest="${build.dir}/Certs.zip"/>
+ <!--get src="http://131.107.72.15/ilab/Certs/Certs.zip"
dest="${build.dir}/Certs.zip"/-->
+ <copy file="../Certs.zip" todir="${build.dir}"/>
<get src="http://${service.host}/PingService?wsdl"
dest="${build.dir}/wsdl/PingService.wsdl"/>
<get src="http://${trust.host}/trust?wsdl"
dest="${build.dir}/wsdl/trust.wsdl"/>