svn commit: r1630881 - /qpid/proton/branches/examples/CMakeLists.txt

2014-10-10 Thread gsim
Author: gsim Date: Fri Oct 10 12:59:37 2014 New Revision: 1630881 URL: http://svn.apache.org/r1630881 Log: NO-JIRA: Fix broken CMake initialisation of BUILD_WITH_CXX Modified: qpid/proton/branches/examples/CMakeLists.txt Modified: qpid/proton/branches/examples/CMakeLists.txt URL:

svn commit: r1630882 - /qpid/proton/branches/examples/CMakeLists.txt

2014-10-10 Thread gsim
Author: gsim Date: Fri Oct 10 12:59:41 2014 New Revision: 1630882 URL: http://svn.apache.org/r1630882 Log: NO-JIRA: Really make BUILD_WITH_CXX worl properly (sigh) Modified: qpid/proton/branches/examples/CMakeLists.txt Modified: qpid/proton/branches/examples/CMakeLists.txt URL:

svn commit: r1630883 - /qpid/proton/branches/examples/proton-c/include/proton/event.h

2014-10-10 Thread gsim
Author: gsim Date: Fri Oct 10 12:59:46 2014 New Revision: 1630883 URL: http://svn.apache.org/r1630883 Log: added missing doxygen for new transport events Modified: qpid/proton/branches/examples/proton-c/include/proton/event.h Modified:

git commit: Add additional tests for property intercept on AMQP specific JMS properties.

2014-10-10 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 5c46a63c3 - ba54a036f Add additional tests for property intercept on AMQP specific JMS properties. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/ba54a036

svn commit: r1630895 - in /qpid/proton/branches/examples: proton-c/bindings/python/proton.py tutorial/helloworld.py tutorial/proton_events.py tutorial/proton_server.py

2014-10-10 Thread gsim
Author: gsim Date: Fri Oct 10 14:00:02 2014 New Revision: 1630895 URL: http://svn.apache.org/r1630895 Log: Updated to work with latest event class from trunk Modified: qpid/proton/branches/examples/proton-c/bindings/python/proton.py qpid/proton/branches/examples/tutorial/helloworld.py

git commit: Add some additional tests.

2014-10-10 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master ba54a036f - 12cb11ef5 Add some additional 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/12cb11ef Tree:

git commit: more unit tests for AmqpJmsObjectMessageFacade

2014-10-10 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master 12cb11ef5 - d661352c9 more unit tests for AmqpJmsObjectMessageFacade Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/d661352c Tree:

git commit: Remove now unused parts of the interceptor classes and finish up the test coverage.

2014-10-10 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master d661352c9 - 7dbfa28c2 Remove now unused parts of the interceptor classes and finish up the test coverage. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit:

svn commit: r1630922 - in /qpid/trunk/qpid/java/bdbstore/src: main/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacade.java test/java/org/apache/qpid/server/store/berk

2014-10-10 Thread orudyy
Author: orudyy Date: Fri Oct 10 15:14:53 2014 New Revision: 1630922 URL: http://svn.apache.org/r1630922 Log: QPID-6143: Throw ConnectionScopedRuntimeException from ReplicatedEnvironmentFacade.openDatabase if facade is not opened or environment is invalid Modified:

git commit: Add test for JmsOutboundMessageDispatch

2014-10-10 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 7dbfa28c2 - 466975eba Add test for JmsOutboundMessageDispatch Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/466975eb Tree:

svn commit: r1630926 - in /qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server: logging/messages/BrokerMessages.java logging/messages/Broker_logmessages.properties model/adapter/Brok

2014-10-10 Thread kwall
Author: kwall Date: Fri Oct 10 15:46:05 2014 New Revision: 1630926 URL: http://svn.apache.org/r1630926 Log: QPID-6145: [Java Broker] Write operational log message when flow to disk activates/deactivates Modified:

git commit: Finish covering JMS message property handling tests pulling in old tests from previous client work.

2014-10-10 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 466975eba - 6045f0aee Finish covering JMS message property handling tests pulling in old tests from previous client work. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit:

git commit: Removing the isExpired method from JmsMessage. Will need to add something to the message facade later to allow a consumer to check prior to dispatch to ensure that prefetched messages get

2014-10-10 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 6045f0aee - 40eb821c6 Removing the isExpired method from JmsMessage. Will need to add something to the message facade later to allow a consumer to check prior to dispatch to ensure that prefetched messages get filtered if they expired

svn commit: r1630945 - in /qpid/trunk/qpid/cpp/examples/messaging: CMakeLists.txt extra_dist/CMakeLists.txt

2014-10-10 Thread chug
Author: chug Date: Fri Oct 10 17:51:23 2014 New Revision: 1630945 URL: http://svn.apache.org/r1630945 Log: QPID-6140: [C++ Messaging] hello_world does not define Messaging i/f completely Add qpidtypes to hello_world and hello_xml example link library list so that users can execute any Messaging

[1/2] git commit: Test the equals and hashCode bits.

2014-10-10 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 40eb821c6 - 079e6c04d Test the equals and hashCode bits. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/bfd9953b Tree:

[2/2] git commit: Capture and throw correct errors from BytesMessage read and write methods, adds tests to cover these.

2014-10-10 Thread tabish
Capture and throw correct errors from BytesMessage read and write methods, adds tests to cover these. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/079e6c04 Tree:

git commit: Romve override of setObjectProperty

2014-10-10 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 079e6c04d - ea1876982 Romve override of setObjectProperty Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/ea187698 Tree:

svn commit: r1630956 - in /qpid/trunk/qpid/java/bdbstore/src: main/java/org/apache/qpid/server/store/berkeleydb/ main/java/org/apache/qpid/server/store/berkeleydb/replication/ test/java/org/apache/qpi

2014-10-10 Thread orudyy
Author: orudyy Date: Fri Oct 10 18:56:23 2014 New Revision: 1630956 URL: http://svn.apache.org/r1630956 Log: QPID-6144: Throw ConnectionScopedRuntimeException for IllegalStateException thrown from JE environment on restart Modified:

[2/4] git commit: Add additional check to ensure that when the value is null we don't NPE

2014-10-10 Thread tabish
Add additional check to ensure that when the value is null we don't NPE Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/a7907e09 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/a7907e09 Diff:

[3/4] git commit: Add some testing and some notes about cleanup of delivery / redelivery count methods in the message facades.

2014-10-10 Thread tabish
Add some testing and some notes about cleanup of delivery / redelivery count methods in the message facades. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/a52e142c Tree:

[4/4] git commit: Cover text message code with tests for isEmpty

2014-10-10 Thread tabish
Cover text message code with tests for isEmpty Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/df82aeac Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/df82aeac Diff:

[1/4] git commit: Add test for setType / getType and fix setType to remove the annotation if the value applied is null.

2014-10-10 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master ea1876982 - df82aeac5 Add test for setType / getType and fix setType to remove the annotation if the value applied is null. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit:

git commit: Started adding in the clear bits to the AMQP intercetper also.

2014-10-10 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 2c1e2b29a - 94febc97f Started adding in the clear bits to the AMQP intercetper also. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/94febc97 Tree:

<    1   2