summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-4849 The previous code was assuming that "CN" was the first entryRajith Muditha Attapattu2013-05-151-2/+3
| | | | | | | in the name string. Changed the code to first find "CN" and then extract from there. testMultipleCertsInSingleStore verifies this change. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1483079 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4847: add support for message group attributes when creating/inspecting ↵Robert Gemmell2013-05-1510-21/+74
| | | | | | queues via the rest interface and web management ui git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1482838 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4830 : [JMS AMQP 1.0] Improve JMS client error handlingRobert Godfrey2013-05-155-2/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1482770 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4845 : [JMS AMQP 1.0] Client incorrectly reports temporary ↵Robert Godfrey2013-05-152-4/+30
| | | | | | destinations as deleted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1482729 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4844 : [JMS AMQP 1.0] Allow option to use String rather than Binary ↵Robert Godfrey2013-05-143-21/+51
| | | | | | values for generated message-ids git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1482609 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4841 : Ensure all data values returned through the REST API are ↵Robert Godfrey2013-05-1416-87/+103
| | | | | | properly sanitised before displaying in HTML to prevent XSS attacks git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1482562 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4832: Split 0.8 python test ↵Alex Rudyy2013-05-131-0/+3
| | | | | | | | | | DefaultExchangeRuleTests.testDefaultExchange into 2 tests: testDefaultExchange testing that queue is automatically bound to a default exchange testDefaultExchangeExplicitBind testing explicit queue bind on a default exchange Exclude testDefaultExchangeExplicitBind from Java Broker python test profile git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481824 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: removing maximum latency from Java performance charts because it is ↵Phil Harvey2013-05-139-111/+91
| | | | | | not very useful and makes it harder to read the average git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481726 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4831 : [Java Broker] Allow identification of SSLv2 Client Hello ↵Robert Godfrey2013-05-121-0/+16
| | | | | | messages (used in Java 1.6) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481567 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4832 : Exclude the default exchange in the bdb store upgrade from 5 to 6Robert Godfrey2013-05-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481508 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4831 : [Java Broker] Fix closedown on SSL when SSL and TCP can use same ↵Robert Godfrey2013-05-121-6/+9
| | | | | | port git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481502 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4833 : [Java Broker] Display transport (TCP/SSL) and (accepting) port ↵Robert Godfrey2013-05-116-4/+32
| | | | | | for each connection in web management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481416 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4382 : [Java Broker] Implement the default exchange as a facade on top ↵Robert Godfrey2013-05-1138-499/+741
| | | | | | of the queue registry git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481350 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4831 : [Java Broker] Allow SSL and non-SSL connections on the same portRobert Godfrey2013-05-1119-215/+888
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481331 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4830 : [JMS AMQP 1.0] Improve error handling in the JMS clientRobert Godfrey2013-05-1112-73/+312
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481321 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4829 : [JMS AMQP 1.0] Sessions added to started connections are not ↵Robert Godfrey2013-05-114-14/+30
| | | | | | themselves started git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481290 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4827: now most chart definition settings can contain system property ↵Phil Harvey2013-05-1035-54/+63
| | | | | | placeholders git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480995 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: fixed SQL query in chartdef - it was returning results from both ↵Phil Harvey2013-05-101-1/+1
| | | | | | the auto-ack and the transacted iterations of the perf test git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480934 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4657: Add note into Port editing UI that changes take have after Broker ↵Alex Rudyy2013-05-092-1/+5
| | | | | | restart git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480673 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3838 If stric-jms flag is used qpid.subject is prefixed with "JMS_"Rajith Muditha Attapattu2013-05-092-6/+56
| | | | | | | to ensure we are in compliance with the JMS spec. Without this fix we fail the JEE TCK. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480656 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4824 : [Java AMQP 1.0] Reduce memory usage of codecRobert Godfrey2013-05-093-68/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4823: add missing entry to AddQueue dialog for setting the ↵Robert Gemmell2013-05-092-1/+11
| | | | | | 'alertThresholdQueueDepthBytes' attribute git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480581 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4818: Remove a redundant providerSearchUrl attribute for Simple Ldap ↵Alex Rudyy2013-05-082-12/+5
| | | | | | Authentication Provider git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480218 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4747: we no longer need the 'default' column in the authentication ↵Robert Gemmell2013-05-071-8/+3
| | | | | | provider grid as we removed the functionality git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479839 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4752: Move FileGroupProvider resources into correct locationAlex Rudyy2013-05-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479491 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: add missing licence headers to various java filesRobert Gemmell2013-05-0519-1/+380
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479398 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4594,QPID-4682: rename BrokerOptions methods for overriding the ↵Robert Gemmell2013-05-056-97/+91
| | | | | | HTTP/JMX/RMI ports in management mode to better match their function git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479310 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4815: make BrokerOptions the primary source of the location for the ↵Robert Gemmell2013-05-056-53/+55
| | | | | | logging configuration file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479309 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4814: Fix the rest layer configured object update by name and multiple ↵Alex Rudyy2013-05-042-4/+24
| | | | | | object parents git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479201 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4813: Protect operations to update queue and exchange attributes with ACLAlex Rudyy2013-05-0411-4/+643
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479200 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4645: make the broker-plugins and bdbstore modules runtime dependencies ↵Robert Gemmell2013-05-041-2/+2
| | | | | | in the broker pom, with only the latter being optional git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479178 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4809: change initial-config.json to using qpid.work_dir and ↵Robert Gemmell2013-05-043-67/+126
| | | | | | | | | qpid.home_dir config variables instead of QPID_WORK and QPID_HOME system properties Enables us to default the former when QPID_WORK is not set and allows the latter to be set on a per-instance basis. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479176 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4390: ensure the _messageStore field is populated prior configuring the ↵Robert Gemmell2013-05-041-24/+21
| | | | | | store to ensure it is set before use by the listener during the asynchronous HA store activation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479172 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4803: Ensure the modelVersion and storeVersion attributes are saved to ↵Alex Rudyy2013-05-039-34/+218
| | | | | | the configuration store and validated at startup git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478732 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4802: In management mode set state to ERRORED for failing to activate ↵Alex Rudyy2013-05-0319-62/+620
| | | | | | authentication providers, group providers and acl providers in order to allow editing of attributes preventing normal startup git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478731 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4809: add support for setting configuration properties through the ↵Robert Gemmell2013-05-0316-48/+230
| | | | | | | | command line and BrokerOptions that can be used by the broker configuration store to resolve variables in the config, use this to supply the default port number values. Povides chance to alter the ports when first starting the broker and using the initial config file to populate the config store. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478696 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4798 : use stripped BSD licensed versions of the amqp spec filesRobert Godfrey2013-05-021-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478520 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4795: update naming of the UserManagement MBeans to remove restriction ↵Robert Gemmell2013-05-018-52/+43
| | | | | | preventing there being multiple AuthenticationProviders capable of user management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477965 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4791: Change JSESSIONID cookie name to include the port number in order ↵Alex Rudyy2013-04-301-1/+5
| | | | | | to avoid JSESSIONID cookie name collisions when running multiple web management consoles in the same broswer comminication with the brokers started on different ports of the same host git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477668 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4778: Introduce additional states for configured objects: ERRORED and ↵Alex Rudyy2013-04-305-18/+247
| | | | | | REPLICA git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477667 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : remove unused code from the Java BrokerRobert Godfrey2013-04-3015-265/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477628 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4785: relax restrictions on editing/deleting active ports outwith ↵Robert Gemmell2013-04-296-89/+107
| | | | | | management-mode git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477190 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Prevent non-ascii warning when compiling amqp-1-0-client-jms module ↵Keith Wall2013-04-291-1/+1
| | | | | | (use unicode escape for pound symbol) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477178 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Perf Tests] Make perf test config use default virtual host ↵Keith Wall2013-04-291-1/+1
| | | | | | rather than hardcoding 'test' git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477163 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4753: set vhost SecurityManager _managementMode boolean to equal the ↵Robert Gemmell2013-04-292-1/+6
| | | | | | parent/broker SecurityManager, validate the ACL file during onCreate to ensure it is usable before allowing it to be added git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477155 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4639: Improve functionality to delete store on virtual host deletionAlex Rudyy2013-04-2912-15/+447
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477110 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4784: stop generating errors during creation of PDAM's due to duplicate ↵Robert Gemmell2013-04-2921-641/+181
| | | | | | sasl provider registration, simplify PDAM. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477078 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4782: use iterator.remove() to update the map and avoid the CME exposed ↵Robert Gemmell2013-04-271-2/+9
| | | | | | in r1476219 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1476583 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4777: Add UI to view and edit web management configurationAlex Rudyy2013-04-2622-59/+673
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1476288 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4760: Associate Java Broker QueueAdapter and SessionAdapter via ↵Fraser Adams2013-04-265-9/+134
| | | | | | ConsumerAdapter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1476219 13f79535-47bb-0310-9956-ffa450edef68