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: 11/21/2007 03:40:26 |
Time to build: 109 minutes 46 seconds |
Last changed: 11/21/2007 02:01:58 |
Last log entry: JBREM-758, JBREM-792: Added several new functions. |
Unit Tests: (482) Total Errors and Failures: (12) | ||||||||||||||||||||||||
| ||||||||||||||||||||||||
Modifications since last build: (first 50 of 13) | ||||
1.6.4.4 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/web/WebInvocationHandler.java | JBREM-758, JBREM-792: Added several new functions. |
1.1.2.1 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/servlet/ServletClientAddressTestCase.java | JBREM-758, JBREM-792: New unit test for servlet transport. |
1.52.2.37 | modified | rsigal | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-792: Removed log.info() calls inadvertently left in at last commit. |
1.29.2.28 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/ServerThread.java | JBREM-792: Moved "$GET_CLIENT_LOCAL_ADDRESS$" functionality from ServerThread to ServerInvoker. |
1.52.2.36 | modified | rsigal | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-792: Implements "$GET_CLIENT_LOCAL_ADDRESS$" functionality directly in ServerInvoker. |
1.53.2.38 | modified | rsigal | src/main/org/jboss/remoting/Client.java | JBREM-792: Added getAddressSeenByServer(). |
1.8.4.7 | modified | rsigal | src/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.java | JBREM-758: Puts client address in InvocationRequest requestPayload. |
1.6.4.2 | modified | rsigal | src/main/org/jboss/remoting/marshal/compress/CompressingUnMarshaller.java | JBREM-677: (1) Added getMarshallingStream(); (2) uses BufferedInputStream. |
1.6.4.2 | modified | rsigal | src/main/org/jboss/remoting/marshal/compress/CompressingMarshaller.java | JBREM-677: (1) Added getMarshallingStream(); (2) uses BufferedOutputStream; (3) reordered GZIPOutputStream.finish() and ObjectOutputStream.flush(). |
1.29.2.27 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/ServerThread.java | JBREM-758: Puts client address in InvocationRequest requestPayload. |
1.17.4.4 | modified | rsigal | src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java | JBREM-758: Puts client address in InvocationRequest requestPayload. |
1.23.2.8 | modified | rsigal | src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java | JBREM-758: Puts client address in InvocationRequest requestPayload. |
1.3.4.4 | modified | rsigal | src/main/org/jboss/remoting/Remoting.java | JBREM-758: Added CLIENT_ADDRESS key. |