summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Collapse)AuthorAgeFilesLines
...
* | QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn ↵Robert Gemmell2014-04-291-1/+1
| | | | | | | | | | | | 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-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-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-281-7/+18
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590699 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5634: Remove virtualhost level attribute, securityAcl, which was made ↵Keith Wall2014-04-251-2/+1
| | | | | | | | | | | | obsolete by this change. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590081 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5578 : Make TaskExecutor an interface and provide a test-only current ↵Robert Godfrey2014-04-253-11/+7
| | | | | | | | | | | | thread implementation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590044 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5715: Change test utility method for virtual host configuration store ↵Alex Rudyy2014-04-251-0/+8
| | | | | | | | | | | | creation to wipe out the store folder before creation a store git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590003 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5578 : Ensure correct error code is returned when a queue is declared ↵Robert Godfrey2014-04-251-1/+18
| | | | | | | | | | | | with an unknown alternate exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589912 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change ↵Robert Gemmell2014-04-2210-23/+23
| | | | | | | | | | | | | | | | imports etc to remove deprecation notices Patch Supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589144 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: [Java Broker] Remove now dead recovery/dependency resolution classesKeith Wall2014-04-221-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589113 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5715: [Java Broker] Add virtual host node to the model and refactor ↵Keith Wall2014-04-2127-453/+497
| | | | | | | | | | | | existing broker functionality to conform the new model. Save configuration model version as VHN attribute and refactor the upgraders and configuration recovery. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588886 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5048: re-instate dependency versions after qpid parent pom removal of ↵Robert Gemmell2014-04-211-0/+4
| | | | | | | | | | | | | | | | dependency management section. Patch supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588885 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ↵Robert Godfrey2014-04-201-7/+10
| | | | | | | | | | | | instead treat as an instance variable git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588794 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant ↵Robert Godfrey2014-04-202-14/+1
| | | | | | | | | | | | maps from BrokerAdapter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588715 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no ↵Robert Godfrey2014-04-181-2/+2
| | | | | | | | | | | | longer does anything useful git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588589 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-185-42/+41
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588468 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5710 : [Java Broker] Remove AMQQueueFactory and QueueRegistryRobert Godfrey2014-04-171-5/+5
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588301 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in ↵Robert Godfrey2014-04-175-34/+42
| | | | | | | | | | | | the ConfiguredObject model git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588234 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5709 : [Java Broker] Replace exchange registry / factory with use of ↵Robert Godfrey2014-04-174-38/+54
| | | | | | | | | | | | common configured object mechanism for registration of children git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588126 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5698 : [Java Broker] make the durable attribute automated, remove ↵Robert Godfrey2014-04-141-1/+1
| | | | | | | | | | | | unused setters git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1587262 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5685: Store configuration version as an attribute of virtualhost within ↵Keith Wall2014-04-141-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | configuration store rather than within separate database/table * ConfiguredObjectRecordHandler begin/end methods no longer take/return config version * DefaultUpgraderProvider uses the virtualhost record for the config version only and uses this to trigger the correct upgrade. Note this record is *not* recovered (yet). * BDB/SQL Upgraders migrate the config version from database/table to be the modelVersion attribute of a virtualhost entry. * BDB Upgrader tests (7 to 8). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1587165 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to ↵Robert Godfrey2014-04-132-3/+3
| | | | | | | | | | | | changes in configured object attribute values git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1587123 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5687 : [Java Broker] change to explicitly use the port in a connection ↵Robert Godfrey2014-04-131-3/+7
| | | | | | | | | | | | url, and avoid the issue of differing vhosts in the test config and initial config (revert last commit 1586942 and modify correct file instead) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586944 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5687 : [Java Broker] fix the initial config store to use "type" not ↵Robert Godfrey2014-04-132-8/+35
| | | | | | | | | | | | "pluginType", add a test that checks the broker will startup with no config store. Change the handling of ${amqp.qpid_port} and friends to allow setting through system properties git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586938 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects ↵Robert Godfrey2014-04-121-1/+3
| | | | | | | | | | | | consistent; perform some refactoring of AbstractConfiguredObject to move functionality into helper classes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586910 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-114-32/+41
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586783 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-115-56/+61
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586683 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ↵Robert Godfrey2014-04-108-86/+53
| | | | | | | | | | | | as queue alerting) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586268 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-0913-37/+73
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1585979 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-074-30/+21
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1585471 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5048: fix parsing error in AbstractTestLogging when determining ↵Robert Gemmell2014-04-052-19/+21
| | | | | | | | | | | | | | | | connection or channel id, which causes spurious failure when test ordering differs while running in Jenkins Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1585105 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5048: add dependency change verifcation reference files and LICENSE, ↵Robert Gemmell2014-04-051-1/+1
| | | | | | | | | | | | | | | | NOTICE & README files for use in the binary release assemblies Work by me and Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1585102 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5615 : [Java Broker] Migrate broker config store to use same API as ↵Robert Godfrey2014-04-0439-321/+302
| | | | | | | | | | | | VirtualHost config store git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1584931 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with ↵Keith Wall2014-04-043-75/+71
| | | | | | | | | | | | | | | | | | | | | | visitors. * MS/DCS impls now have stateless visitXXX methods to retrieve message/configuration data (replaces the recoverXXXX methods) * VH implementations now uses Handlers to perform the recovery operation. * DCS's handler (ConfiguredObjectRecordRecoveverAndUpgrader) currently implemented in terms of the old DefaultUpgradeProvider/DurableConfigurationRecoverer. This will be refactored by a future commit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1584600 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5653: Open databases and upgrade on opening of configuration/message storesAlex Rudyy2014-03-312-9/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1583351 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: Make the MessageStore and DurableConfigurationStore stateless. ↵Keith Wall2014-03-281-35/+2
| | | | | | | | | | | | | | | | | | This changes removes the StateManager and delegates the operational logging (open/close) messages to the vhost. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1582835 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: Merge changes from trunk.Keith Wall2014-03-2515-235/+229
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Command was: svn merge https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1581428 13f79535-47bb-0310-9956-ffa450edef68
| * | QPID-5615 : [Java Broker] update the durable configuration store interface ↵Robert Godfrey2014-03-232-20/+10
| | | | | | | | | | | | | | | | | | to be entirely in terms of ConfiguredObjectRecords and give stores knowledge of hierarchy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1580561 13f79535-47bb-0310-9956-ffa450edef68
| * | QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of ↵Keith Wall2014-03-2112-207/+212
| | | | | | | | | | | | | | | | | | the virtualhost. Introduce supports for ACLs rules that include virtualhost predicate. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1579986 13f79535-47bb-0310-9956-ffa450edef68
* | | Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-253-69/+208
| | | | | | | | | | | | | | | | | | | | | Change Upgraders responsibility to create the amqp standard exchanges when upgrading from earlier store versions. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1581288 13f79535-47bb-0310-9956-ffa450edef68
* | | QPID-5624: Remove dead test virtualhost.xml files and references to the sameKeith Wall2014-03-2112-369/+0
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1579979 13f79535-47bb-0310-9956-ffa450edef68
* | | NO-JIRA: Merged changes from trunk with command:Keith Wall2014-03-182-12/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | svn merge https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1578827 13f79535-47bb-0310-9956-ffa450edef68
| * | QPID-5048: split out systests from perftests and add rat plugin configRobert Gemmell2014-03-161-4/+0
| | | | | | | | | | | | | | | | | | Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1578145 13f79535-47bb-0310-9956-ffa450edef68
| * | QPID-5625 : [Java Broker] ensure common configured object values are saved ↵Robert Godfrey2014-03-121-8/+0
| | | | | | | | | | | | | | | | | | to the store git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1576826 13f79535-47bb-0310-9956-ffa450edef68
* | | QPID-5624: Introduce configurationStoreSettings VH attributesKeith Wall2014-03-171-2/+0
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1578463 13f79535-47bb-0310-9956-ffa450edef68
* | | QPID-5624: Introduce messageStoreSettings VH attribute and move all message ↵Keith Wall2014-03-1411-73/+148
| | | | | | | | | | | | | | | | | | store related attributes into messageStoreSettings map git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1577606 13f79535-47bb-0310-9956-ffa450edef68
* | | QPID-5624: Remove MessageStoreCreator and finish some virtual host refactoringKeith Wall2014-03-133-54/+17
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1577097 13f79535-47bb-0310-9956-ffa450edef68
* | | QPID-5624: Remove virtualhost xml configuration. Move virtual host ↵Alex Rudyy2014-03-1243-417/+370
|/ / | | | | | | | | | | configuration into broker configuration store" git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1576732 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5611 : Fix other logging to always use the most current event logger ↵Robert Godfrey2014-03-081-1/+1
| | | | | | | | | | | | held at the broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575547 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5611 : Ensure the appropriate principals are available at the time of ↵Robert Godfrey2014-03-081-5/+2
| | | | | | | | | | | | all event logging git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575506 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575462 13f79535-47bb-0310-9956-ffa450edef68