svn commit: r1662149 - /qpid/dispatch/trunk/README

2015-02-24 Thread aconway
Author: aconway Date: Wed Feb 25 00:30:33 2015 New Revision: 1662149 URL: http://svn.apache.org/r1662149 Log: NO-JIRA: Updated README to require proton >= 0.9 Modified: qpid/dispatch/trunk/README Modified: qpid/dispatch/trunk/README URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/READ

qpid-jms git commit: Update listener test and enable test that should now work with the remote closed handling in place for Connection

2015-02-24 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master eb01f09bb -> 30c81b041 Update listener test and enable test that should now work with the remote closed handling in place for Connection Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/r

[1/2] qpid-jms git commit: fix typos

2015-02-24 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master c5ff72993 -> eb01f09bb fix typos Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/4d97ad5e Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/4d97ad5e D

[2/2] qpid-jms git commit: make test more specific

2015-02-24 Thread robbie
make test more specific Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/eb01f09b Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/eb01f09b Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/eb01f09b Br

svn commit: r1662051 - /qpid/trunk/qpid/java/amqp-1-0-client/src/main/java/org/apache/qpid/amqp_1_0/client/Receiver.java

2015-02-24 Thread rgodfrey
Author: rgodfrey Date: Tue Feb 24 17:40:09 2015 New Revision: 1662051 URL: http://svn.apache.org/r1662051 Log: QPID-6411 : Don't throw an NPE if there is no Error associated with the a broker initiated detach Modified: qpid/trunk/qpid/java/amqp-1-0-client/src/main/java/org/apache/qpid/amqp_

svn commit: r1662027 - in /qpid/branches/0.32/qpid/cpp/src: ./ CMakeLists.txt config.h.cmake qpid/Options.cpp

2015-02-24 Thread shuston
Author: shuston Date: Tue Feb 24 17:07:39 2015 New Revision: 1662027 URL: http://svn.apache.org/r1662027 Log: Merge r1661450 changes (size_t detect) into 0.32 as approved in QPID-6312 Modified: qpid/branches/0.32/qpid/cpp/src/ (props changed) qpid/branches/0.32/qpid/cpp/src/CMakeLists.t

svn commit: r1662026 - in /qpid/branches/0.32/qpid/cpp/src/qpid/sys: ./ aix/ aix/SystemInfo.cpp

2015-02-24 Thread shuston
Author: shuston Date: Tue Feb 24 17:01:28 2015 New Revision: 1662026 URL: http://svn.apache.org/r1662026 Log: Merge SystemInfo.cpp to 0.32 - QPID-6312 Added: qpid/branches/0.32/qpid/cpp/src/qpid/sys/aix/ - copied from r1661449, qpid/trunk/qpid/cpp/src/qpid/sys/aix/ Modified: qpid/br

svn commit: r1662025 - /qpid/trunk/qpid/cpp/src/qpid/sys/aix/SystemInfo.cpp

2015-02-24 Thread shuston
Author: shuston Date: Tue Feb 24 16:59:31 2015 New Revision: 1662025 URL: http://svn.apache.org/r1662025 Log: Fix up/remove pasted comments re Linux per Andrew's review comments in review for QPID-6312 Modified: qpid/trunk/qpid/cpp/src/qpid/sys/aix/SystemInfo.cpp Modified: qpid/trunk/qpid/c

[07/11] qpid-jms git commit: add tests for refusing consumer link creation, make related producer tests look for more specific exception

2015-02-24 Thread robbie
add tests for refusing consumer link creation, make related producer tests look for more specific exception Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/72e601e8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/

[10/11] qpid-jms git commit: undo previous commit as a quick way to solve a bunch of conflicts, will restore effect of changes after.

2015-02-24 Thread robbie
undo previous commit as a quick way to solve a bunch of conflicts, will restore effect of changes after. This reverts commit 477df644369ab515daf2d5a600dd245d35c05335. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/d37

[08/11] qpid-jms git commit: update handling of producer/consumer link refusal

2015-02-24 Thread robbie
update handling of producer/consumer link refusal - Ensure the initial attach doesnt result in open request succeeding. - Use the remote error if given in detach, otherwise suply a more meaningful fallback when failing the open request. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/

[04/11] qpid-jms git commit: ensure the error condition is part of the exception message, only prepare the message when actually required

2015-02-24 Thread robbie
ensure the error condition is part of the exception message, only prepare the message when actually required Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/43297405 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms

[02/11] qpid-jms git commit: pass the provider when handling remote closure, update interface javadoc

2015-02-24 Thread robbie
pass the provider when handling remote closure, update interface javadoc Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/2eaf5071 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/2eaf5071 Diff: http://git-wip-u

[01/11] qpid-jms git commit: add a little descriptive javadoc, remove dead code

2015-02-24 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master 477df6443 -> c5ff72993 add a little descriptive javadoc, remove dead code Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/5092f9d0 Tree: http://git-wip-us.apac

[06/11] qpid-jms git commit: add support for refusing consumer links, with or without deferring write of the attach response until sending the detach

2015-02-24 Thread robbie
add support for refusing consumer links, with or without deferring write of the attach response until sending the detach Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/159bfaa6 Tree: http://git-wip-us.apache.org/repos/

[05/11] qpid-jms git commit: update message to remove 'unknown' since including the condition will often give context for the error

2015-02-24 Thread robbie
update message to remove 'unknown' since including the condition will often give context for the error Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/cb3c17f2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/

[09/11] qpid-jms git commit: wait for connection open handlers to complete, avoid rare exception when closing the test peer before they do

2015-02-24 Thread robbie
wait for connection open handlers to complete, avoid rare exception when closing the test peer before they do Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/297ad6fc Tree: http://git-wip-us.apache.org/repos/asf/qpid-jm

[11/11] qpid-jms git commit: Handle remote close of the Connection by firing the normal exception events and letting things close down normally.

2015-02-24 Thread robbie
Handle remote close of the Connection by firing the normal exception events and letting things close down normally. applies the effective changes from 477df644369ab515daf2d5a600dd245d35c05335 which were temporarily reverted in d376110e3f9d86418640f1fe10ff266fd00be425 Project: http://git-wip-us.

[03/11] qpid-jms git commit: fix typo

2015-02-24 Thread robbie
fix typo Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/389c7d5a Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/389c7d5a Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/389c7d5a Branch: refs/head

qpid-jms git commit: Handle remote close of the Connection by firing the normal exception events and letting things close down normally.

2015-02-24 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 989bce31b -> 477df6443 Handle remote close of the Connection by firing the normal exception events and letting things close down normally. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.or

[3/3] qpid-proton git commit: NO-JIRA: Use SyncRequestResponse in sync_client.py example

2015-02-24 Thread aconway
NO-JIRA: Use SyncRequestResponse in sync_client.py example Also minor improvements to server.py and server_direct.py examples. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/dc27a7b1 Tree: http://git-wip-us.apach

[2/3] qpid-proton git commit: PROTON-825: SyncRequestResponse should yield in on_message.

2015-02-24 Thread aconway
PROTON-825: SyncRequestResponse should yield in on_message. This is the replacement fix for the reverted commit: 1455f32 PROTON-825: Reactor should yield before quiescing. Instead of changing the reactor process() logic, we call pn_reactor_yield from on_message in the SyncRequestResponse hand

[1/3] qpid-proton git commit: Revert "PROTON-825: Reactor should yield before quiescing."

2015-02-24 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master bbc04608b -> dc27a7b1c Revert "PROTON-825: Reactor should yield before quiescing." This reverts commit 1455f32575921ac8ed90cce539273233058f2b70. There is no need to put this logic in the reactor process loop, instead an application t

svn commit: r1661946 - in /qpid/branches/0.32: ./ qpid/ qpid/java/ qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhost/bdb/ qpid/java/bdbstore/src/main/java/resources/js/qpid/man

2015-02-24 Thread kwall
Author: kwall Date: Tue Feb 24 13:41:21 2015 New Revision: 1661946 URL: http://svn.apache.org/r1661946 Log: QPID-6407: Edit dialogue for BDB HA does not faithfully populate attributes node priority or required number of nodes Merged from trunk with command: svn merge -c 1661693 https://svn.apa

svn commit: r1661944 - in /qpid/branches/0.32: ./ qpid/ qpid/java/ qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/ qpid/java/broker-core/src/test/java/org/apache/qpid/server/model/te

2015-02-24 Thread kwall
Author: kwall Date: Tue Feb 24 13:34:32 2015 New Revision: 1661944 URL: http://svn.apache.org/r1661944 Log: QPID-6406: [Java Broker] ACO generates attribute set events even if the attribute value is not changed Merged from trunk with command: svn merge -c 1661531 https://svn.apache.org/repos/a

svn commit: r1661936 - in /qpid/branches/0.32: ./ qpid/ qpid/java/ qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/ResourceWidget.js

2015-02-24 Thread kwall
Author: kwall Date: Tue Feb 24 13:23:37 2015 New Revision: 1661936 URL: http://svn.apache.org/r1661936 Log: QPID-6346: [Java Broker] Fix field reference when file reader is unsupported Merged from trunk with command: svn merge -c 1661207 https://svn.apache.org/repos/asf/qpid/trunk Modified:

svn commit: r1661935 [2/2] - in /qpid/branches/0.32: ./ qpid/ qpid/java/ qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhost/bdb/ qpid/java/bdbstore/src/main/java/resources/js/qp

2015-02-24 Thread kwall
Modified: qpid/branches/0.32/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/authenticationprovider/external/add.js URL: http://svn.apache.org/viewvc/qpid/branches/0.32/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/authenti

svn commit: r1661935 [1/2] - in /qpid/branches/0.32: ./ qpid/ qpid/java/ qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhost/bdb/ qpid/java/bdbstore/src/main/java/resources/js/qp

2015-02-24 Thread kwall
Author: kwall Date: Tue Feb 24 13:20:10 2015 New Revision: 1661935 URL: http://svn.apache.org/r1661935 Log: QPID-6398: [Java Broker] Update web management console UI to invoke dojo parser.parse as a promise due to changes in dojo 1.8 causing the parser to run in asynchronous fashion in some case

svn commit: r1661933 - in /qpid/branches/0.32: ./ qpid/ qpid/java/ qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/ qpid/java/broker-plugins/management-http/src/main/java/org/apache/q

2015-02-24 Thread kwall
Author: kwall Date: Tue Feb 24 13:12:57 2015 New Revision: 1661933 URL: http://svn.apache.org/r1661933 Log: QPID-6364: [Java Broker] Keystore data url must be a secure attribute Merged from trunk with command: svn merge -c 1661165 https://svn.apache.org/repos/asf/qpid/trunk Modified: qpid

svn commit: r1661931 - in /qpid/branches/0.32: ./ qpid/ qpid/java/ qpid/java/broker-core/src/main/java/org/apache/qpid/server/configuration/ qpid/java/broker-core/src/main/java/org/apache/qpid/server/

2015-02-24 Thread kwall
Author: kwall Date: Tue Feb 24 13:08:04 2015 New Revision: 1661931 URL: http://svn.apache.org/r1661931 Log: QPID-6247: Updates to configuration files should maintain existing file permissions Merged from trunk with commands: svn merge -c 1661162 https://svn.apache.org/repos/asf/qpid/trunk svn m

svn commit: r1661929 - in /qpid/trunk/qpid/java: broker-core/src/main/java/org/apache/qpid/server/model/adapter/ broker-plugins/management-jmx/src/main/java/org/apache/qpid/server/jmx/mbeans/ broker-p

2015-02-24 Thread orudyy
Author: orudyy Date: Tue Feb 24 12:57:42 2015 New Revision: 1661929 URL: http://svn.apache.org/r1661929 Log: QPID-6410: [Java Broker] Disambiguate connection adapter name by adding a connection ID to the name Modified: qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/mo