I've noticed 2 webservices tests that timeout (and fail) occasionally at 60 seconds when contacting external webservices:
 
org.jboss.test.jbossnet.external.ExternalUnitTestCase
org.jboss.test.jbossnet.external.RedeployExternalUnitTestCase
 
Is this timeout configurable? I seem to be getting a response in just about one minute. Is this "normal" for WS :)
 
Thanks

<service name="BabelFishService">
<documentation>Translates text of up to 5k in length, between a variety of languages.</documentation>
<port name="BabelFishPort" binding="tns:BabelFishBinding">
<soap:address location="http://services.xmethods.net:80/perl/soaplite.cgi"/>
</port>
</service>

<service name="GoogleSearchService">
<port name="GoogleSearchPort" binding="typens:GoogleSearchBinding">
<soap:address location="http://api.google.com/search/beta2"/>
</port>
</service>



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 03 February, 2006 01:45
To: Adrian Brock; Clebert Suconic; Dimitris Andreadis; jboss-development@lists.sourceforge.net; QA; Ryan Campbell
Subject: jboss-3.2-testsuite Build Completed With Testsuite Errors
Importance: High

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20060202175301

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:235: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:26: Build Successful - Tests completed with errors or failures.
Date of build: 02/02/2006 17:53:01
Time to build: 50 minutes 27 seconds
Last changed: 02/02/2006 14:17:10
Last log entry: JBAS-2768, change tests that produce varying resutls based on jdk/os platform to logging warning messages rather than code assertions

 Unit Tests: (1847)  Total Errors and Failures: (2)
testFederated org.jboss.test.jbossnet.external.ExternalUnitTestCase
testFederated org.jboss.test.jbossnet.external.RedeployExternalUnitTestCase
 

 Modifications since last build:  (first 50 of 14)
1.2.2.20 modified dimitris testsuite/src/main/org/jboss/test/cmp2/commerce/QueryTest.java JBAS-2768, change tests that produce varying resutls based on jdk/os platform to logging warning messages rather than code assertions
1.1.2.1 modified csuconic testsuite/src/main/org/jboss/test/guid/GUIDTestCase.java Renaming GUIDTest to the correct name, so it can be part of the testsuite
1.11.2.10 modified dimitris server/src/main/org/jboss/invocation/MarshalledInvocation.java JBAS-2767, Conditionally set useFullHashMode to true, when SerialVersion.version == SerialVersion.JBOSS_402
1.165.2.198 modified rcampbell testsuite/build.xml added 4.0.3SP1 to compat matrix
1.1.2.16 modified rcampbell testsuite/imports/server-config.xml JBAS-2758: pass serialization flag to jboss startup *and* shutdown
1.165.2.197 modified rcampbell testsuite/build.xml JBAS-2758: pass serialization flag to jboss startup *and* shutdown
1.2.2.22 modified adrian messaging/src/main/org/jboss/mq/server/JMSDestinationManager.java [JBAS-2762] - Avoid infinite loop when there is no state manager.
1.4.2.3 modified dimitris jmx/src/main/javax/management/MBeanServerConnection.java synch with 4.x
1.165.2.196 modified rcampbell testsuite/build.xml JBAS-2758: add usage of org.jboss.j2ee.Serialization flag to compatibility matrix
1.1.4.3 modified dimitris testsuite/src/main/org/jboss/test/jbossmx/performance/TestCase.java fix compatibility test failures
1.1.4.3 modified dimitris testsuite/src/main/org/jboss/test/jbossmx/implementation/TestCase.java fix compatibility test failures
1.2.4.4 modified dimitris testsuite/src/main/org/jboss/test/jbossmx/compliance/TestCase.java fix compatibility test failures
1.1.4.2 modified dimitris common/src/main/org/jboss/util/id/GUID.java JBAS-2718, define a serialVersionUID for GUID and introduce SerialVersion. The default for 3.2..x will be legacy compatibility (3.2.x and maybe 4.0.0/4.0.1) which can be overriden by defining org.jboss.j2ee.Serialization for 4.0.2+ compatibility (the opposite of the 4.0.x branch)
1.2.4.2 modified dimitris common/src/main/org/jboss/util/id/SerialVersion.java JBAS-2718, define a serialVersionUID for GUID and introduce SerialVersion. The default for 3.2..x will be legacy compatibility (3.2.x and maybe 4.0.0/4.0.1) which can be overriden by defining org.jboss.j2ee.Serialization for 4.0.2+ compatibility (the opposite of the 4.0.x branch)

Reply via email to