svn commit: r1361393 - in /qpid/trunk/qpid/cpp/src: qpid/ha/BrokerReplicator.cpp qpid/ha/HaBroker.cpp qpid/ha/Membership.cpp qpid/ha/Membership.h tests/ha_tests.py

2012-07-13 Thread aconway
Author: aconway Date: Fri Jul 13 20:48:05 2012 New Revision: 1361393 URL: http://svn.apache.org/viewvc?rev=1361393&view=rev Log: QPID-4138: HA sporadic failure in ha_tests This was another test issue: trace logging had been left on by mistake, which was slowing down the tests to the point they w

svn commit: r1361353 - /qpid/trunk/qpid/cpp/design_docs/log-model-category-for-correlation.txt

2012-07-13 Thread chug
Author: chug Date: Fri Jul 13 19:45:59 2012 New Revision: 1361353 URL: http://svn.apache.org/viewvc?rev=1361353&view=rev Log: QPID-4079 log categories for correlation. Design description. Added: qpid/trunk/qpid/cpp/design_docs/log-model-category-for-correlation.txt Added: qpid/trunk/qpid/cp

svn commit: r1361334 - in /qpid/trunk/qpid/cpp/src: CMakeLists.txt ha.mk qpid/ha/AlternateExchangeSetter.h qpid/ha/BrokerReplicator.cpp qpid/ha/BrokerReplicator.h tests/ha_tests.py

2012-07-13 Thread aconway
Author: aconway Date: Fri Jul 13 18:45:23 2012 New Revision: 1361334 URL: http://svn.apache.org/viewvc?rev=1361334&view=rev Log: QPID-4107 HA does not replicate alternate-exchange Set alternate exchange on replicated queues and exchanges. If the exchange is available, set it immediately. Otherwi

svn commit: r1361323 - in /qpid/trunk/qpid/cpp/src: qpid/ha/Settings.h tests/ha_tests.py

2012-07-13 Thread aconway
Author: aconway Date: Fri Jul 13 18:33:32 2012 New Revision: 1361323 URL: http://svn.apache.org/viewvc?rev=1361323&view=rev Log: QPID-4136: HA sporadic failures in ha_tests Caused by a test bug, default timeout was too short. Fixed the test to set a high timeout and increased default timeout. Mo

svn commit: r1361321 - /qpid/trunk/qpid/cpp/src/qpid/broker/Link.cpp

2012-07-13 Thread aconway
Author: aconway Date: Fri Jul 13 18:33:23 2012 New Revision: 1361321 URL: http://svn.apache.org/viewvc?rev=1361321&view=rev Log: QPID-4133: (Jason Dillaman) Non-responsive peer in federated link can result in entire cluster shutdown Fix is to not start link processing until the connection is ope

svn commit: r1361293 - in /qpid/proton/trunk/proton-c: CMakeLists.txt bindings/CMakeLists.txt bindings/php/CMakeLists.txt bindings/python/CMakeLists.txt

2012-07-13 Thread rhs
Author: rhs Date: Fri Jul 13 16:39:07 2012 New Revision: 1361293 URL: http://svn.apache.org/viewvc?rev=1361293&view=rev Log: modified build to generate two libraries, libqpid-proton and libqpid-proton-posix Modified: qpid/proton/trunk/proton-c/CMakeLists.txt qpid/proton/trunk/proton-c/bi

svn commit: r1361262 - in /qpid/trunk/qpid/cpp: include/qpid/log/ managementgen/ managementgen/qmfgen/ managementgen/qmfgen/templates/ src/ src/qpid/broker/ src/qpid/log/

2012-07-13 Thread chug
Author: chug Date: Fri Jul 13 15:08:56 2012 New Revision: 1361262 URL: http://svn.apache.org/viewvc?rev=1361262&view=rev Log: QPID-4079 log entries track managed object life cycles Modified: qpid/trunk/qpid/cpp/include/qpid/log/Statement.h qpid/trunk/qpid/cpp/managementgen/qmf-gen qp

svn commit: r1361239 - in /qpid/trunk/qpid/java: broker-plugins/management-http/ broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/ broker-plugins/management-http/s

2012-07-13 Thread robbie
Author: robbie Date: Fri Jul 13 14:37:23 2012 New Revision: 1361239 URL: http://svn.apache.org/viewvc?rev=1361239&view=rev Log: QPID-3998: Add HTTPS support for the REST management interface Applied patch from Oleksandr Rudyy Modified: qpid/trunk/qpid/java/broker-plugins/management-http/MAN

svn commit: r1361113 - in /qpid/branches/0.18/qpid/java: ./ broker-plugins/management-http/ broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/ broker-p

2012-07-13 Thread robbie
Author: robbie Date: Fri Jul 13 09:06:17 2012 New Revision: 1361113 URL: http://svn.apache.org/viewvc?rev=1361113&view=rev Log: QPID-3998, QPID-3999: System tests for Rest API, small fixups for the adapters and web ui. Applied patch from Oleksandr Rudyy Merged from trunk r1360121 Added: q

svn commit: r1361105 - in /qpid/branches/0.18/qpid/java: ./ broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/SaslServlet.java

2012-07-13 Thread robbie
Author: robbie Date: Fri Jul 13 08:50:08 2012 New Revision: 1361105 URL: http://svn.apache.org/viewvc?rev=1361105&view=rev Log: QPID-3998, QPID-3999: get the user name from HttpServletRequest#getRemoteUser() in SaslServlet Applied patch from Oleksandr Rudyy Merged from trunk r1360120 Modified