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=810256&view=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 UR

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=810227&view=rev Log: Revisit fix for QPID-1737: (clash with Win32 symbol) Change all use of STATUS_INVALID_PARAMETER to STATUS_PARAMETER_INVALID Modified: qpid/trunk/qpid/cpp/include/

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=810115&view=rev Log: added missing names to __all__ Modified: qpid/trunk/qpid/python/qpid/messaging.py Modified: qpid/trunk/qpid/python/qpid/messaging.py URL: http://svn.apache.org/viewvc/q

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=810110&r1=810109&r2=810110&view=diff ==

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=810104&view=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: http:

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=810103&view=rev Log: Some QPID_COMMON_EXTERNs missed from previous uuid commit Modified: qpid/trunk/qpid/cpp/include/qpid/framing/Uuid.h Modified: qpid/trunk/qpid/cpp/include/qpid/fram

svn commit: r810094 - in /qpid/trunk/qpid: cpp/src/qpid/broker/Connection.cpp python/tests_0-10/management.py

2009-09-01 Thread gsim
Author: gsim Date: Tue Sep 1 15:22:48 2009 New Revision: 810094 URL: http://svn.apache.org/viewvc?rev=810094&view=rev Log: QPID-2078: Ensure sessions are cleaned up when their connection is closed by management. Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Connection.cpp qpid/trunk/qp

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=810093&view=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. M

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=810072&view=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: 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=809981&view=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 ha

svn commit: r809957 - /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 10:23:04 2009 New Revision: 809957 URL: http://svn.apache.org/viewvc?rev=809957&view=rev Log: QPID-2059 : Add some validation to verify suspension has been lifted correctly. Modified: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/logging

svn commit: r809936 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/util/LogMonitorTest.java

2009-09-01 Thread ritchiem
Author: ritchiem Date: Tue Sep 1 09:39:43 2009 New Revision: 809936 URL: http://svn.apache.org/viewvc?rev=809936&view=rev Log: QPID-2060 : Simplist solution is to remove test as the functionality is better tested by the _Timeout test. This test verifies that the message is not in the file then