This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new adfd5ade32 Fix unit tests
adfd5ade32 is described below
commit adfd5ade32a2729708313f49c5ea397e0b2a7830
Author: Robert Lazarski <[email protected]>
AuthorDate: Mon Nov 24 10:47:18 2025 -1000
Fix unit tests
---
modules/jaxws-integration/test-resources/axis2.xml | 2 +-
modules/jaxws-integration/test-resources/axis2_addressing.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/jaxws-integration/test-resources/axis2.xml
b/modules/jaxws-integration/test-resources/axis2.xml
index 0954b95298..efca37dbc2 100644
--- a/modules/jaxws-integration/test-resources/axis2.xml
+++ b/modules/jaxws-integration/test-resources/axis2.xml
@@ -130,7 +130,7 @@
<!-- ================================================= -->
<transportReceiver name="http"
class="org.apache.axis2.transport.http.SimpleHTTPServer">
- <parameter name="port">6060</parameter>
+ <!-- <parameter name="port">6060</parameter> Port dynamically
allocated by test framework -->
<!--If you want to give your own host address for EPR generation-->
<!--uncomment following parameter , and set as you required.-->
<!--<parameter name="hostname">http://myApp.com/ws</parameter>-->
diff --git a/modules/jaxws-integration/test-resources/axis2_addressing.xml
b/modules/jaxws-integration/test-resources/axis2_addressing.xml
index 30c898b017..3ccbce265f 100644
--- a/modules/jaxws-integration/test-resources/axis2_addressing.xml
+++ b/modules/jaxws-integration/test-resources/axis2_addressing.xml
@@ -173,7 +173,7 @@
<!-- ================================================= -->
<transportReceiver name="http"
class="org.apache.axis2.transport.http.SimpleHTTPServer">
- <!-- <parameter name="port">9090</parameter> Port dynamically
allocated by test framework -->
+ <parameter name="port">0</parameter> <!-- Dynamic port allocation -->
<!-- Here is the complete list of supported parameters (see example
settings further below):
port: the port to listen on (default 6060)
hostname: if non-null, url prefix used in reply-to endpoint
references (default null)