svn commit: r1519004 - in /qpid/jms/trunk/src/site: ./ findbugs.xml

2013-08-30 Thread philharveyonline
Author: philharveyonline Date: Fri Aug 30 16:01:07 2013 New Revision: 1519004 URL: http://svn.apache.org/r1519004 Log: QPIDJMS-4: add findbugs configuration Added: qpid/jms/trunk/src/site/ qpid/jms/trunk/src/site/findbugs.xml Added: qpid/jms/trunk/src/site/findbugs.xml URL: http

svn commit: r1515455 - in /qpid/proton/trunk: proton-c/bindings/java/src/main/java/org/apache/qpid/proton/engine/jni/ proton-j/ proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/ proton-

2013-08-19 Thread philharveyonline
Author: philharveyonline Date: Mon Aug 19 14:58:11 2013 New Revision: 1515455 URL: http://svn.apache.org/r1515455 Log: PROTON-343: Removed proton-logging module and its usages (all of which are functionally insignificant), so that the upcoming Proton 0.5 release does not contain this not-yet

svn commit: r1513726 - /qpid/trunk/qpid/java/module.xml

2013-08-13 Thread philharveyonline
Author: philharveyonline Date: Wed Aug 14 04:45:49 2013 New Revision: 1513726 URL: http://svn.apache.org/r1513726 Log: NO-JIRA: Fixed Eclipse project generation - project name suffix now has default value Modified: qpid/trunk/qpid/java/module.xml Modified: qpid/trunk/qpid/java/module.xml

svn commit: r1511289 - /qpid/jms/trunk/src/main/java/org/apache/qpid/jms/engine/AmqpConnectionDriver.java

2013-08-07 Thread philharveyonline
Author: philharveyonline Date: Wed Aug 7 12:47:59 2013 New Revision: 1511289 URL: http://svn.apache.org/r1511289 Log: QPIDJMS-3: now waking up the driver when we stop it, so that Connection.close() completes promptly Modified: qpid/jms/trunk/src/main/java/org/apache/qpid/jms/engine

svn commit: r1510949 - /qpid/proton/trunk/tests/pom.xml

2013-08-06 Thread philharveyonline
Author: philharveyonline Date: Tue Aug 6 12:57:55 2013 New Revision: 1510949 URL: http://svn.apache.org/r1510949 Log: PROTON-270: make tests module name more descriptive Modified: qpid/proton/trunk/tests/pom.xml Modified: qpid/proton/trunk/tests/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1507122 - in /qpid/trunk/qpid: doc/book/ doc/book/src/ doc/book/src/java-perftests/ java/perftests/

2013-07-25 Thread philharveyonline
Author: philharveyonline Date: Thu Jul 25 20:53:50 2013 New Revision: 1507122 URL: http://svn.apache.org/r1507122 Log: QPID-4989: moved Java perf test README into a docbook so it can be published if required. Added: qpid/trunk/qpid/doc/book/src/java-perftests/ qpid/trunk/qpid/doc/book

svn commit: r1503656 - /qpid/trunk/qpid/java/module.xml

2013-07-16 Thread philharveyonline
Author: philharveyonline Date: Tue Jul 16 10:58:32 2013 New Revision: 1503656 URL: http://svn.apache.org/r1503656 Log: NO-JIRA: Ant eclipse targets now support eclipse.project.suffix property. This is useful if you have multiple checkouts and wish the projects to be given distinct names

svn commit: r1502264 - /qpid/proton/trunk/proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java

2013-07-11 Thread philharveyonline
Author: philharveyonline Date: Thu Jul 11 16:11:57 2013 New Revision: 1502264 URL: http://svn.apache.org/r1502264 Log: NO-JIRA: make Transport's FrameHandler configurable to facilitate testing Modified: qpid/proton/trunk/proton-j/proton/src/main/java/org/apache/qpid/proton/engine

svn commit: r1501793 - in /qpid/jms/trunk: ./ src/main/java/org/apache/qpid/jms/ src/main/java/org/apache/qpid/jms/engine/ src/main/java/org/apache/qpid/jms/impl/ src/test/java/org/ src/test/java/org/

2013-07-10 Thread philharveyonline
Author: philharveyonline Date: Wed Jul 10 15:21:19 2013 New Revision: 1501793 URL: http://svn.apache.org/r1501793 Log: NO-JIRA: made Main a JUnit test that also stops the driver, laying the groundwork for getting some proper tests up and running Also general source clean-up: - Implemented

svn commit: r1501794 - in /qpid/jms/trunk: ./ src/main/java/org/apache/qpid/jms/engine/ src/main/java/org/apache/qpid/jms/impl/ src/test/java/org/apache/qpid/jms/ src/test/java/org/apache/qpid/jms/imp

2013-07-10 Thread philharveyonline
Author: philharveyonline Date: Wed Jul 10 15:21:28 2013 New Revision: 1501794 URL: http://svn.apache.org/r1501794 Log: NO-JIRA: fixed race condition in AmqpConnectionDriver that caused Driver.wakeup calls to be ignored. Also added simple stop mechanism to AmqpConnectionDriver Also minor logging

svn commit: r1501734 - in /qpid/proton/trunk: proton-j/ proton-j/proton-api/ proton-j/proton-api/src/main/java/org/apache/qpid/proton/logging/ proton-j/proton-api/src/test/java/org/apache/qpid/proton/

2013-07-10 Thread philharveyonline
Author: philharveyonline Date: Wed Jul 10 11:47:15 2013 New Revision: 1501734 URL: http://svn.apache.org/r1501734 Log: PROTON-343: moved JUL and SLF4J loggers to proton-logging module, and made StdOutCategoryLogger the default (and adding configurability to it). Added: qpid/proton/trunk

svn commit: r1501318 - in /qpid/proton/trunk/proton-j/proton-api/src/main/java/org/apache/qpid/proton/logging: CategoryLoggerDiscovery.java SLF4JCategoryLogger.java

2013-07-09 Thread philharveyonline
Author: philharveyonline Date: Tue Jul 9 15:12:12 2013 New Revision: 1501318 URL: http://svn.apache.org/r1501318 Log: PROTON-343: temporarily remove SLF4JCategoryLogger until the SLF4J dependency can be added to the CMake build Removed: qpid/proton/trunk/proton-j/proton-api/src/main/java

svn commit: r1501274 - in /qpid/proton/trunk: proton-j/proton-api/src/main/java/org/apache/qpid/proton/driver/ proton-j/proton/src/main/java/org/apache/qpid/proton/logging/ tests/java/org/apache/qpid/

2013-07-09 Thread philharveyonline
Author: philharveyonline Date: Tue Jul 9 14:03:25 2013 New Revision: 1501274 URL: http://svn.apache.org/r1501274 Log: NO-JIRA: JavaDoc improvements, and minor tidying up of test and logging code. Modified: qpid/proton/trunk/proton-j/proton-api/src/main/java/org/apache/qpid/proton/driver

svn commit: r1499207 - in /qpid/trunk/qpid/java/perftests/etc: chartdefs/ testdefs/

2013-07-02 Thread philharveyonline
Author: philharveyonline Date: Wed Jul 3 04:46:20 2013 New Revision: 1499207 URL: http://svn.apache.org/r1499207 Log: NO-JIRA: Java performance tests: removed latency tests and charts that are not adding much value Removed: qpid/trunk/qpid/java/perftests/etc/chartdefs/2011-Latency

svn commit: r1499208 - in /qpid/trunk/qpid/java/perftests/etc: run-perftests.sh testdefs/Latency-MessageSize.json testdefs/VaryingNumberOfParticipants.js testdefs/VaryingNumberOfParticipants.json

2013-07-02 Thread philharveyonline
Author: philharveyonline Date: Wed Jul 3 04:46:24 2013 New Revision: 1499208 URL: http://svn.apache.org/r1499208 Log: NO-JIRA: Java performance tests: refactored testdefs/VaryingNumberOfParticipants.json to use JavaScript for loops etc to reduce duplication, and removed excessive message size

svn commit: r1498306 - /qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/controller/ClientRegistry.java

2013-07-01 Thread philharveyonline
Author: philharveyonline Date: Mon Jul 1 08:51:18 2013 New Revision: 1498306 URL: http://svn.apache.org/r1498306 Log: QPID-4958: fixed race condition in ClientRegistry that caused awaitClients to hang if all registrations arrive between the initial numberAbsent() call and _lock.wait

svn commit: r1489489 - in /qpid/proton/trunk/proton-j: proton-api/src/main/java/org/apache/qpid/proton/ proton-api/src/main/java/org/apache/qpid/proton/engine/ proton/src/main/java/org/apache/qpid/pro

2013-06-04 Thread philharveyonline
Author: philharveyonline Date: Tue Jun 4 15:58:36 2013 New Revision: 1489489 URL: http://svn.apache.org/r1489489 Log: NO-JIRA: make logging and exception messages more useful. Modified: qpid/proton/trunk/proton-j/proton-api/src/main/java/org/apache/qpid/proton/TimeoutException.java

svn commit: r1489399 - /qpid/jms/trunk/pom.xml

2013-06-04 Thread philharveyonline
Author: philharveyonline Date: Tue Jun 4 12:10:21 2013 New Revision: 1489399 URL: http://svn.apache.org/r1489399 Log: NO-JIRA: require Java 1.7. This is necessary in order to implement JMS 2 Modified: qpid/jms/trunk/pom.xml Modified: qpid/jms/trunk/pom.xml URL: http://svn.apache.org

svn commit: r1489373 - /qpid/proton/trunk/pom.xml

2013-06-04 Thread philharveyonline
Author: philharveyonline Date: Tue Jun 4 10:29:40 2013 New Revision: 1489373 URL: http://svn.apache.org/r1489373 Log: NO-JIRA: added pom comments Modified: qpid/proton/trunk/pom.xml Modified: qpid/proton/trunk/pom.xml URL: http://svn.apache.org/viewvc/qpid/proton/trunk/pom.xml?rev=1489373

svn commit: r1485619 - in /qpid/proton/trunk: proton-c/bindings/python/proton.py proton-j/proton-api/src/main/resources/proton.py tests/python/proton_tests/messenger.py tests/python/proton_tests/ssl.p

2013-05-23 Thread philharveyonline
Author: philharveyonline Date: Thu May 23 09:05:16 2013 New Revision: 1485619 URL: http://svn.apache.org/r1485619 Log: PROTON-315: now only skipping MessengerTest.testIncomingQueueBiggerThanWindow if using proton-j. This required me to distinguish the language of the API from the language of

svn commit: r1484842 [4/4] - in /qpid/proton/trunk: proton-c/bindings/java/src/main/java/org/apache/qpid/proton/engine/jni/ proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/ proton-j/pr

2013-05-21 Thread philharveyonline
Added: qpid/proton/trunk/proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SslHandshakeSniffingTransportWrapperTest.java URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SslHandshakeSniffingTransportWrapper

svn commit: r1483244 - /qpid/proton/trunk/tests/python/proton_tests/messenger.py

2013-05-16 Thread philharveyonline
Author: philharveyonline Date: Thu May 16 08:34:14 2013 New Revision: 1483244 URL: http://svn.apache.org/r1483244 Log: PROTON-315: removed failing test pending the fix to the underlying Messenger code. I commented it out rather than using "raise Skipped" because I believe this

svn commit: r1481726 - in /qpid/trunk/qpid/java/perftests: etc/chartdefs/ visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/ visualisation-jfc/src/main/java/org/apache/qpid/disttest/ch

2013-05-13 Thread philharveyonline
Author: philharveyonline Date: Mon May 13 08:01:45 2013 New Revision: 1481726 URL: http://svn.apache.org/r1481726 Log: NO-JIRA: removing maximum latency from Java performance charts because it is not very useful and makes it harder to read the average Modified: qpid/trunk/qpid/java

svn commit: r1480995 - in /qpid/trunk/qpid/java/perftests: etc/ etc/chartdefs/ visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/definition/ visualisation-jfc/src/test/java/org/apache/

2013-05-10 Thread philharveyonline
Author: philharveyonline Date: Fri May 10 12:40:40 2013 New Revision: 1480995 URL: http://svn.apache.org/r1480995 Log: QPID-4827: now most chart definition settings can contain system property placeholders Modified: qpid/trunk/qpid/java/perftests/etc/chartdefs/1001-MessageSize-Transient

svn commit: r1480934 - /qpid/trunk/qpid/java/perftests/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef

2013-05-10 Thread philharveyonline
Author: philharveyonline Date: Fri May 10 08:43:43 2013 New Revision: 1480934 URL: http://svn.apache.org/r1480934 Log: NO-JIRA: fixed SQL query in chartdef - it was returning results from both the auto-ack and the transacted iterations of the perf test Modified: qpid/trunk/qpid/java

svn commit: r1480212 - in /qpid/branches/0.22: ./ qpid/ qpid/cpp/docs/api/ qpid/cpp/examples/old_api/tradedemo/ qpid/cpp/include/qmf/engine/ qpid/cpp/src/ qpid/cpp/src/qmf/engine/ qpid/cpp/src/qpid/ac

2013-05-08 Thread philharveyonline
Author: philharveyonline Date: Wed May 8 09:52:59 2013 New Revision: 1480212 URL: http://svn.apache.org/r1480212 Log: QPID-4817: merged message grouping documentation from trunk to 0.22 branch. The merge command was: svn merge -c 1480196 https://svn.apache.org/repos/asf/qpid/trunk/ Modified

svn commit: r1480196 - in /qpid/trunk/qpid/doc/book/src: java-broker/Java-Broker-Queues-OtherTypes.xml programming/Message-Groups-Guide.xml

2013-05-08 Thread philharveyonline
Author: philharveyonline Date: Wed May 8 09:38:40 2013 New Revision: 1480196 URL: http://svn.apache.org/r1480196 Log: QPID-4817: add message grouping documentation to Java Broker book, and modify Programming in Apache Qpid book to mention that this feature is no longer solely in the C++ broker

svn commit: r1468140 - /qpid/proton/trunk/proton-j/contrib/proton-hawtdispatch/src/main/java/org/apache/qpid/proton/hawtdispatch/api/AmqpConnection.java

2013-04-15 Thread philharveyonline
Author: philharveyonline Date: Mon Apr 15 16:18:03 2013 New Revision: 1468140 URL: http://svn.apache.org/r1468140 Log: PROTON-292: [proton-hawtdispatch] avoid printing debug info to the console Modified: qpid/proton/trunk/proton-j/contrib/proton-hawtdispatch/src/main/java/org/apache/qpid

svn commit: r1467972 - /qpid/proton/trunk/proton-j/contrib/proton-hawtdispatch/src/main/java/org/apache/qpid/proton/hawtdispatch/api/MessageDelivery.java

2013-04-15 Thread philharveyonline
Author: philharveyonline Date: Mon Apr 15 12:37:25 2013 New Revision: 1467972 URL: http://svn.apache.org/r1467972 Log: PROTON-293: Use more conservative initial message size estimates Modified: qpid/proton/trunk/proton-j/contrib/proton-hawtdispatch/src/main/java/org/apache/qpid/proton

svn commit: r1464428 [2/2] - in /qpid/proton/trunk: ./ proton-c/bindings/java/src/main/java/org/apache/qpid/proton/jni/ proton-c/bindings/java/src/main/java/org/apache/qpid/proton/messenger/jni/ proto

2013-04-04 Thread philharveyonline
Added: qpid/proton/trunk/tests/java/org/apache/qpid/proton/systemtests/engine/TransportPumper.java URL: http://svn.apache.org/viewvc/qpid/proton/trunk/tests/java/org/apache/qpid/proton/systemtests/engine/TransportPumper.java?rev=1464428&view=auto ==

svn commit: r1464269 - /qpid/proton/trunk/docs/messenger/

2013-04-03 Thread philharveyonline
Author: philharveyonline Date: Thu Apr 4 03:06:54 2013 New Revision: 1464269 URL: http://svn.apache.org/r1464269 Log: PROTON-280: removed now-empty directory Removed: qpid/proton/trunk/docs/messenger/ - To unsubscribe, e

svn commit: r1463950 - in /qpid/proton/trunk: ./ docs/markdown/ docs/markdown/engine/ docs/markdown/messenger/ docs/messenger/ proton-j/ proton-j/contrib/proton-hawtdispatch/ proton-j/contrib/proton-j

2013-04-03 Thread philharveyonline
Author: philharveyonline Date: Wed Apr 3 12:05:11 2013 New Revision: 1463950 URL: http://svn.apache.org/r1463950 Log: PROTON-280: Added Engine documentation and configured Maven to generate HTML from it and from existing Messenger docs. Moved existing docs down one level because Maven's

svn commit: r1459686 - /qpid/proton/trunk/tests/java/org/apache/qpid/proton/InteropTest.java

2013-03-22 Thread philharveyonline
Author: philharveyonline Date: Fri Mar 22 09:37:07 2013 New Revision: 1459686 URL: http://svn.apache.org/r1459686 Log: PROTON-215: reformatted to adhere to Qpid code conventions Modified: qpid/proton/trunk/tests/java/org/apache/qpid/proton/InteropTest.java Modified: qpid/proton/trunk/tests

svn commit: r1459089 - /qpid/proton/trunk/tests/python/proton_tests/messenger.py

2013-03-20 Thread philharveyonline
Author: philharveyonline Date: Wed Mar 20 22:46:30 2013 New Revision: 1459089 URL: http://svn.apache.org/r1459089 Log: PROTON-214: fixed Messenger test race condition affecting the teardown and run methods. In teardown(), the client sets running=false and sends a message (intended to cause the

svn commit: r1457805 - /qpid/trunk/qpid/java/perftests/README-java-perftests.txt

2013-03-18 Thread philharveyonline
Author: philharveyonline Date: Mon Mar 18 15:22:34 2013 New Revision: 1457805 URL: http://svn.apache.org/r1457805 Log: QPID-4656: added perftests documentation Added: qpid/trunk/qpid/java/perftests/README-java-perftests.txt Added: qpid/trunk/qpid/java/perftests/README-java-perftests.txt URL

svn commit: r1450696 - in /qpid/trunk/qpid/java/perftests/src/test/java/org/apache/qpid: disttest/client/ProducerParticipantTest.java disttest/controller/ControllerTest.java systest/disttest/SystemTes

2013-02-27 Thread philharveyonline
Author: philharveyonline Date: Wed Feb 27 09:47:54 2013 New Revision: 1450696 URL: http://svn.apache.org/r1450696 Log: QPID-4606: Java performance test unit test timeouts increased to allow for slow CI servers Modified: qpid/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/disttest

svn commit: r1449342 [2/2] - in /qpid/trunk/qpid/java/perftests: etc/ etc/chartdefs/timeseries/ visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/ visualisation-jfc/src/main/java/org/a

2013-02-23 Thread philharveyonline
Modified: qpid/trunk/qpid/java/perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/definition/ChartingDefinitionCreatorTest.java URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/definition/Ch

svn commit: r1448962 - /qpid/proton/trunk/proton-c/bindings/java/src/main/java/org/apache/qpid/proton/messenger/jni/JNIMessenger.java

2013-02-22 Thread philharveyonline
Author: philharveyonline Date: Fri Feb 22 09:34:46 2013 New Revision: 1448962 URL: http://svn.apache.org/r1448962 Log: PROTON-214: JNIMessenger now throws ProtonUnsupportedOperation if proton-c functions return failure (non-zero) error codes. This was done so that

svn commit: r1446845 - /qpid/trunk/qpid/java/build.deps

2013-02-15 Thread philharveyonline
Author: philharveyonline Date: Sat Feb 16 06:40:06 2013 New Revision: 1446845 URL: http://svn.apache.org/r1446845 Log: QPID-4533: Java Performance Tests - added Derby to module classpaths so DB persistence can be used from a standalone perftest installation. Modified: qpid/trunk/qpid/java

svn commit: r1444335 - in /qpid/trunk/qpid/java/perftests: etc/ src/main/java/org/apache/qpid/disttest/db/ visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/ visualisation-jfc/src/main

2013-02-08 Thread philharveyonline
Author: philharveyonline Date: Sat Feb 9 06:41:36 2013 New Revision: 1444335 URL: http://svn.apache.org/r1444335 Log: QPID-4533: Java Performance Tests - addressed bug in JdbcSeriesBuilder that caused it to ignore the CSV series directory. Added: qpid/trunk/qpid/java/perftests

svn commit: r1442580 - /qpid/proton/trunk/design/api-reconciliation/generate-c-functions.sh

2013-02-05 Thread philharveyonline
Author: philharveyonline Date: Tue Feb 5 13:43:21 2013 New Revision: 1442580 URL: http://svn.apache.org/viewvc?rev=1442580&view=rev Log: PROTON-191: added comment in script Modified: qpid/proton/trunk/design/api-reconciliation/generate-c-functions.sh Modified: qpid/proton/trunk/design

svn commit: r1442569 - /qpid/proton/trunk/design/api-reconciliation/pom.xml

2013-02-05 Thread philharveyonline
Author: philharveyonline Date: Tue Feb 5 12:49:54 2013 New Revision: 1442569 URL: http://svn.apache.org/viewvc?rev=1442569&view=rev Log: PROTON-191: fixed api-reconciliation pom now cmake buid file is usually one level higher Modified: qpid/proton/trunk/design/api-reconciliation/pom

svn commit: r1441401 [2/2] - in /qpid/proton/trunk: ./ bin/ cmake/ design/api-reconciliation/ examples/ proton-c/ proton-c/bindings/ proton-c/bindings/java/ proton-c/docs/api/ proton-j/ proton-j/contr

2013-02-01 Thread philharveyonline
Modified: qpid/proton/trunk/proton-j/proton/src/main/java/org/apache/qpid/proton/message/impl/MessageImpl.java URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/proton/src/main/java/org/apache/qpid/proton/message/impl/MessageImpl.java?rev=1441401&r1=1441400&r2=1441401&view=diff ===

svn commit: r1441390 - in /qpid/proton/branches/jni-binding: ./ proton-j/proton/src/main/java/org/apache/qpid/proton/messenger/impl/MessengerImpl.java

2013-02-01 Thread philharveyonline
Author: philharveyonline Date: Fri Feb 1 11:22:54 2013 New Revision: 1441390 URL: http://svn.apache.org/viewvc?rev=1441390&view=rev Log: NO-JIRA: merged from trunk to this branch (jni-binding) with the commands below $ svn merge https://svn.apache.org/repos/asf/qpid/proton/trunk . --- Mer

svn commit: r1441385 - in /qpid/proton/branches/jni-binding: ./ proton-c/bindings/java/src/main/java/org/apache/qpid/proton/engine/jni/ proton-c/bindings/java/src/main/java/org/apache/qpid/proton/mess

2013-02-01 Thread philharveyonline
Author: philharveyonline Date: Fri Feb 1 11:11:29 2013 New Revision: 1441385 URL: http://svn.apache.org/viewvc?rev=1441385&view=rev Log: NO-JIRA: Merged latest from trunk to this branch jni-binding with commands: $ svn merge https://svn.apache.org/repos/asf/qpid/proton/t

svn commit: r1441068 - /qpid/proton/branches/jni-binding/README

2013-01-31 Thread philharveyonline
Author: philharveyonline Date: Thu Jan 31 17:09:48 2013 New Revision: 1441068 URL: http://svn.apache.org/viewvc?rev=1441068&view=rev Log: PROTON-194: fixed typo in README Modified: qpid/proton/branches/jni-binding/README Modified: qpid/proton/branches/jni-binding/README URL:

svn commit: r1441067 - in /qpid/proton/branches/jni-binding: bin/release.sh pom.xml proton-j/pom.xml tests/pom.xml

2013-01-31 Thread philharveyonline
Author: philharveyonline Date: Thu Jan 31 17:09:44 2013 New Revision: 1441067 URL: http://svn.apache.org/viewvc?rev=1441067&view=rev Log: PROTON-210: fixed release.sh to create single tarball from top level. Not yet fully tested Modified: qpid/proton/branches/jni-binding/bin/releas

svn commit: r1441002 - in /qpid/proton/branches/jni-binding: ./ bin/release.sh proton-c/bindings/perl/Makefile.PL

2013-01-31 Thread philharveyonline
Author: philharveyonline Date: Thu Jan 31 14:58:54 2013 New Revision: 1441002 URL: http://svn.apache.org/viewvc?rev=1441002&view=rev Log: NO-JIRA: Merged latest from trunk to this branch jni-binding with command: $ svn merge https://svn.apache.org/repos/asf/qpid/proton/t

svn commit: r1440455 - /qpid/proton/branches/jni-binding/.gitignore

2013-01-30 Thread philharveyonline
Author: philharveyonline Date: Wed Jan 30 15:10:49 2013 New Revision: 1440455 URL: http://svn.apache.org/viewvc?rev=1440455&view=rev Log: NO-JIRA: tweaked gitignore Modified: qpid/proton/branches/jni-binding/.gitignore Modified: qpid/proton/branches/jni-binding/.gitignore URL:

svn commit: r1440425 - in /qpid/proton/branches/jni-binding: CMakeLists.txt TODO proton-c/CMakeLists.txt proton-c/TODO

2013-01-30 Thread philharveyonline
Author: philharveyonline Date: Wed Jan 30 14:12:50 2013 New Revision: 1440425 URL: http://svn.apache.org/viewvc?rev=1440425&view=rev Log: PROTON-194: modified cmake so that 'make install' still works, now that the top of the installed project is in proton/ rather than proton-c/ A

svn commit: r1440399 - in /qpid/trunk/qpid/java/perftests/src: main/java/org/apache/qpid/disttest/db/ResultsDbWriter.java test/java/org/apache/qpid/disttest/db/ResultsDbWriterTest.java

2013-01-30 Thread philharveyonline
Author: philharveyonline Date: Wed Jan 30 13:23:07 2013 New Revision: 1440399 URL: http://svn.apache.org/viewvc?rev=1440399&view=rev Log: QPID-4533: fixed bug in perftest ResultsDbWriter's default run ID to make it timezone-agnostic Modified: qpid/trunk/qpid/java/perftests/src/

svn commit: r1440312 [2/2] - in /qpid/trunk/qpid/java: ./ perftests/etc/ perftests/example/ perftests/src/main/java/org/apache/qpid/disttest/ perftests/src/main/java/org/apache/qpid/disttest/client/ p

2013-01-30 Thread philharveyonline
Modified: qpid/trunk/qpid/java/perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/ChartProductionTest.java URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/ChartPro

svn commit: r1440007 - in /qpid/proton/branches/jni-binding: ./ proton-c/ proton-j/proton-api/ proton-j/proton-api/src/main/resources/ proton-j/proton-api/src/main/scripts/ tests/ tests/java/ tests/ja

2013-01-29 Thread philharveyonline
Author: philharveyonline Date: Tue Jan 29 17:24:04 2013 New Revision: 1440007 URL: http://svn.apache.org/viewvc?rev=1440007&view=rev Log: PROTON-194: WIP moved python tests to shallower location for convenience of C developers; general pom.xml tidying up Added: qpid/proton/branches

svn commit: r1440006 - in /qpid/proton/branches/jni-binding: ./ bin/ cmake/Modules/ proton-c/ proton-j/proton-api/ proton-j/proton/ tests/

2013-01-29 Thread philharveyonline
Author: philharveyonline Date: Tue Jan 29 17:23:40 2013 New Revision: 1440006 URL: http://svn.apache.org/viewvc?rev=1440006&view=rev Log: PROTON-194: WIP pulled up README files (not finished), tidied up cmake files (eg now including proton.py in proton-j-impl.jar), and renamed maven profil

svn commit: r1440005 - in /qpid/proton/branches/jni-binding: ./ proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ssl/

2013-01-29 Thread philharveyonline
Author: philharveyonline Date: Tue Jan 29 17:23:32 2013 New Revision: 1440005 URL: http://svn.apache.org/viewvc?rev=1440005&view=rev Log: PROTON-192: reinstate public constructors in proton-j but deprecate them, as agreed on the mailing list Modified: qpid/proton/branches/jni-bin

svn commit: r1438470 - in /qpid/proton/branches/jni-binding/proton-j: contrib/proton-hawtdispatch/src/main/java/org/apache/qpid/proton/hawtdispatch/api/ contrib/proton-hawtdispatch/src/main/java/org/a

2013-01-25 Thread philharveyonline
Author: philharveyonline Date: Fri Jan 25 12:27:13 2013 New Revision: 1438470 URL: http://svn.apache.org/viewvc?rev=1438470&view=rev Log: PROTON-192: finished reducing visibility of proton-j Engine constructors and replacing calls with factories. Also introduced ProtonJXXX interfaces so con

svn commit: r1438469 - in /qpid/proton/branches/jni-binding: proton-j/proton-api/src/main/java/org/apache/qpid/proton/ tests/src/test/java/org/apache/qpid/proton/systemtests/

2013-01-25 Thread philharveyonline
Author: philharveyonline Date: Fri Jan 25 12:26:58 2013 New Revision: 1438469 URL: http://svn.apache.org/viewvc?rev=1438469&view=rev Log: PROTON-192: added convenience methods to ProtonFactoryLoader so it is useful in both our Java and our Python test code. Updated tests accordingly. A

svn commit: r1438468 - in /qpid/proton/branches/jni-binding: proton-j/contrib/proton-hawtdispatch/src/main/java/org/apache/qpid/proton/hawtdispatch/impl/ proton-j/proton-api/src/main/java/org/apache/q

2013-01-25 Thread philharveyonline
Author: philharveyonline Date: Fri Jan 25 12:26:49 2013 New Revision: 1438468 URL: http://svn.apache.org/viewvc?rev=1438468&view=rev Log: PROTON-192: reduce visibility of constructors to enforce use of factories, thereby abstracting away proton-j vs proton-c-via-JNI. Modified: qpid/pr

svn commit: r1438467 - in /qpid/proton/branches/jni-binding: pom.xml tests/src/test/java/org/apache/qpid/proton/JythonTest.java

2013-01-25 Thread philharveyonline
Author: philharveyonline Date: Fri Jan 25 12:26:32 2013 New Revision: 1438467 URL: http://svn.apache.org/viewvc?rev=1438467&view=rev Log: PROTON-194: made proton-j the default profile in top level pom. Also Improved JythonTest error reporting Modified: qpid/proton/branches/jni-bin

svn commit: r1436493 - in /qpid/proton/branches/jni-binding: proton-c/bindings/java/jni/src/main/java/org/apache/qpid/proton/engine/jni/ proton-c/bindings/java/jni/src/main/java/org/apache/qpid/proton

2013-01-21 Thread philharveyonline
Author: philharveyonline Date: Mon Jan 21 17:15:09 2013 New Revision: 1436493 URL: http://svn.apache.org/viewvc?rev=1436493&view=rev Log: PROTON-192: Changes to the Java/Python thunking layer and JNI implementations to allow more system tests to pass (all passing except message tests). Modi

svn commit: r1435261 - in /qpid/proton/branches/jni-binding: proton-c/bindings/java/jni/src/main/java/org/apache/qpid/proton/engine/jni/ proton-c/bindings/java/jni/src/main/java/org/apache/qpid/proton

2013-01-18 Thread philharveyonline
Author: philharveyonline Date: Fri Jan 18 17:33:29 2013 New Revision: 1435261 URL: http://svn.apache.org/viewvc?rev=1435261&view=rev Log: PROTON-192: WIP modified Java proton.py to use factories, allowing JNI implementation to be used in place of the pure Java one Added: qpid/pr

svn commit: r1435260 - in /qpid/proton/branches/jni-binding: ./ design/api-reconciliation/ proton-j/ proton-j/proton-api/ proton-j/proton-api/src/main/scripts/ proton-j/proton/ proton-j/proton/src/mai

2013-01-18 Thread philharveyonline
Author: philharveyonline Date: Fri Jan 18 17:32:32 2013 New Revision: 1435260 URL: http://svn.apache.org/viewvc?rev=1435260&view=rev Log: PROTON-194: top-level pom's modules profile-specific to avoid building/testing more than is needed. Also moved Java's proton.py to correc

svn commit: r1435120 - in /qpid/proton/branches/jni-binding/tests: pom.xml src/test/java/org/apache/qpid/proton/JythonTest.java

2013-01-18 Thread philharveyonline
Author: philharveyonline Date: Fri Jan 18 12:54:32 2013 New Revision: 1435120 URL: http://svn.apache.org/viewvc?rev=1435120&view=rev Log: PROTON-194: allow a subset of the Python tests to be run from Maven using the command line args already support by proton-test Modified: qpid/pr

svn commit: r1435100 - /qpid/proton/branches/jni-binding/.gitignore

2013-01-18 Thread philharveyonline
Author: philharveyonline Date: Fri Jan 18 11:46:38 2013 New Revision: 1435100 URL: http://svn.apache.org/viewvc?rev=1435100&view=rev Log: Amended .gitignore Modified: qpid/proton/branches/jni-binding/.gitignore Modified: qpid/proton/branches/jni-binding/.gitignore URL:

svn commit: r1435099 - in /qpid/proton/branches/jni-binding: design/api-reconciliation/pom.xml proton-j/pom.xml tests/pom.xml

2013-01-18 Thread philharveyonline
Author: philharveyonline Date: Fri Jan 18 11:41:40 2013 New Revision: 1435099 URL: http://svn.apache.org/viewvc?rev=1435099&view=rev Log: PROTON-194: removed redundant debug setting from Maven compiler config (it's true by default), and added missing compiler config to api-reconcili

svn commit: r1434025 - in /qpid/proton/branches/jni-binding: pom.xml proton-j/pom.xml tests/proton-system-tests/pom.xml

2013-01-16 Thread philharveyonline
Author: philharveyonline Date: Wed Jan 16 16:39:15 2013 New Revision: 1434025 URL: http://svn.apache.org/viewvc?rev=1434025&view=rev Log: PROTON-194: modify Maven set-up so that proton-j and proton-system-tests do not depend on top-level proton-project, thereby allowing these sub-projects t

svn commit: r1433911 - /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/state/AMQStateManager.java

2013-01-16 Thread philharveyonline
Author: philharveyonline Date: Wed Jan 16 12:20:42 2013 New Revision: 1433911 URL: http://svn.apache.org/viewvc?rev=1433911&view=rev Log: QPID-4432: addressed excessive logging in AMQStateManager Modified: qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/s

svn commit: r1433545 - in /qpid/proton/branches/jni-binding: design/api-reconciliation/ design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation/ design/api-reconciliation/src/

2013-01-15 Thread philharveyonline
Author: philharveyonline Date: Tue Jan 15 17:31:19 2013 New Revision: 1433545 URL: http://svn.apache.org/viewvc?rev=1433545&view=rev Log: PROTON-191: API reconciliation tool tidy-up - removed whitespace, added comments etc Added: qpid/proton/branches/jni-binding/design/api-reconcilia

svn commit: r1433540 - in /qpid/proton/branches/jni-binding: ./ proton-c/bindings/java/jni/src/main/java/org/apache/qpid/proton/ proton-c/bindings/java/jni/src/main/java/org/apache/qpid/proton/engine/

2013-01-15 Thread philharveyonline
Author: philharveyonline Date: Tue Jan 15 17:27:51 2013 New Revision: 1433540 URL: http://svn.apache.org/viewvc?rev=1433540&view=rev Log: PROTON-191: Add annotations to the JNI impl indicating their c function equivalents. Added: qpid/proton/branches/jni-binding/proton-c/bindings/java

svn commit: r1432162 - /qpid/proton/trunk/tests/proton_tests/ssl.py

2013-01-11 Thread philharveyonline
Author: philharveyonline Date: Fri Jan 11 17:12:40 2013 New Revision: 1432162 URL: http://svn.apache.org/viewvc?rev=1432162&view=rev Log: PROTON-197: changed SslTest pump method to respect leftovers and reinstated test_ssl_with_small_buffer. Modified: qpid/proton/trunk/tests/proton_t

svn commit: r1431947 - in /qpid/proton/branches/jni-binding: design/api-reconciliation/pom.xml tests/proton-system-tests/pom.xml

2013-01-11 Thread philharveyonline
Author: philharveyonline Date: Fri Jan 11 09:24:21 2013 New Revision: 1431947 URL: http://svn.apache.org/viewvc?rev=1431947&view=rev Log: NO-JIRA: added missing licenses Modified: qpid/proton/branches/jni-binding/design/api-reconciliation/pom.xml qpid/proton/branches/jni-binding/t

svn commit: r1429820 - in /qpid/proton/branches/jni-binding: ./ proton-j/ proton-j/contrib/proton-hawtdispatch/ proton-j/contrib/proton-jms/ proton-j/proton-api/ proton-j/proton/ proton-j/proton/src/t

2013-01-07 Thread philharveyonline
Author: philharveyonline Date: Mon Jan 7 14:42:29 2013 New Revision: 1429820 URL: http://svn.apache.org/viewvc?rev=1429820&view=rev Log: NO-JIRA: got skeleton Java system tests working from the new top-level pom.xml, and renamed some artifactIds for consistency. Also removed redundant vers

svn commit: r1428170 - in /qpid/trunk/qpid/java: broker/etc/log4j.xml perftests/example/brokerconfig/log4j.xml

2013-01-02 Thread philharveyonline
Author: philharveyonline Date: Thu Jan 3 05:36:21 2013 New Revision: 1428170 URL: http://svn.apache.org/viewvc?rev=1428170&view=rev Log: QPID-4517: modify broker log4j configuration to use logger names instead of file and line numbers, for performance reasons. Modified: qpid/trunk/

svn commit: r1424422 - /qpid/proton/branches/philharvey-jni-binding/

2012-12-20 Thread philharveyonline
Author: philharveyonline Date: Thu Dec 20 11:52:21 2012 New Revision: 1424422 URL: http://svn.apache.org/viewvc?rev=1424422&view=rev Log: Temporary branch for experimenting with JNI bindings Added: qpid/proton/branches/philharvey-jni-binding/ (props changed) - copied from r142

svn commit: r1424382 - in /qpid/trunk/qpid/java: bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/ broker/src/main/java/org/apache/qpid/server/ broker/src/main/java/org/apache/qpid/serve

2012-12-20 Thread philharveyonline
Author: philharveyonline Date: Thu Dec 20 09:48:35 2012 New Revision: 1424382 URL: http://svn.apache.org/viewvc?rev=1424382&view=rev Log: QPID-4515: improved broker logging, particularly when receiving/sending AMQP 0-8/0-9 frames and when committing transactions. Work done by Keith (kwall)

svn commit: r1423839 - /qpid/proton/trunk/proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/Transport.java

2012-12-19 Thread philharveyonline
Author: philharveyonline Date: Wed Dec 19 12:23:54 2012 New Revision: 1423839 URL: http://svn.apache.org/viewvc?rev=1423839&view=rev Log: NO-JIRA: Improve Transport JavaDoc. Modified: qpid/proton/trunk/proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/Transport.java Modi

svn commit: r1422986 - in /qpid/proton/branches/kgiusti-proton-136/proton-j: proton-api/src/main/java/org/apache/qpid/proton/engine/ proton/src/main/java/org/apache/qpid/proton/engine/impl/ proton/src

2012-12-17 Thread philharveyonline
Author: philharveyonline Date: Mon Dec 17 15:52:33 2012 New Revision: 1422986 URL: http://svn.apache.org/viewvc?rev=1422986&view=rev Log: PROTON-136: moved proton-j SSLDomain's createSSLEngine method from public interface in proton-api into implementation class. Added: qpid/proton

svn commit: r1422936 - /qpid/proton/branches/kgiusti-proton-136/tempfile

2012-12-17 Thread philharveyonline
Author: philharveyonline Date: Mon Dec 17 14:08:46 2012 New Revision: 1422936 URL: http://svn.apache.org/viewvc?rev=1422936&view=rev Log: NO-JIRA: test commit Removed: qpid/proton/branches/kgiusti-proton-136/tempfile

svn commit: r1422935 - /qpid/proton/branches/kgiusti-proton-136/tempfile

2012-12-17 Thread philharveyonline
Author: philharveyonline Date: Mon Dec 17 14:07:04 2012 New Revision: 1422935 URL: http://svn.apache.org/viewvc?rev=1422935&view=rev Log: NO-JIRA: test commit Added: qpid/proton/branches/kgiusti-proton-136/tempfile Added: qpid/proton/branches/kgiusti-proton-136/tempfile URL: