svn commit: r1222502 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/handler/QueueUnbindHandler.java

2011-12-22 Thread kwall
Author: kwall Date: Thu Dec 22 22:41:57 2011 New Revision: 1222502 URL: http://svn.apache.org/viewvc?rev=1222502&view=rev Log: QPID-3707: Fix ClassCastException when processing QueueUnbind for 0-9-1 protocol. Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/handler

svn commit: r1222432 - in /qpid/branches/qpid-3603/qpid/cpp/src/qpid/ha: QueueReplicator.cpp QueueReplicator.h WiringReplicator.cpp

2011-12-22 Thread aconway
Author: aconway Date: Thu Dec 22 20:36:10 2011 New Revision: 1222432 URL: http://svn.apache.org/viewvc?rev=1222432&view=rev Log: QPID-3603: Lifecycle and locking fixes for QueueReplicator Separate bridge de-activation from destruction in QueueReplicator: Only deactivate if destroyed by the Wiring

svn commit: r1222431 - in /qpid/branches/qpid-3603/qpid/cpp/src/qpid/ha: QueueReplicator.cpp QueueReplicator.h ReplicatingSubscription.cpp ReplicatingSubscription.h

2011-12-22 Thread aconway
Author: aconway Date: Thu Dec 22 20:36:02 2011 New Revision: 1222431 URL: http://svn.apache.org/viewvc?rev=1222431&view=rev Log: QPID-3603: Format static log prefixes at consutruction time. Creating the prefix dynamically caused sporadic core dumps with trace logging on. It is also inefficient.

svn propchange: r1222343 - svn:log

2011-12-22 Thread chug
Author: chug Revision: 1222343 Modified property: svn:log Modified: svn:log at Thu Dec 22 16:56:51 2011 -- --- svn:log (original) +++ svn:log Thu Dec 22 16:56:51 2011 @@ -1,3 +1,3 @@ -QPID-3193 Locking .NET Disposed object

svn commit: r1222343 - in /qpid/trunk/qpid/cpp/bindings/qpid/dotnet/src: Address.cpp Connection.cpp FailoverUpdates.cpp Message.cpp Receiver.cpp Sender.cpp Session.cpp

2011-12-22 Thread chug
Author: chug Date: Thu Dec 22 16:51:16 2011 New Revision: 1222343 URL: http://svn.apache.org/viewvc?rev=1222343&view=rev Log: QPID-3193 Locking .NET Disposed objects - repair patch r1228124 That code initialized the private lock object instead of locking it. Modified: qpid/trunk/qpid/cpp/bin

svn commit: r1222330 - in /qpid/trunk/qpid/cpp/src/tests: brokertest.py topictest.ps1

2011-12-22 Thread shuston
Author: shuston Date: Thu Dec 22 16:27:33 2011 New Revision: 1222330 URL: http://svn.apache.org/viewvc?rev=1222330&view=rev Log: Adjust topictest.ps1 to use correct executable names (they changed some time ago); extend broker start timeout on brokertest.ps1 (Windows broker now takes 19 sec to st