summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6075: fix for mocking issue in BDB profileAndrew MacBean2014-09-181-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625930 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6093: Address code review comments:Alex Rudyy2014-09-1710-19/+82
| | | | | | | | | 1) Display promptMessages in edit broker dialog 2) Fix issue with button disaperaing on dialog resize on editing VH/VHN and broker 3) Fix context name/value pair editing in Safari 4) Stop posting form data on pressing Cancel button in dialogs for editing VH/VHN and broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625650 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ↵Andrew MacBean2014-09-175-50/+41
| | | | | | if VHN has not been started git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625601 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6095: [Java Broker] Deletion of an ERRORED JSON VHN with an invalid ↵Andrew MacBean2014-09-172-7/+26
| | | | | | store path causes an exception git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625505 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6105: [Java Broker] Avoid use of javascript const keyword to avoid ↵Keith Wall2014-09-171-1/+1
| | | | | | compatibility issue with older IE browsers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625495 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6104: Fix test ReplicatedEnvironmentFacadeTest.testRemoveNodeFromGroupAlex Rudyy2014-09-161-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625245 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6103 : Fix NPE which occurred when first flow was sent before receiving ↵Robert Godfrey2014-09-161-7/+14
| | | | | | initial flow from partner git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625241 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6100 : [JMS AMQP 1.0 Client] throw correct exception when connection ↵Robert Godfrey2014-09-151-10/+31
| | | | | | cannot be authenticated git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625164 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6101: Allow setting of qpid version suffix whilst building qpid common ↵Alex Rudyy2014-09-154-27/+60
| | | | | | library git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625062 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ↵Andrew MacBean2014-09-1521-98/+98
| | | | | | if VHN has not been started git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625039 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6095: [Java Broker] Deletion of an ERRORED JSON VHN with an invalid ↵Andrew MacBean2014-09-152-25/+11
| | | | | | store path causes an exception git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625035 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6099: [Java Broker] Prevent exceptions whose message exceeds 255 ↵Keith Wall2014-09-151-2/+2
| | | | | | characters causing unexpected Broker shutdown. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624998 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6098 : [JMS AMQP 1.0 Client] use content-type of incoming messages to ↵Robert Godfrey2014-09-141-38/+162
| | | | | | drive JMS message type git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624911 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6081, QPID-6082: [Python Client Tests] Add python tests for verifying ↵Keith Wall2014-09-121-3/+10
| | | | | | the receipt of large messages occupying more than one frame (08-091) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624545 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN ↵Andrew MacBean2014-09-122-2/+5
| | | | | | is master or in STOPPED/ERRORED state. UI (2/2) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624490 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6093: Add UI to set context variablesAlex Rudyy2014-09-1128-320/+1113
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN ↵Andrew MacBean2014-09-112-1/+62
| | | | | | is master or in STOPPED/ERRORED state. Server (1/2) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624299 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6090: [Java Broker] Change based on code review to protect against ↵Andrew MacBean2014-09-111-2/+2
| | | | | | intruder case git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624298 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6090: [Java Broker] Prevent removal of existing group nodes from the ↵Andrew MacBean2014-09-102-3/+69
| | | | | | permitted nodes attribute on VHN git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624012 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6088 : [Java Client] reenable logging testRobert Godfrey2014-09-081-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1623432 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6088 : [Java Client] reenable logging testRobert Godfrey2014-09-081-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1623431 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6088 : [Java Client] temporarily disable testRobert Godfrey2014-09-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1623425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6088 : [Java Client] AMQP 0-8/8/9-1 prefetch should auto expand when ↵Robert Godfrey2014-09-086-75/+219
| | | | | | receive is called in a situation where the prefetch buffer is full git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1623422 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6079 : Some python AlternateExchangeTests fail against Java brokerRobert Godfrey2014-09-071-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1623055 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6080 : [Java Broker] Distinguish between empty message body and no ↵Robert Godfrey2014-09-072-2/+2
| | | | | | message body for 0-10 messages git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622968 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6079 : [Java Broker] Objects created as duplicates should be ↵Robert Godfrey2014-09-063-1/+25
| | | | | | automatically deleted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622961 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Exclude GeneralTests that required QMF from the Java Python test ↵Keith Wall2014-09-061-0/+7
| | | | | | suite exclusion file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622954 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6078 : [JMS AMQP 1.0 Client] Allow Message and Delivery annotations to ↵Robert Godfrey2014-09-0613-128/+1458
| | | | | | be read and modified through the JMS API git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622888 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6077 : [Java AMQP 1.0] memory leak in receiver where sender settles firstRobert Godfrey2014-09-061-5/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622886 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6076 : Sending a message with no routing key to the default exchange in ↵Robert Godfrey2014-09-061-1/+5
| | | | | | the java broker results in an NPE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622884 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6073: [Java Broker] Management UI, move change prompt message fallback ↵Keith Wall2014-09-061-0/+1
| | | | | | position to below, rather than left git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622847 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6074: [Java Broker] BDB HA VHN implement to use context variables ↵Keith Wall2014-09-065-19/+78
| | | | | | rather than system properties to control timeouts etc git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622846 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker] HA Downgrade logging of ↵Keith Wall2014-09-061-1/+1
| | | | | | | | com.sleepycat.je.rep.utilint.BinaryProtocol.ProtocolException It seems this exception can legitimately occur when a node checks (DbPings) a node that is being brought down git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622845 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6071: [Java Broker] Cause BDB HA to generate ping transaction if local ↵Keith Wall2014-09-062-4/+41
| | | | | | | | | | quorum settings are changed * If user changes the settings used to judge whether quorum is present (that is designated primary in the two node case and electable group override in the case of multi node groups), REF now generates a 'ping' transaction allow the node to promptly detect too few replicas. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622844 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6068 : Use single mechanism for determining if a port is "using TLS"Robert Godfrey2014-09-052-5/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622768 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6068: [Java Broker] Introduce ClientAuthCapablePort into Port hierarchy ↵Keith Wall2014-09-058-80/+145
| | | | | | to avoid validation in terms of getAttributes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622747 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6068: [Java Broker] Prevent NPE when ediiting JMX_CONNECTOR port ↵Keith Wall2014-09-056-74/+131
| | | | | | | | | | through REST or Web Management UI * Also hidden the authentication provider field when editting an RMI port * Added the missing prompts for transports/protocols. * Remove the mandatory marker from the protocols field git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622677 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6063: [Java Broker] BDB HA - report node role correctly after node ↵Keith Wall2014-09-041-7/+21
| | | | | | | | | restart in group without quorum or node error * if a node is restarted but there are too few nodes attached to achieve quorum, the role is now reported as WAITING (previously it was erroneously reported as DETACHED) * if a node goes into error state (for example in response to an intruder), the role is now reported as DETACHED (previously it continued to report its previous role) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622488 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6067: Fix test ↵Alex Rudyy2014-09-031-5/+32
| | | | | | BDBHAVirtualHostNodeOperationalLoggingTest.testRemoteNodeDetached git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622293 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5968 : [Java Client] Improve SSL hostname verificationRobert Godfrey2014-09-032-35/+1312
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622227 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java System Tests] ConsumerLoggingTest: Temporary code in test ↵Keith Wall2014-09-031-3/+14
| | | | | | class to better understand a failure in a CI environment. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622217 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6066: [Java Client] 0-8..0-9-1 only - Add system property to allow ↵Keith Wall2014-09-034-22/+74
| | | | | | | | | call to exchange.bound during AMQSession#getQueueDepth to be omitted This prevents interoperabiliy problem with older Java Brokers, and gives users a change to restore old behaviour (AMQChannelException in the event that the queue does not exist) if desired. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622176 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6063: [Java Broker] Address review comments from Oleksandr Rudyy ↵Keith Wall2014-09-033-29/+25
| | | | | | <orudyy@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622162 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6052 : Address review comments from Robbie GemmellRobert Godfrey2014-09-015-271/+168
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621826 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6063: [Java Broker] Disambiguate the concept of a node being ↵Keith Wall2014-09-0113-103/+162
| | | | | | unreachable from a node awaiting election git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621775 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6031 : Provoke SSLSocket to generate a helpful error message when the ↵Robert Godfrey2014-09-011-1/+1
| | | | | | certificate of the server is not trusted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621767 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6055 : [Java Broker] Ensure max frame size is always less than ↵Robert Godfrey2014-08-3011-15/+34
| | | | | | Integer.MAX_VALUE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621498 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6061 : [Java Broker] Use subject as the proxy for routing key for 1.0 ↵Robert Godfrey2014-08-302-4/+64
| | | | | | messages sent directly to an exchange of type direct or topic git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621443 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6058 : [Java Client] The client does not fail with a sensible error ↵Robert Godfrey2014-08-301-0/+8
| | | | | | message if it tries to send a message header that is larger than the max frame size git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621426 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6057: On intruder detection shutdown BDB HA node in UNINITIALIZED stateAlex Rudyy2014-08-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621407 13f79535-47bb-0310-9956-ffa450edef68