svn commit: r1628867 [1/3] - in /qpid/trunk/qpid/java: bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/ bdbstore/src/main/java/org/apache/qpid/server/virtualhostnode/berkeleydb/ bdbstor

2014-10-01 Thread orudyy
Author: orudyy Date: Wed Oct 1 23:48:14 2014 New Revision: 1628867 URL: http://svn.apache.org/r1628867 Log: QPID-6126: Add ability to validate CO attributes on creation, transit COs into ERRORED state if exception occurs on recovery, allow ERRORED CO restart after remediation of configuration p

svn commit: r1628867 [2/3] - in /qpid/trunk/qpid/java: bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/ bdbstore/src/main/java/org/apache/qpid/server/virtualhostnode/berkeleydb/ bdbstor

2014-10-01 Thread orudyy
Modified: qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost/AbstractVirtualHost.java URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost/AbstractVirtualHost.java?rev=1628867&r1=1628866&r2=1628867&view=

svn commit: r1628867 [3/3] - in /qpid/trunk/qpid/java: bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/ bdbstore/src/main/java/org/apache/qpid/server/virtualhostnode/berkeleydb/ bdbstor

2014-10-01 Thread orudyy
Modified: qpid/trunk/qpid/java/broker-plugins/jdbc-store/src/main/java/org/apache/qpid/server/store/jdbc/JDBCSystemConfigImpl.java URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker-plugins/jdbc-store/src/main/java/org/apache/qpid/server/store/jdbc/JDBCSystemConfigImpl.java?rev=1628867

git commit: Fix some issues reported by FindBugs

2014-10-01 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master eec45adec -> c7475b0f0 Fix some issues reported by FindBugs Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/c7475b0f Tree: http://git-wip-us.apache.org/repos/as

git commit: Initial implementation and test for creating a destination from string using connection destination prefix values.

2014-10-01 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 1e0d838f3 -> eec45adec Initial implementation and test for creating a destination from string using connection destination prefix values. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/

git commit: Delegate the work of creating a proper JMS Destination when setting the destination or reply to address via a Message object's setStringProperty or setObjectProperty methods.

2014-10-01 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master cf38f9b0c -> 1e0d838f3 Delegate the work of creating a proper JMS Destination when setting the destination or reply to address via a Message object's setStringProperty or setObjectProperty methods. Project: http://git-wip-us.apache.org

git commit: Refactor send handling a bit, do all message prep in client thread during the onSend method. Pass producer configuation to message onSend so the facade can decide what to include in sent m

2014-10-01 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 72639ba7b -> cf38f9b0c Refactor send handling a bit, do all message prep in client thread during the onSend method. Pass producer configuation to message onSend so the facade can decide what to include in sent message. Project: http:/

svn commit: r1628825 - /qpid/proton/branches/examples/tutorial/

2014-10-01 Thread gsim
Author: gsim Date: Wed Oct 1 20:04:52 2014 New Revision: 1628825 URL: http://svn.apache.org/r1628825 Log: change local- and remote- endpoint event handler method names Modified: qpid/proton/branches/examples/tutorial/client.py qpid/proton/branches/examples/tutorial/client_http.py qpi

svn commit: r1628820 - in /qpid/proton/branches/examples/tutorial: helloworld.py helloworld_alt.py helloworld_direct.py helloworld_direct_alt.py

2014-10-01 Thread gsim
Author: gsim Date: Wed Oct 1 19:45:43 2014 New Revision: 1628820 URL: http://svn.apache.org/r1628820 Log: swap file names Added: qpid/proton/branches/examples/tutorial/helloworld.py - copied unchanged from r1628781, qpid/proton/branches/examples/tutorial/helloworld_alt.py qpid/pro

svn commit: r1628818 - in /qpid/proton/branches/examples/tutorial: helloworld_direct_alt.py proton_events.py

2014-10-01 Thread gsim
Author: gsim Date: Wed Oct 1 19:41:56 2014 New Revision: 1628818 URL: http://svn.apache.org/r1628818 Log: Further cleanup Modified: qpid/proton/branches/examples/tutorial/helloworld_direct_alt.py qpid/proton/branches/examples/tutorial/proton_events.py Modified: qpid/proton/branches/exam

svn commit: r1628781 - in /qpid/proton/branches/examples/tutorial: db_recv.py db_send.py helloworld.py helloworld_alt.py helloworld_direct.py helloworld_direct_alt.py helloworld_simple.py proton_event

2014-10-01 Thread gsim
Author: gsim Date: Wed Oct 1 17:37:09 2014 New Revision: 1628781 URL: http://svn.apache.org/r1628781 Log: Some simplifications Modified: qpid/proton/branches/examples/tutorial/db_recv.py qpid/proton/branches/examples/tutorial/db_send.py qpid/proton/branches/examples/tutorial/hellowor

svn commit: r1628743 - in /qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/store: AbstractJDBCConfigurationStore.java AbstractJDBCMessageStore.java

2014-10-01 Thread kwall
Author: kwall Date: Wed Oct 1 15:45:50 2014 New Revision: 1628743 URL: http://svn.apache.org/r1628743 Log: QPID-6129: [Java Broker] Chain exceptions in Derby/JDBC store implementations Modified: qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/store/AbstractJDBCConfigur

[3/4] git commit: fix facade copy when ttl override value exists

2014-10-01 Thread robbie
fix facade copy when ttl override value exists Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/d10da2c0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/d10da2c0 Diff: http://git-wip-us.apache.org/repos/asf/qpi

[1/4] git commit: simplify handling of ttl field, add tests to check we reject out of range values

2014-10-01 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master da34674fe -> 72639ba7b simplify handling of ttl field, add tests to check we reject out of range values Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/92ad4eb

[4/4] git commit: fix synthetic ttl check issue exposed by tests after prior commit

2014-10-01 Thread robbie
fix synthetic ttl check issue exposed by tests after prior commit Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/72639ba7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/72639ba7 Diff: http://git-wip-us.apach

[2/4] git commit: add tests for sending messges with ttl override in effect

2014-10-01 Thread robbie
add tests for sending messges with ttl override in effect Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/d3b311fe Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/d3b311fe Diff: http://git-wip-us.apache.org/re

svn commit: r1628710 - /qpid/trunk/qpid/java/broker-core/src/test/java/org/apache/qpid/server/model/VirtualHostTest.java

2014-10-01 Thread kwall
Author: kwall Date: Wed Oct 1 14:16:07 2014 New Revision: 1628710 URL: http://svn.apache.org/r1628710 Log: NO-JIRA: [Java Broker Tests] Prevent VirtualHostTest from orphaning housekeeping threads Modified: qpid/trunk/qpid/java/broker-core/src/test/java/org/apache/qpid/server/model/VirtualH

git commit: Remove code that was only needed for use with the JMS transformer sends.

2014-10-01 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 1e6d38092 -> da34674fe Remove code that was only needed for use with the JMS transformer sends. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/da34674f Tree: h

[4/7] git commit: stop the consumer always overriding the 'to' field by setting JMSDestination, enable/add more tests

2014-10-01 Thread robbie
stop the consumer always overriding the 'to' field by setting JMSDestination, enable/add more tests Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/ba44ad6f Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/ba4

[5/7] git commit: ensure the ttl header field is populated appropriate based on JMSExpiration or JMS_AMQP_TTL usage, enable test that was failing

2014-10-01 Thread robbie
ensure the ttl header field is populated appropriate based on JMSExpiration or JMS_AMQP_TTL usage, enable test that was failing Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/f4264942 Tree: http://git-wip-us.apache.org

[3/7] git commit: enable various tests now that the relevant functionality is implemented

2014-10-01 Thread robbie
enable various tests now that the relevant functionality is implemented Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/0bcc9516 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/0bcc9516 Diff: http://git-wip-us

[6/7] git commit: obey requests to disable including timestamp on the message even if ttl is enabled

2014-10-01 Thread robbie
obey requests to disable including timestamp on the message even if ttl is enabled Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/772032f1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/772032f1 Diff: http:

[7/7] git commit: update tests to check field values are within a certain delta

2014-10-01 Thread robbie
update tests to check field values are within a certain delta Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/1e6d3809 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/1e6d3809 Diff: http://git-wip-us.apache.or

[2/7] git commit: add missing test

2014-10-01 Thread robbie
add missing test Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/1732a2cd Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/1732a2cd Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/1732a2cd Branch: r

[1/7] git commit: use a plain Message rather than TextMessage

2014-10-01 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master 9064cc8a5 -> 1e6d38092 use a plain Message rather than TextMessage Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/0075d0ae Tree: http://git-wip-us.apache.org/

svn commit: r1628687 - in /qpid/trunk/qpid/python/qpid: saslmech/ tests/saslmech/

2014-10-01 Thread kwall
Author: kwall Date: Wed Oct 1 12:19:43 2014 New Revision: 1628687 URL: http://svn.apache.org/r1628687 Log: QPID-6116: [Python Client 0-8..0-9] Allow fallback to anon/external sasl if no credentials are provided Modified: qpid/trunk/qpid/python/qpid/saslmech/amqplain.py qpid/trunk/qpid/p

svn commit: r1628669 - /qpid/proton/trunk/proton-c/include/proton/event.h

2014-10-01 Thread rhs
Author: rhs Date: Wed Oct 1 10:13:46 2014 New Revision: 1628669 URL: http://svn.apache.org/r1628669 Log: added missing doxygen for new transport events Modified: qpid/proton/trunk/proton-c/include/proton/event.h Modified: qpid/proton/trunk/proton-c/include/proton/event.h URL: http://svn.ap