TESTS FAILED |
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:94: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures. |
Date of build: 07/16/2006 06:38:08 |
Time to build: 26 minutes 41 seconds |
Last changed: 07/15/2006 13:49:53 |
Last log entry: JBREM-543 - updated servlet client test case to output expected error html from server. |
Unit Tests: (600) Total Errors and Failures: (233) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Modifications since last build: (first 50 of 137) | ||||
1.5 | modified | telrod | src/tests/org/jboss/test/remoting/transport/servlet/ServletInvokerTestClient.java | JBREM-543 - updated servlet client test case to output expected error html from server. |
1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transport/servlet/ServletInvokerTestClient.java | JBREM-543 & JBREM-542 & JBREM-539 - fixed servlet invoker and added sslservlet invoker. |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/servlet/readme.txt | JBREM-543 & JBREM-542 & JBREM-539 - fixed servlet invoker and added sslservlet invoker. |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/servlet/remoting-servlet-server-invoker-service.xml | JBREM-543 & JBREM-542 & JBREM-539 - fixed servlet invoker and added sslservlet invoker. |
1.10 | modified | telrod | src/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.java | JBREM-543 & JBREM-542 & JBREM-539 - fixed servlet invoker and added sslservlet invoker. |
1.3 | modified | telrod | src/tests/org/jboss/test/remoting/handler/mbean/service/mbeanhandler-service.xml | JBREM-543 & JBREM-542 & JBREM-539 - fixed servlet invoker and added sslservlet invoker. |
1.12 | modified | telrod | src/tests/org/jboss/test/remoting/transport/InvokerClientTest.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.5 | modified | telrod | src/tests/org/jboss/test/remoting/transport/socket/ssl/serversocketrefresh/TestServer.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.3 | modified | telrod | src/tests/org/jboss/test/remoting/transport/config/FactoryConfigTestCaseParent.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transport/config/FactoryConfigTestCaseSSLParent.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transport/http/ssl/config/HostnameVerifierTestCase.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/http/ssl/config/TestClientInvokerFactory.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/http/ssl/config/TestServerInvokerFactory.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.5 | modified | telrod | src/tests/org/jboss/test/remoting/transport/local/LocalInvokerTestCase.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.2 | modified | telrod | src/tests/org/jboss/test/remoting/transport/multiplex/MultiplexingManagerStaticThreadsTestCase.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.5 | modified | telrod | src/tests/org/jboss/test/remoting/transport/multiplex/ssl/serversocketrefresh/TestServer.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.10 | modified | telrod | src/tests/org/jboss/test/remoting/transport/rmi/RMIInvokerClientTest.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.2 | modified | telrod | src/tests/org/jboss/test/remoting/transport/rmi/ssl/SSLRMIInvokerClientTest.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.1 | added | telrod | src/main/org/jboss/remoting/transport/sslrmi/TransportServerFactory.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.1 | added | telrod | src/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.1 | added | telrod | src/main/org/jboss/remoting/transport/sslsocket/SSLSocketServerInvoker.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.1 | added | telrod | src/main/org/jboss/remoting/transport/sslsocket/SSLSocketServerInvokerMBean.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.1 | added | telrod | src/main/org/jboss/remoting/transport/sslsocket/TransportClientFactory.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.1 | added | telrod | src/main/org/jboss/remoting/transport/sslsocket/TransportServerFactory.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.6 | modified | telrod | src/tests/org/jboss/test/remoting/detection/jndi/deadlock/Client.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.7 | modified | telrod | src/tests/org/jboss/test/remoting/detection/jndi/deadlock/Server.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.2 | modified | telrod | src/tests/org/jboss/test/remoting/detection/jndi/deadlock3/Client.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.2 | modified | telrod | src/tests/org/jboss/test/remoting/detection/jndi/deadlock3/Server.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.2 | modified | telrod | src/tests/org/jboss/test/remoting/ssl/SSLSupportedTransportTestCase.java | JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly. This allows users ability to plugin custom transport implementation with zero config. Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more). Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself. |
1.5 | modified | telrod | src/tests/org/jboss/test/remoting/byvalue/ByValueInvocationTestCase.java | JBREM-320 - updated test case to test with both java and jboss serialization. |
1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transport/multiplex/ssl/serversocketrefresh/TestClient.java | JBREM-427 - changed port from 1001 to 2001 so can be run on linux (cruisecontrol) without requiring root user to run it. |
1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transport/multiplex/ssl/serversocketrefresh/TestServer.java | JBREM-427 - changed port from 1001 to 2001 so can be run on linux (cruisecontrol) without requiring root user to run it. |
1.5 | modified | telrod | src/tests/org/jboss/test/remoting/transport/socket/ssl/serversocketrefresh/TestClient.java | JBREM-427 - changed port from 1001 to 2001 so can be run on linux (cruisecontrol) without requiring root user to run it. |
1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transport/socket/ssl/serversocketrefresh/TestServer.java | JBREM-427 - changed port from 1001 to 2001 so can be run on linux (cruisecontrol) without requiring root user to run it. |
1.9 | modified | telrod | src/tests/org/jboss/test/remoting/marshall/dynamic/remote/http/MarshallerLoadingServer.java | JBREM-302 - changing the way test object is being loaded by the server. |
1.8 | modified | telrod | src/tests/org/jboss/test/remoting/marshall/dynamic/remote/socket/MarshallerLoadingServer.java | JBREM-302 - changing the way test object is being loaded by the server. |
1.7 | modified | telrod | src/tests/org/jboss/test/remoting/detection/multicast/MulticastUnitTestCase.java | Changed the setting of jboss.identity to be back to using current timestamp instead of static directory. |
1.3 | modified | telrod | src/tests/org/jboss/test/remoting/transport/multiplex/ssl/serversocketrefresh/TestClient.java | JBREM-427 - updated tests so can run via IDE |
1.3 | modified | telrod | src/tests/org/jboss/test/remoting/transport/multiplex/ssl/serversocketrefresh/TestServer.java | JBREM-427 - updated tests so can run via IDE |
1.9 | modified | telrod | src/tests/org/jboss/test/remoting/transport/http/HTTPInvokerClientTestCase.java | JBREM-533 - removing GET test case. |
1.12 | modified | telrod | src/main/org/jboss/remoting/transporter/TransporterServer.java | JBREM-447 - adding to javadoc note that transporter server will have already been started upon return to the static create methods. |
1.11 | modified | telrod | src/main/org/jboss/remoting/transporter/TransporterClient.java | JBREM-495 - adding serial version uid |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/detection/jndi/startup/JNDIDetectorClient.java | JBREM-532 - updated detector api to include method to synchronously get the servers on a network. |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/detection/jndi/startup/JNDIDetectorServer.java | JBREM-532 - updated detector api to include method to synchronously get the servers on a network. |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/detection/jndi/startup/JNDIDetectorTestCase.java | JBREM-532 - updated detector api to include method to synchronously get the servers on a network. |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/detection/multicast/startup/MulticastDetectorClient.java | JBREM-532 - updated detector api to include method to synchronously get the servers on a network. |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/detection/multicast/startup/MulticastDetectorServer.java | JBREM-532 - updated detector api to include method to synchronously get the servers on a network. |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/detection/multicast/startup/MulticastDetectorTestCase.java | JBREM-532 - updated detector api to include method to synchronously get the servers on a network. |
1.1 | added | wolfc | src/tests/org/jboss/test/remoting/regression/jbrem418/ObjectInputStreamWithClassLoaderTestCase.java | JBREM-418: test case |
1.1 | added | rsigal | src/tests/org/jboss/test/remoting/transport/multiplex/ssl/SSLSocketTestCase.java | JBREM-531: Unit tests for SSLSocket bind handling in MultiplexingManager. |