svn commit: r823087 - in /qpid/trunk/qpid/java: broker/src/main/java/org/apache/qpid/server/handler/ client/src/main/java/org/apache/qpid/client/failover/ systests/src/main/java/org/apache/qpid/server

2009-10-08 Thread ritchiem
Author: ritchiem Date: Thu Oct 8 08:17:33 2009 New Revision: 823087 URL: http://svn.apache.org/viewvc?rev=823087view=rev Log: QPID-1950 : Problem is that the thrown exception whilst an IOException does not signify that the socket has closed. So the broker had two open connections to send

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

2009-10-08 Thread ritchiem
Author: ritchiem Date: Thu Oct 8 08:28:43 2009 New Revision: 823089 URL: http://svn.apache.org/viewvc?rev=823089view=rev Log: QPID-1950 : Remove exclude from global exclude file. Should just be excluded from the 010 run as only 0-8/9 uses Mina. The test is validating that a Mina IOException

svn commit: r823094 - in /qpid/trunk/qpid/cpp/src/qpid/agent: ManagementAgentImpl.cpp ManagementAgentImpl.h

2009-10-08 Thread gsim
Author: gsim Date: Thu Oct 8 08:55:44 2009 New Revision: 823094 URL: http://svn.apache.org/viewvc?rev=823094view=rev Log: QPID-2132: Applied patch from Ken Giusti Modified: qpid/trunk/qpid/cpp/src/qpid/agent/ManagementAgentImpl.cpp

[CONF] Apache Qpid Add New Users

2009-10-08 Thread confluence
Add New Users Page edited by Marnie McCormack The Qpid Java Broker has a single reference source (PrincipalDatabase) that defines all the users in the system. To add a new user to the broker the password file must be updated. The

[CONF] Apache Qpid Add New Users

2009-10-08 Thread confluence
Add New Users Page edited by Marnie McCormack The Qpid Java Broker has a single reference source (PrincipalDatabase) that defines all the users in the system. To add a new user to the broker the password file must be updated. The

svn commit: r823149 - in /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client: ./ configuration/

2009-10-08 Thread ritchiem
Author: ritchiem Date: Thu Oct 8 12:40:23 2009 New Revision: 823149 URL: http://svn.apache.org/viewvc?rev=823149view=rev Log: QPID-1440 : Code review changes from QPID-1289. All actioned except adding new createConsumer() method. Modified:

svn commit: r823213 - /qpid/trunk/qpid/cpp/src/tests/cluster_test.cpp

2009-10-08 Thread aconway
Author: aconway Date: Thu Oct 8 15:53:33 2009 New Revision: 823213 URL: http://svn.apache.org/viewvc?rev=823213view=rev Log: Fix race condition in testExclusiveQueueUpdate causing occasional false failures. Modified: qpid/trunk/qpid/cpp/src/tests/cluster_test.cpp Modified:

svn commit: r823258 - in /qpid/trunk/qpid/cpp/src: qpid/broker/SignalHandler.cpp qpid/broker/SignalHandler.h qpid/cluster/Cluster.cpp tests/PartialFailure.cpp

2009-10-08 Thread aconway
Author: aconway Date: Thu Oct 8 18:28:42 2009 New Revision: 823258 URL: http://svn.apache.org/viewvc?rev=823258view=rev Log: Cluster shuts down broker via SignalHandler to fix memory errors on exit. The SignalHandler holds a global reference to the broker which needs to be reset otherwise there

svn commit: r823266 - /qpid/trunk/qpid/cpp/src/CMakeLists.txt

2009-10-08 Thread shuston
Author: shuston Date: Thu Oct 8 18:51:25 2009 New Revision: 823266 URL: http://svn.apache.org/viewvc?rev=823266view=rev Log: Help the package make go better on Linux Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt URL:

svn commit: r823279 - in /qpid/trunk/qpid/cpp/src/qpid/agent: ManagementAgentImpl.cpp ManagementAgentImpl.h

2009-10-08 Thread gsim
Author: gsim Date: Thu Oct 8 19:04:05 2009 New Revision: 823279 URL: http://svn.apache.org/viewvc?rev=823279view=rev Log: QPID-2132: further fix from Ken Giusti. Modified: qpid/trunk/qpid/cpp/src/qpid/agent/ManagementAgentImpl.cpp

svn commit: r823350 - in /qpid/trunk/qpid/wcf: ReadMe.txt src/Apache/Qpid/Interop/Interop.vcproj test/Apache/Qpid/Test/Channel/Functional/RunTests.bat tools/QCreate/QCreate.vcproj

2009-10-08 Thread shuston
Author: shuston Date: Thu Oct 8 22:37:09 2009 New Revision: 823350 URL: http://svn.apache.org/viewvc?rev=823350view=rev Log: Apply patch from QPID-2103. Modified: qpid/trunk/qpid/wcf/ReadMe.txt qpid/trunk/qpid/wcf/src/Apache/Qpid/Interop/Interop.vcproj

svn commit: r823356 - in /qpid/trunk/qpid/cpp: CMakeLists.txt packaging/NSIS/qpid-install-banner.bmp packaging/NSIS/qpid-install-banner.png

2009-10-08 Thread shuston
Author: shuston Date: Thu Oct 8 23:18:18 2009 New Revision: 823356 URL: http://svn.apache.org/viewvc?rev=823356view=rev Log: Fix package name and NSIS banner bitmap size. Added: qpid/trunk/qpid/cpp/packaging/NSIS/qpid-install-banner.png (with props) Modified:

svn commit: r823387 - in /qpid/trunk/qpid/cpp/src/qpid/sys: AsynchIO.h TCPIOPlugin.cpp posix/AsynchIO.cpp

2009-10-08 Thread astitcher
Author: astitcher Date: Fri Oct 9 03:37:37 2009 New Revision: 823387 URL: http://svn.apache.org/viewvc?rev=823387view=rev Log: Fix memory usage error in AsynchConnector Modified: qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIO.h qpid/trunk/qpid/cpp/src/qpid/sys/TCPIOPlugin.cpp

svn commit: r823388 - /qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp

2009-10-08 Thread astitcher
Author: astitcher Date: Fri Oct 9 03:37:54 2009 New Revision: 823388 URL: http://svn.apache.org/viewvc?rev=823388view=rev Log: Change TCP AsynchConnector so that it returns all failures asynchronously Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp Modified:

svn commit: r823389 - /qpid/trunk/qpid/cpp/src/qpid/client/Connector.cpp

2009-10-08 Thread astitcher
Author: astitcher Date: Fri Oct 9 03:37:59 2009 New Revision: 823389 URL: http://svn.apache.org/viewvc?rev=823389view=rev Log: Split TCP connect so that the connect is non blocking - This means it can now be interrupted by heartbeat abort Modified:

svn commit: r823390 - in /qpid/trunk/qpid/cpp: include/qpid/sys/posix/PrivatePosix.h src/Makefile.am src/qpid/sys/Socket.h src/qpid/sys/SocketAddress.h src/qpid/sys/posix/AsynchIO.cpp src/qpid/sys/pos

2009-10-08 Thread astitcher
Author: astitcher Date: Fri Oct 9 03:38:09 2009 New Revision: 823390 URL: http://svn.apache.org/viewvc?rev=823390view=rev Log: Split responsibility for name lookup in AsynchConnector::connect into new SocketAddress class. Added: qpid/trunk/qpid/cpp/src/qpid/sys/SocketAddress.h

svn commit: r823391 - in /qpid/trunk/qpid/cpp/src/qpid/sys/posix: Socket.cpp SocketAddress.cpp

2009-10-08 Thread astitcher
Author: astitcher Date: Fri Oct 9 03:38:15 2009 New Revision: 823391 URL: http://svn.apache.org/viewvc?rev=823391view=rev Log: Added in passive socket address to SocketAddress and use in Socket::listen() Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/Socket.cpp

svn commit: r823392 - in /qpid/trunk/qpid/cpp/src/qpid: client/RdmaConnector.cpp sys/RdmaIOPlugin.cpp sys/rdma/RdmaClient.cpp sys/rdma/RdmaIO.cpp sys/rdma/RdmaIO.h sys/rdma/RdmaServer.cpp sys/rdma/rdm

2009-10-08 Thread astitcher
Author: astitcher Date: Fri Oct 9 03:38:22 2009 New Revision: 823392 URL: http://svn.apache.org/viewvc?rev=823392view=rev Log: Used new SocketAddress class in rdma code Modified: qpid/trunk/qpid/cpp/src/qpid/client/RdmaConnector.cpp qpid/trunk/qpid/cpp/src/qpid/sys/RdmaIOPlugin.cpp