svn commit: r805604 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/FailoverBaseCase.java

2009-08-18 Thread rajith
Author: rajith Date: Tue Aug 18 22:16:34 2009 New Revision: 805604 URL: http://svn.apache.org/viewvc?rev=805604&view=rev Log: This is to fix the test failures introduced in r805267. The above commit resulted in the FailoverTest and QueueBrowserAutoAckTest to fail under the java profiles. Modifie

svn commit: r805482 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/subscription/SubscriptionImpl.java

2009-08-18 Thread aidan
Author: aidan Date: Tue Aug 18 16:27:08 2009 New Revision: 805482 URL: http://svn.apache.org/viewvc?rev=805482&view=rev Log: Always log subscription state changes in the same way. Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/subscription/SubscriptionImpl.java M

svn commit: r805477 - in /qpid/branches/java-network-refactor/qpid/java: client/src/main/java/org/apache/qpid/client/transport/ common/src/main/java/org/apache/qpid/protocol/ common/src/main/java/org/

2009-08-18 Thread aidan
Author: aidan Date: Tue Aug 18 16:16:10 2009 New Revision: 805477 URL: http://svn.apache.org/viewvc?rev=805477&view=rev Log: QPID-2024: Add ProtocolEngine and NetworkDriver interfaces and a NetworkDriver implementation that uses MINA. Added: qpid/branches/java-network-refactor/qpid/java/co

svn commit: r805441 - /qpid/trunk/qpid/java/test-profiles/010Excludes

2009-08-18 Thread rajith
Author: rajith Date: Tue Aug 18 15:04:18 2009 New Revision: 805441 URL: http://svn.apache.org/viewvc?rev=805441&view=rev Log: Added the BrokerStartupTest to 010Excludes Modified: qpid/trunk/qpid/java/test-profiles/010Excludes Modified: qpid/trunk/qpid/java/test-profiles/010Excludes URL: htt

svn commit: r805429 - /qpid/branches/java-network-refactor/

2009-08-18 Thread aidan
Author: aidan Date: Tue Aug 18 14:33:24 2009 New Revision: 805429 URL: http://svn.apache.org/viewvc?rev=805429&view=rev Log: Branch for doing network related stuff on Added: qpid/branches/java-network-refactor/ - copied from r805428, qpid/trunk/ ---

svn commit: r805418 - /qpid/trunk/qpid/java/client/example/src/main/java/README.txt

2009-08-18 Thread jonathan
Author: jonathan Date: Tue Aug 18 14:02:21 2009 New Revision: 805418 URL: http://svn.apache.org/viewvc?rev=805418&view=rev Log: Clarified for users who do not run the Java broker on the same machine as client examples. Modified: qpid/trunk/qpid/java/client/example/src/main/java/README.txt Mo

svn commit: r805404 - /qpid/trunk/qpid/cpp/src/tests/perftest.cpp

2009-08-18 Thread gsim
Author: gsim Date: Tue Aug 18 13:11:08 2009 New Revision: 805404 URL: http://svn.apache.org/viewvc?rev=805404&view=rev Log: QPID-2053: Allow queue names to be controlled for perftest (this allows multiple concurrent instances to be run). Based on a proposal and patch from Frantisek Reznicek. M