svn commit: r809981 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java

2009-09-01 Thread ritchiem
Author: ritchiem Date: Tue Sep 1 11:47:14 2009 New Revision: 809981 URL: http://svn.apache.org/viewvc?rev=809981view=rev Log: QPID-2077 : The problem with the tearDown is that we still have a race condition when a control thread trys to close the connection at the same time as the exception

svn commit: r810072 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/SubscriptionLoggingTest.java

2009-09-01 Thread ritchiem
Author: ritchiem Date: Tue Sep 1 14:30:33 2009 New Revision: 810072 URL: http://svn.apache.org/viewvc?rev=810072view=rev Log: QPID-2059 : Updated SLT to ensure there is a gap between ACTIVE and SUSPENDING states so that the log can occur. As there are multiple threads editing the state of the

svn commit: r810093 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/transacted/CommitRollbackTest.java

2009-09-01 Thread ritchiem
Author: ritchiem Date: Tue Sep 1 15:20:26 2009 New Revision: 810093 URL: http://svn.apache.org/viewvc?rev=810093view=rev Log: CommitRollbackTest#testPutThenRollbackThenGet failed on CI. Using a 100ms initial receive is to low as there will be no prefetched data to use. Increasing to 1000ms.

svn commit: r810103 - /qpid/trunk/qpid/cpp/include/qpid/framing/Uuid.h

2009-09-01 Thread astitcher
Author: astitcher Date: Tue Sep 1 15:54:29 2009 New Revision: 810103 URL: http://svn.apache.org/viewvc?rev=810103view=rev Log: Some QPID_COMMON_EXTERNs missed from previous uuid commit Modified: qpid/trunk/qpid/cpp/include/qpid/framing/Uuid.h Modified:

svn commit: r810104 - /qpid/trunk/qpid/cpp/src/tests/Variant.cpp

2009-09-01 Thread astitcher
Author: astitcher Date: Tue Sep 1 15:55:48 2009 New Revision: 810104 URL: http://svn.apache.org/viewvc?rev=810104view=rev Log: Remove some warnings picked up by MSVC compiler Modified: qpid/trunk/qpid/cpp/src/tests/Variant.cpp Modified: qpid/trunk/qpid/cpp/src/tests/Variant.cpp URL:

svn commit: r810110 [2/2] - in /qpid/branches/java-network-refactor/qpid/java: broker/src/main/java/org/apache/qpid/server/ broker/src/main/java/org/apache/qpid/server/configuration/ broker/src/main/j

2009-09-01 Thread aidan
Modified: qpid/branches/java-network-refactor/qpid/java/common/src/main/java/org/apache/qpid/codec/AMQDecoder.java URL: http://svn.apache.org/viewvc/qpid/branches/java-network-refactor/qpid/java/common/src/main/java/org/apache/qpid/codec/AMQDecoder.java?rev=810110r1=810109r2=810110view=diff

svn commit: r810115 - /qpid/trunk/qpid/python/qpid/messaging.py

2009-09-01 Thread rhs
Author: rhs Date: Tue Sep 1 16:45:12 2009 New Revision: 810115 URL: http://svn.apache.org/viewvc?rev=810115view=rev Log: added missing names to __all__ Modified: qpid/trunk/qpid/python/qpid/messaging.py Modified: qpid/trunk/qpid/python/qpid/messaging.py URL:

svn commit: r810227 - in /qpid/trunk/qpid/cpp: include/qpid/management/ include/qpid/sys/windows/ src/qpid/agent/ src/qpid/broker/ src/qpid/management/

2009-09-01 Thread astitcher
Author: astitcher Date: Tue Sep 1 20:47:15 2009 New Revision: 810227 URL: http://svn.apache.org/viewvc?rev=810227view=rev Log: Revisit fix for QPID-1737: (clash with Win32 symbol) Change all use of STATUS_INVALID_PARAMETER to STATUS_PARAMETER_INVALID Modified:

svn commit: r810256 - /qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am

2009-09-01 Thread astitcher
Author: astitcher Date: Tue Sep 1 21:37:27 2009 New Revision: 810256 URL: http://svn.apache.org/viewvc?rev=810256view=rev Log: Avoid failed test where ruby-devel isn't installed Modified: qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am Modified: qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am