You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2016/11/14 22:27:46 UTC

wicket git commit: Set Undertow's http port to 48181. Hopefully this one will be available more often.

Repository: wicket
Updated Branches:
  refs/heads/master 886900ad5 -> 40eca5b1b


Set Undertow's http port to 48181. Hopefully this one will be available more often.


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/40eca5b1
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/40eca5b1
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/40eca5b1

Branch: refs/heads/master
Commit: 40eca5b1bbdfdcfd89c9775b0618025e62a79d43
Parents: 886900a
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Nov 14 23:26:34 2016 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Nov 14 23:26:34 2016 +0100

----------------------------------------------------------------------
 testing/wicket-arquillian/pom.xml                           | 3 +++
 testing/wicket-arquillian/src/test/resources/arquillian.xml | 3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/40eca5b1/testing/wicket-arquillian/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-arquillian/pom.xml b/testing/wicket-arquillian/pom.xml
index a07b308..f57c8ed 100644
--- a/testing/wicket-arquillian/pom.xml
+++ b/testing/wicket-arquillian/pom.xml
@@ -144,6 +144,9 @@
 					<version>${maven.surefire.plugin.version}</version>
 					<configuration>
 						<systemPropertyVariables>
+							<!--<jboss.socket.binding.port-offset>1100</jboss.socket.binding.port-offset>-->
+							<!--<jboss.management.http.port>11090</jboss.management.http.port>-->
+							<jboss.http.port>48181</jboss.http.port>
 							<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
 							<jboss.home>${project.build.directory}/wildfly-${wildfly.version}</jboss.home>
 							<module.path>${project.build.directory}/wildfly-${wildfly.version}/modules</module.path>

http://git-wip-us.apache.org/repos/asf/wicket/blob/40eca5b1/testing/wicket-arquillian/src/test/resources/arquillian.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-arquillian/src/test/resources/arquillian.xml b/testing/wicket-arquillian/src/test/resources/arquillian.xml
index 9729a33..95bc3e3 100644
--- a/testing/wicket-arquillian/src/test/resources/arquillian.xml
+++ b/testing/wicket-arquillian/src/test/resources/arquillian.xml
@@ -27,9 +27,8 @@
     <container qualifier="wildfly" default="true">
     	<configuration>
     		<property name="jbossHome">target/wildfly-${wildfly.version}</property>
-            <property name="managementPort">38991</property>
             <!-- DEBUG MODE MANAGED: -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n -->
-    		<property name="javaVmArguments">-Djboss.socket.binding.port-offset=38993 -Xmx128m -Xrunjdwp:transport=dt_socket,address=38992,server=y,suspend=n
+    		<property name="javaVmArguments">-Xmx128m -Xrunjdwp:transport=dt_socket,address=48787,server=y,suspend=n
             </property>
     	</configuration>
     </container>