Author: jim.ma
Date: 2013-07-18 02:46:37 -0400 (Thu, 18 Jul 2013)
New Revision: 17798
Modified:
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/etc/jboss-ejb-client.properties
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/etc/server.jndi.properties
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/etc/jboss-ejb-client.properties
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/etc/server.jndi.properties
stack/cxf/trunk/modules/testsuite/pom.xml
stack/cxf/trunk/modules/testsuite/shared-tests/src/test/etc/jboss-ejb-client.properties
stack/cxf/trunk/modules/testsuite/shared-tests/src/test/etc/server.jndi.properties
Log:
Change remote protocol to http-remoting for wildfly800
Modified:
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/etc/jboss-ejb-client.properties
===================================================================
---
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/etc/jboss-ejb-client.properties 2013-07-18
05:50:16 UTC (rev 17797)
+++
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/etc/jboss-ejb-client.properties 2013-07-18
06:46:37 UTC (rev 17798)
@@ -1,7 +1,7 @@
remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false
remote.connections=default
remote.connection.default.host=(a)jboss.bind.address@
-remote.connection.default.port=4447
+remote.connection.default.port=(a)remote.port@
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=false
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
callback.handler.class=org.jboss.wsf.test.CallbackHandler
Modified:
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/etc/server.jndi.properties
===================================================================
---
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/etc/server.jndi.properties 2013-07-18
05:50:16 UTC (rev 17797)
+++
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/etc/server.jndi.properties 2013-07-18
06:46:37 UTC (rev 17798)
@@ -1,5 +1,5 @@
java.naming.factory.initial=org.jboss.naming.remote.client.InitialContextFactory
java.naming.factory.url.pkgs=org.jboss.ejb.client.naming:org.jboss.naming.remote.client
-java.naming.provider.url=remote://@jboss.bind.address@:4447
+java.naming.provider.url=@remote.protocol@://@jboss.bind.address@:@remote.port@
jboss.naming.client.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
-jboss.naming.client.security.callback.handler.class=org.jboss.wsf.test.CallbackHandler
\ No newline at end of file
+jboss.naming.client.security.callback.handler.class=org.jboss.wsf.test.CallbackHandler
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/etc/jboss-ejb-client.properties
===================================================================
---
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/etc/jboss-ejb-client.properties 2013-07-18
05:50:16 UTC (rev 17797)
+++
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/etc/jboss-ejb-client.properties 2013-07-18
06:46:37 UTC (rev 17798)
@@ -1,7 +1,7 @@
remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false
remote.connections=default
remote.connection.default.host=(a)jboss.bind.address@
-remote.connection.default.port=4447
+remote.connection.default.port=(a)remote.port@
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=false
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
callback.handler.class=org.jboss.wsf.test.CallbackHandler
Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/etc/server.jndi.properties
===================================================================
---
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/etc/server.jndi.properties 2013-07-18
05:50:16 UTC (rev 17797)
+++
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/etc/server.jndi.properties 2013-07-18
06:46:37 UTC (rev 17798)
@@ -1,5 +1,5 @@
java.naming.factory.initial=org.jboss.naming.remote.client.InitialContextFactory
java.naming.factory.url.pkgs=org.jboss.ejb.client.naming:org.jboss.naming.remote.client
-java.naming.provider.url=remote://@jboss.bind.address@:4447
+java.naming.provider.url=@remote.protocol@://@jboss.bind.address@:@remote.port@
jboss.naming.client.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
-jboss.naming.client.security.callback.handler.class=org.jboss.wsf.test.CallbackHandler
\ No newline at end of file
+jboss.naming.client.security.callback.handler.class=org.jboss.wsf.test.CallbackHandler
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2013-07-18 05:50:16 UTC (rev 17797)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2013-07-18 06:46:37 UTC (rev 17798)
@@ -30,6 +30,8 @@
<org.slf4j.version>1.6.1</org.slf4j.version>
<gnu.getopt.version>1.0.13</gnu.getopt.version>
<log4j.version>1.2.14</log4j.version>
+ <remote.port>4447</remote.port>
+ <remote.protocol>remote</remote.protocol>
</properties>
<!-- Modules -->
@@ -809,6 +811,8 @@
<properties>
<jboss.version>${wildfly800.version}</jboss.version>
<jbossws.integration.target>wildfly800</jbossws.integration.target>
+ <remote.port>8080</remote.port>
+ <remote.protocol>http-remoting</remote.protocol>
</properties>
<dependencies>
<dependency>
Modified:
stack/cxf/trunk/modules/testsuite/shared-tests/src/test/etc/jboss-ejb-client.properties
===================================================================
---
stack/cxf/trunk/modules/testsuite/shared-tests/src/test/etc/jboss-ejb-client.properties 2013-07-18
05:50:16 UTC (rev 17797)
+++
stack/cxf/trunk/modules/testsuite/shared-tests/src/test/etc/jboss-ejb-client.properties 2013-07-18
06:46:37 UTC (rev 17798)
@@ -1,7 +1,7 @@
remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false
remote.connections=default
remote.connection.default.host=(a)jboss.bind.address@
-remote.connection.default.port=4447
+remote.connection.default.port=(a)remote.port@
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=false
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
callback.handler.class=org.jboss.wsf.test.CallbackHandler
Modified:
stack/cxf/trunk/modules/testsuite/shared-tests/src/test/etc/server.jndi.properties
===================================================================
---
stack/cxf/trunk/modules/testsuite/shared-tests/src/test/etc/server.jndi.properties 2013-07-18
05:50:16 UTC (rev 17797)
+++
stack/cxf/trunk/modules/testsuite/shared-tests/src/test/etc/server.jndi.properties 2013-07-18
06:46:37 UTC (rev 17798)
@@ -1,5 +1,5 @@
java.naming.factory.initial=org.jboss.naming.remote.client.InitialContextFactory
java.naming.factory.url.pkgs=org.jboss.ejb.client.naming:org.jboss.naming.remote.client
-java.naming.provider.url=remote://@jboss.bind.address@:4447
+java.naming.provider.url=@remote.protocol@://@jboss.bind.address@:@remote.port@
jboss.naming.client.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
-jboss.naming.client.security.callback.handler.class=org.jboss.wsf.test.CallbackHandler
\ No newline at end of file
+jboss.naming.client.security.callback.handler.class=org.jboss.wsf.test.CallbackHandler