Skip to content

Commit

Permalink
[JBWS-4403]:Remove resources-plugin-filters in jbossws-cxf testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
jimma committed Dec 6, 2023
1 parent 79f3cf5 commit fb0232c
Show file tree
Hide file tree
Showing 85 changed files with 150 additions and 139 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</binding>
<service name="SecurityService">
<port name="SecurityServicePort" binding="tns:SecurityServicePortBinding">
<soap:address location="http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jaxws-samples-wsse-username-jaas"/>
<soap:address location="http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jaxws-samples-wsse-username-jaas"/>
</port>
</service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</binding>
<service name="SecurityService">
<port name="SecurityServicePort" binding="tns:SecurityServicePortBinding">
<soap:address location="http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jaxws-samples-wsse-policy-trust/SecurityService"/>
<soap:address location="http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jaxws-samples-wsse-policy-trust/SecurityService"/>
</port>
</service>

Expand All @@ -68,9 +68,9 @@
<sp:RequireInternalReference />
</wsp:Policy>
<sp:Issuer>
<wsaws:Address>http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jaxws-samples-wsse-policy-trust-sts/SecurityTokenService</wsaws:Address>
<wsaws:Address>http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jaxws-samples-wsse-policy-trust-sts/SecurityTokenService</wsaws:Address>
<wsaws:Metadata xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance"
wsdli:wsdlLocation="http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jaxws-samples-wsse-policy-trust-sts/SecurityTokenService?wsdl">
wsdli:wsdlLocation="http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jaxws-samples-wsse-policy-trust-sts/SecurityTokenService?wsdl">
<wsaw:ServiceName xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
xmlns:stsns="http://docs.oasis-open.org/ws-sx/ws-trust/200512/"
EndpointName="UT_Port">stsns:SecurityTokenService</wsaw:ServiceName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@

<wsdl:service name="SecurityTokenService">
<wsdl:port name="UT_Port" binding="tns:UT_Binding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/SecurityTokenService/UT" />
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/SecurityTokenService/UT" />
</wsdl:port>
</wsdl:service>

Expand Down
16 changes: 8 additions & 8 deletions modules/testsuite/cxf-tests/src/test/etc/arquillian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<property name="allowConnectingToRunningServer">true</property>
<property name="managementAddress">${jboss.bind.address:localhost}</property>
<property name="jbossArguments">${jbossArguments}</property>
<property name="managementPort">${add_int(port-offset.cxf-tests.jboss,9990)}</property>
<property name="managementPort">${cxf-tests.jboss_9990}</property>
<!-- AS7-4070 -->
<property name="waitForPorts">${add_int(port-offset.cxf-tests.jboss,8787)} ${add_int(port-offset.cxf-tests.jboss,9990)}</property>
<property name="waitForPorts">${cxf-tests.jboss_8787} ${cxf-tests.jboss_9990}</property>
<property name="waitForPortsTimeoutInSeconds">8</property>
<property name="startupTimeoutInSeconds">${startupTimeoutInSeconds:60}</property>
</configuration>
Expand All @@ -26,9 +26,9 @@
<property name="allowConnectingToRunningServer">true</property>
<property name="managementAddress">${jboss.bind.address:localhost}</property>
<property name="jbossArguments">${jbossArguments}</property>
<property name="managementPort">${add_int(port-offset.cxf-tests.ssl-mutual-auth,9990)}</property>
<property name="managementPort">${cxf-tests.ssl-mutual-auth_9990}</property>
<!-- AS7-4070 -->
<property name="waitForPorts">${add_int(port-offset.cxf-tests.ssl-mutual-auth,8787)} ${add_int(port-offset.cxf-tests.ssl-mutual-auth,9990)}</property>
<property name="waitForPorts">${cxf-tests.ssl-mutual-auth_8787} ${cxf-tests.ssl-mutual-auth_9990}</property>
<property name="waitForPortsTimeoutInSeconds">8</property>
<property name="startupTimeoutInSeconds">${startupTimeoutInSeconds:60}</property>
</configuration>
Expand All @@ -41,9 +41,9 @@
<property name="allowConnectingToRunningServer">true</property>
<property name="managementAddress">${jboss.bind.address:localhost}</property>
<property name="jbossArguments">${jbossArguments}</property>
<property name="managementPort">${add_int(port-offset.cxf-tests.default-config-tests,9990)}</property>
<property name="managementPort">${cxf-tests.default-config-tests_9990}</property>
<!-- AS7-4070 -->
<property name="waitForPorts">${add_int(port-offset.cxf-tests.default-config-tests,8787)} ${add_int(port-offset.cxf-tests.default-config-tests,9990)}</property>
<property name="waitForPorts">${cxf-tests.default-config-tests_8787} ${cxf-tests.default-config-tests_9990}</property>
<property name="waitForPortsTimeoutInSeconds">8</property>
<property name="startupTimeoutInSeconds">${startupTimeoutInSeconds:60}</property>
</configuration>
Expand All @@ -56,9 +56,9 @@
<property name="allowConnectingToRunningServer">true</property>
<property name="managementAddress">${jboss.bind.address:localhost}</property>
<property name="jbossArguments">${jbossArguments}</property>
<property name="managementPort">${add_int(port-offset.cxf-tests.jms,9990)}</property>
<property name="managementPort">${cxf-tests.jms_9990}</property>
<!-- AS7-4070 -->
<property name="waitForPorts">${add_int(port-offset.cxf-tests.jms,8787)} ${add_int(port-offset.cxf-tests.jms,9990)}</property>
<property name="waitForPorts">${cxf-tests.jms_8787} ${cxf-tests.jms_9990}</property>
<property name="waitForPortsTimeoutInSeconds">8</property>
<property name="startupTimeoutInSeconds">${startupTimeoutInSeconds:60}</property>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</wsdl:binding>
<wsdl:service name="EndpointService">
<wsdl:port binding="tns:EndpointServiceSoapBinding" name="EndpointPort">
<soap:address location="http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jaxws-cxf-bus/EndpointService/InvalidEndpoint" />
<soap:address location="http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jaxws-cxf-bus/EndpointService/InvalidEndpoint" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</wsdl:binding>
<wsdl:service name="EndpointService">
<wsdl:port binding="tns:EndpointServiceSoapBinding" name="EndpointPort">
<soap:address location="http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jaxws-cxf-bus/EndpointService/Endpoint" />
<soap:address location="http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jaxws-cxf-bus/EndpointService/Endpoint" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</wsdl:binding>
<wsdl:service name="EndpointService">
<wsdl:port binding="tns:EndpointServiceSoapBinding" name="EndpointPort">
<soap:address location="http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jaxws-cxf-bus/EndpointService/Endpoint" />
<soap:address location="http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jaxws-cxf-bus/EndpointService/Endpoint" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</wsdl:binding>
<wsdl:service name="EndpointService">
<wsdl:port binding="tns:EndpointServiceSoapBinding" name="EndpointPort">
<soap:address location="http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jaxws-cxf-bus/EndpointService/Endpoint" />
<soap:address location="http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jaxws-cxf-bus/EndpointService/Endpoint" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</binding>
<service name="HelloService">
<port name="HelloPort" binding="tns:HelloBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/jaxws-cxf-sec" />
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/jaxws-cxf-sec" />
</port>
</service>
</definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</binding>
<service name="HelloService">
<port name="HelloPort" binding="tns:HelloBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.ssl-mutual-auth,8443)@/jaxws-cxf-sec" />
<soap:address location="http://localhost:@cxf-tests.ssl-mutual-auth_8443@/jaxws-cxf-sec" />
</port>
</service>
</definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<wsdl:service name="SOAPService">
<wsdl:port name="SoapPort" binding="tns:Greeter_SOAPBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/helloworld" />
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/helloworld" />
</wsdl:port>
</wsdl:service>
</definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</wsdl:binding>
<wsdl:service name="ServiceOne">
<wsdl:port binding="tns:ServiceOneSoapBinding" name="EndpointOnePort">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/jaxws-cxf-jbws3628/ServiceOne"/>
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/jaxws-cxf-jbws3628/ServiceOne"/>
</wsdl:port>
</wsdl:service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<wsdl:service name="HelloService">
<wsdl:port name="HelloServicePort" binding="tns:HelloServiceSoapBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/HelloServicePort"/>
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/HelloServicePort"/>
</wsdl:port>
</wsdl:service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">

<wsdl:import namespace="http://test.jbws3792/"
location="http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jbws3792-external-wsdl/import.wsdl"/>
location="http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jbws3792-external-wsdl/import.wsdl"/>

</wsdl:definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<webservices xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://Hello.org" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/javaee_web_services_1_2.xsd" version="1.2">
<webservice-description>
<webservice-description-name>JBWS3792WSService</webservice-description-name>
<wsdl-file>http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jbws3792-external-wsdl/jbws3792.wsdl</wsdl-file>
<wsdl-file>http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jbws3792-external-wsdl/jbws3792.wsdl</wsdl-file>
<port-component>
<service-impl-bean>
<servlet-link>org.jboss.test.ws.jaxws.cxf.jbws3792.wsImpl.JBWS3792WSImpl</servlet-link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<wsdl:service name="GreetingsService">
<wsdl:port name="GreetingsServicePort" binding="tns:GreetingsServiceSoapBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/GreetingsServicePort"/>
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/GreetingsServicePort"/>
</wsdl:port>
</wsdl:service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<wsdl:service name="HelloService">
<wsdl:port name="HelloServicePort" binding="tns:HelloServiceSoapBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/HelloServicePort"/>
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/HelloServicePort"/>
</wsdl:port>
</wsdl:service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<wsdl:service name="GreetingsService">
<wsdl:port name="GreetingsServicePort" binding="tns:GreetingsServiceSoapBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/GreetingsServicePort"/>
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/GreetingsServicePort"/>
</wsdl:port>
</wsdl:service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<wsdl:service name="HelloService">
<wsdl:port name="HelloServicePort" binding="tns:HelloServiceSoapBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/HelloServicePort"/>
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/HelloServicePort"/>
</wsdl:port>
</wsdl:service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<wsdl:service name="HelloService">
<wsdl:port name="HelloServicePort" binding="tns:HelloServiceSoapBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/HelloServicePort"/>
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/HelloServicePort"/>
</wsdl:port>
</wsdl:service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<wsdl:service name="GreetingsService">
<wsdl:port name="GreetingsServicePort" binding="tns:GreetingsServiceSoapBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/GreetingsServicePort"/>
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/GreetingsServicePort"/>
</wsdl:port>
</wsdl:service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
>
<wsdl:import namespace="http://hello/test"
location="http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jbws3792-hello/HelloService?wsdl" />
location="http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jbws3792-hello/HelloService?wsdl" />

<wsdl:portType name="GreetingsService">
</wsdl:portType>
Expand All @@ -17,7 +17,7 @@

<wsdl:service name="GreetingsService">
<wsdl:port name="GreetingsServicePort" binding="tns:GreetingsServiceSoapBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/GreetingsServicePort"/>
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/GreetingsServicePort"/>
</wsdl:port>
</wsdl:service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<wsdl:service name="HelloService">
<wsdl:port name="HelloServicePort" binding="tns:HelloServiceSoapBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/HelloServicePort"/>
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/HelloServicePort"/>
</wsdl:port>
</wsdl:service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<wsdl:service name="GreetingsService">
<wsdl:port name="GreetingsServicePort" binding="tns:GreetingsServiceSoapBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/GreetingsServicePort"/>
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/GreetingsServicePort"/>
</wsdl:port>
</wsdl:service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<wsdl:service name="HelloWorldService">
<soapjms:jndiConnectionFactoryName>java:jms/RemoteConnectionFactory</soapjms:jndiConnectionFactoryName>
<soapjms:jndiInitialContextFactory>@jboss.initial.context.factory@</soapjms:jndiInitialContextFactory>
<soapjms:jndiURL>@jboss.remoting.protocol@://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jms,8080)@</soapjms:jndiURL>
<soapjms:jndiURL>@jboss.remoting.protocol@://@jboss.bind.address@:@cxf-tests.jms_8080@</soapjms:jndiURL>
<wsdl:port binding="tns:HelloWorldServiceSoapBinding" name="HelloWorldImplPort">
<soap:address location="jms:queue:testQueue"/>
</wsdl:port>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
<wsdl:service name="HelloWorldService">
<soapjms:jndiConnectionFactoryName>java:jms/RemoteConnectionFactory</soapjms:jndiConnectionFactoryName>
<soapjms:jndiInitialContextFactory>@jboss.initial.context.factory@</soapjms:jndiInitialContextFactory>
<soapjms:jndiURL>@jboss.remoting.protocol@://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jms,8080)@</soapjms:jndiURL>
<soapjms:jndiURL>@jboss.remoting.protocol@://@jboss.bind.address@:@cxf-tests.jms_8080@</soapjms:jndiURL>
<wsdl:port binding="tns:HelloWorldServiceSoapBinding" name="HelloWorldImplPort">
<soap:address location="jms:queue:testQueue"/>
</wsdl:port>
<wsdl:port binding="tns:HttpHelloWorldServiceSoapBinding" name="HttpHelloWorldImplPort">
<soap:address location="http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jms,8080)@/jaxws-cxf-jms-http-deployment"/>
<soap:address location="http://@jboss.bind.address@:@cxf-tests.jms_8080@/jaxws-cxf-jms-http-deployment"/>
</wsdl:port>
</wsdl:service>
<wsdl:service name="HelloWorldServiceLocal">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</wsdl:binding>
<wsdl:service name="MtomService">
<wsdl:port name="MtomServicePort" binding="tns:MtomServiceSoapBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/MtomService"/>
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/MtomService"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
</binding>
<service name="HelloService">
<port name="HelloPort" binding="tns:HelloBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/schemavalidation/hello" />
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/schemavalidation/hello" />
</port>
<port name="ValidatingHelloPort" binding="tns:HelloBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/schemavalidation/validatingHello" />
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/schemavalidation/validatingHello" />
</port>
</service>
</definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</binding>
<service name="HelloService">
<port name="HelloPort" binding="tns:HelloBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/schemavalidation/hello" />
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/schemavalidation/hello" />
</port>
</service>
</definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</binding>
<service name="HelloService">
<port name="HelloPort" binding="tns:HelloBinding">
<soap:address location="http://localhost:@add_int(port-offset.cxf-tests.jboss,8080)@/schemavalidation/hello" />
<soap:address location="http://localhost:@cxf-tests.jboss_8080@/schemavalidation/hello" />
</port>
</service>
</definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</binding>
<service name="SecurityService">
<port name="SecurityServicePort" binding="tns:SecurityServicePortBinding">
<soap:address location="http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jaxws-samples-wssePolicy-sign-encrypt"/>
<soap:address location="http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jaxws-samples-wssePolicy-sign-encrypt"/>
</port>
</service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</binding>
<service name="SecurityService">
<port name="SecurityServicePort" binding="tns:SecurityServicePortBinding">
<soap:address location="http://@jboss.bind.address@:@add_int(port-offset.cxf-tests.jboss,8080)@/jaxws-samples-wssePolicy-sign-encrypt"/>
<soap:address location="http://@jboss.bind.address@:@cxf-tests.jboss_8080@/jaxws-samples-wssePolicy-sign-encrypt"/>
</port>
</service>

Expand Down
Loading

0 comments on commit fb0232c

Please sign in to comment.