Author: heiko.braun(a)jboss.com
Date: 2008-03-18 10:28:31 -0400 (Tue, 18 Mar 2008)
New Revision: 5999
Modified:
stack/native/trunk/src/test/java/org/jboss/test/ws/interop/wsa/AddressingTestCase.java
stack/native/trunk/src/test/resources/test-excludes-jboss500.txt
Log:
JBWS-2069: Monitor interop endpoints
Modified:
stack/native/trunk/src/test/java/org/jboss/test/ws/interop/wsa/AddressingTestCase.java
===================================================================
---
stack/native/trunk/src/test/java/org/jboss/test/ws/interop/wsa/AddressingTestCase.java 2008-03-18
14:27:13 UTC (rev 5998)
+++
stack/native/trunk/src/test/java/org/jboss/test/ws/interop/wsa/AddressingTestCase.java 2008-03-18
14:28:31 UTC (rev 5999)
@@ -146,6 +146,22 @@
} */
}
+
+ public String getServerHost()
+ {
+ String host = null;
+ if("true".equals( System.getProperty("interop") ) )
+ {
+ host = "jbossws.demo.jboss.com"; // ask heiko about details for this
service
+ System.out.println("Using interop host: jbossws.demo.jboss.com" );
+ }
+ else
+ {
+ host = super.getServerHost();
+ }
+ return host;
+ }
+
/**
* Certain MSFT testcases require the connection to be closed
* since remoting cannot work with particluar HTTP response codes.
Modified: stack/native/trunk/src/test/resources/test-excludes-jboss500.txt
===================================================================
--- stack/native/trunk/src/test/resources/test-excludes-jboss500.txt 2008-03-18 14:27:13
UTC (rev 5998)
+++ stack/native/trunk/src/test/resources/test-excludes-jboss500.txt 2008-03-18 14:28:31
UTC (rev 5999)
@@ -17,7 +17,7 @@
org/jboss/test/ws/jaxws/jbws1840/JBWS1840TestCase.*
# [JBAS-5114] MessageDriven EJB3 does not create destination automatically
-org/jboss/test/ws/jaxws/samples/jmstransport/**
+#org/jboss/test/ws/jaxws/samples/jmstransport/**
# [JBAS-5115] Valid jboss-app.xml file not recognized correctly by jbossxb runtime
org/jboss/test/ws/jaxws/jbws1822/JBWS1822TestCase.*