summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5413: Add BDB HA Virtual host node editing UIAlex Rudyy2014-05-074-2/+348
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592976 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5413: Add virtual host node UI to view the details about existing ↵Alex Rudyy2014-05-0723-34/+998
| | | | | | virtual host nodes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592951 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA Added troubleshooting section to the user documentation.Alan Conway2014-05-051-22/+223
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592540 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5726: add libs property to fix the release-mvn targetRobert Gemmell2014-05-051-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592471 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5744: Fix REST URL in 'Add Exchange UI' of web management consoleAlex Rudyy2014-05-052-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592470 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5610: copy the mavenised qmf2 java tools build tree to trunkRobert Gemmell2014-05-02234-0/+40383
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592057 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5610: remove existing java qmf tools dir, to make way for the mavenised ↵Robert Gemmell2014-05-02237-41451/+0
| | | | | | version from the branch git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592055 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: change to using the qpid-parent 1.0 release pomRobert Gemmell2014-05-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592047 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5746 : [Java Broker] Split attribute annotations into separate ↵Robert Godfrey2014-05-02115-557/+765
| | | | | | annotations for derived and automated, and allow derived attributes to be persisted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592030 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5744: Change web management console to call management REST API under ↵Alex Rudyy2014-05-0247-560/+231
| | | | | | /api/latest and auxiliary REST services under /service. Fix broken UI. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591949 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5744: Move management REST API under /api/latest and auxiliary REST ↵Alex Rudyy2014-05-0238-457/+444
| | | | | | services under /service git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591948 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5743: Explain how to use pkg-config to locate protonAlan Conway2014-05-021-4/+5
| | | | | | Updated INSTALL file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591946 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: Restart replicated environment several times before giving up. ↵Alex Rudyy2014-05-022-10/+33
| | | | | | This is due to a race condition on receiving DEATCHED event for a restarting environment causing EnvironmentFailureException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591875 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA fix hanging ha_tests.test_failover_send_receive on RHEL5Alan Conway2014-05-013-31/+31
| | | | | | | | | | | | | The test was hanging because of a python construct not available in 2.4. It was causing an exception in a strange place because this bit of code was imported at runtime, and that was hanging the test. Fixed and did some cleanup to avoid such mysterious hangs in future: - Fixed qpidtoollibs/config.py to work with python 2.4. - Import qpid-ha script at import time rather than runtime. - Fix Popen.teardown logic to avoid hanging if a process can't be killed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591794 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5741: No longer warn when building Qpid with Proton 0.7Andrew Stitcher2014-05-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591781 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: Fix sporadically faling BDB HA testsAlex Rudyy2014-05-011-20/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591677 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5739: update Hello example config to correctly specify clientid, and ↵Robert Gemmell2014-05-011-2/+2
| | | | | | show how to control the AMQP open frame hostname git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591655 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5673 : Allow for closing of a connection that has not yet been openedRobert Godfrey2014-05-011-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591649 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5737: wakeup driver for output which may be necessary if sessions ↵Gordon Sim2014-04-301-0/+2
| | | | | | outgoing window has been moved forward by peer git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591470 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: Address review comments from Alex RudyyKeith Wall2014-04-302-23/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591366 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5736: only block until sent message is settled; signal rejection by ↵Gordon Sim2014-04-303-1/+15
| | | | | | throwing exception git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591300 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-3013-89/+1295
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591281 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: fix scope on dependencyRobert Gemmell2014-04-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591247 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5735: Correct calculation of amqp.redeliveredAndrew Stitcher2014-04-301-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591183 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : [Java Broker] Use annotation to allow registration of all ↵Robert Godfrey2014-04-3098-2047/+1225
| | | | | | ConfiguredObject types at startup. Use this meta data for REST servlets. Remove unnecessary pluggable factory interfaces git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591170 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5732: Perl examples getting the wrong cmdline argumentsDarryl L. Pierce2014-04-292-5/+5
| | | | | | | | | | The hello_world and map_receiver examples had a one-off error when getting command line arguments. This patch points them back to the correct arguments. Contributed by Zdenek Kraus <zkraus@redhat.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591006 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5489: Change uuid detection code to the code that proton usesAndrew Stitcher2014-04-291-22/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590979 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5489: More cleaning up of the Uuid codeAndrew Stitcher2014-04-2910-69/+126
| | | | | | | | - Rewrite the Uuid iosteam extractor and insertor operators to not require any underlying uuid library. - Create a specific uuid implementation for FreeBSD git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590978 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: remove enforcer rule that requires enable property to be set.Robert Gemmell2014-04-291-5/+0
| | | | | | Patch supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590969 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn ↵Robert Gemmell2014-04-2939-53/+50
| | | | | | release:update-versions -DdevelopmentVersion=0.30-SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590968 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5730 : [Java Broker] allow configured object attributes to be maked as ↵Robert Godfrey2014-04-298-46/+317
| | | | | | not to be persisted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590945 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5727: Prevent test failure in test environments already using the ↵Keith Wall2014-04-292-2/+7
| | | | | | | | default HTTP management port (8080). Patch Supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590929 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: [Java Broker]: Wire up the BDB HA VirtualHostNode to the ↵Keith Wall2014-04-295-38/+595
| | | | | | | | | | ReplicatedEnvironmentFacade. * Attributes priority, quorumOverride, designatedPrimary are exposed as read/write attributes. * Attribute role is readable (to observe the current role of the node), and writable, to request a change in mastership. * Attributes joinTime and lastKnownReplicationTransactionId are exposed as derived attributes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590917 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5729: handle concurrent triggering of topic policyGordon Sim2014-04-283-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590805 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5719: Fix unintentional dependency on qpid-ha for non-HA installations.Alan Conway2014-04-281-3/+8
| | | | | | qpidd init script should not use qpid-ha if it is not installed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590777 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-289-78/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590699 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5686 : Address review comments from Alex RudyyRobert Godfrey2014-04-281-62/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590689 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5679 : Address review comments from Alex RudyyRobert Godfrey2014-04-283-68/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590686 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5721 : Allow interpolation to include the values of attributes of the ↵Robert Godfrey2014-04-281-0/+135
| | | | | | object on which the value is being iterpolated git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590603 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5665 : Address review comments from Alex RudyyRobert Godfrey2014-04-286-140/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590593 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5726 : [Java Broker] Use annotation processing to generate object ↵Robert Godfrey2014-04-28201-2629/+1180
| | | | | | factories and service definitions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590547 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5725: Use correct comparison function to match property keysAndrew Michael Stitcher2014-04-272-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590505 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5724 : Allow configured object default values to be overridden by subtypesRobert Godfrey2014-04-265-96/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590321 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: [Java Broker]: Refactor VHN implementations to avoid duplicated codeKeith Wall2014-04-265-433/+347
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590316 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048 : Add empty argLine property to allow for tests to run within ↵Robert Godfrey2014-04-261-0/+1
| | | | | | IntelliJ which otherwise fail git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590281 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : make mocked queue return the correct model object to prevent NPEsRobert Godfrey2014-04-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590279 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5723: fix JavaScript issues to enable evaluation under the new engine ↵Robert Gemmell2014-04-261-2/+2
| | | | | | in JDK 8 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590256 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5723: fix compilation under JDK 8 (somehow..?)Robert Gemmell2014-04-261-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590255 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-2538-225/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590188 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA qpid-ha usability: automatically use qpidd.conf if no --broker ↵Alan Conway2014-04-251-1/+13
| | | | | | option. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590118 13f79535-47bb-0310-9956-ffa450edef68