summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-5909: Allow setting of BDB HA message store durability many timesAlex Rudyy2014-07-212-19/+25
* QPID-5891: Add operational logging for the cases when remote node becomes det...Alex Rudyy2014-07-214-0/+118
* QPID-5413: [Java Broker] BDB HA VHN/VH UI text changes and improved JS valida...Andrew MacBean2014-07-212-5/+7
* QPID-5413: [Java Broker] BDB HA VHN/VH UIKeith Wall2014-07-213-7/+167
* QPID-5907 : [Java Broker] Add ability for broker to startup while persistent ...Robert Godfrey2014-07-201-4/+97
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-202-13/+49
* QPID-5413: [Java Broker] Add VHN/VH creation dialog for BDB HA.Keith Wall2014-07-178-213/+362
* QPID-5787 : [Java Broker] Management can observe a child object before its co...Robert Godfrey2014-07-161-0/+1
* QPID-5891: Strengthened testRemoteNodeAdded test and created log subject matc...Andrew MacBean2014-07-161-17/+82
* QPID-5413: [Java Broker] Add virtualhostnode/virtualhost creation dialogueKeith Wall2014-07-164-98/+47
* QPID-5891: Removed unnecessary mock reset call in unit testAndrew MacBean2014-07-151-2/+0
* QPID-5891: Re-instated incorrect removal of else clause in ReplicatedEnvironm...Andrew MacBean2014-07-151-0/+4
* QPID-5891: [Java Broker] Add BDB HA operational logging functionalityAndrew MacBean2014-07-149-308/+805
* QPID-5822: [Java Broker] change to JE param setting logic to handle Environme...Andrew MacBean2014-07-141-9/+10
* QPID-5885: [Java Broker] Virtualhostnode to replace real virtualhost with rep...Keith Wall2014-07-082-26/+13
* NO-JIRA: Make sure that test ReplicatedEnvironmentFacadeTest.testIntruderNode...Alex Rudyy2014-07-081-1/+12
* QPID-5873: Exclude new ACL system tests from Json profile; fix BDBHARemoteRep...Keith Wall2014-07-041-2/+2
* QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-042-0/+186
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-0413-20/+762
* QPID-5821: Remove unused settings interface incorrectly committedAndrew MacBean2014-06-264-7/+8
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-2618-128/+241
* QPID-5846: Fix NPE in org.apache.qpid.server.virtualhost.berkeleydb.BDBHAVirt...Alex Rudyy2014-06-251-1/+1
* QPID-5715: Set BDB message store durability only once on opening of virtual h...Alex Rudyy2014-06-2310-273/+114
* QPID-5800: [Java Broker] Refactor BDB message store implementation to separat...Keith Wall2014-06-197-1200/+1507
* QPID-5831: Unexpected internal exception when closing JE Replicated environmentAndrew MacBean2014-06-191-2/+22
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-1815-107/+204
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-132-43/+4
* QPID-5801: [Java Broker] BDB HA - ensure that replication exceptions when rea...Keith Wall2014-06-131-4/+21
* QPID-5800: [Java Broker] Refactor BDBConfigurationStore, move methods/fields ...Keith Wall2014-06-131-51/+63
* QPID-5715: Move coalescing commiters into environment facades. Flush logs for...Alex Rudyy2014-06-0910-174/+131
* QPID-5801: [Java Broker] BDB: Cache the sequence handler used for message seq...Keith Wall2014-06-094-33/+146
* QPID-5801: [Java Broker] BDB: Simply restore algorithm to efficiently calcula...Keith Wall2014-06-091-13/+36
* QPID-5715: Close committer on message store closeAlex Rudyy2014-06-092-2/+4
* QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virt...Keith Wall2014-06-071-1/+3
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-072-90/+4
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-062-6/+68
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-0613-491/+269
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-0612-1802/+1838
* QPID-5715: Fix various issues with configuration upgrader to model 2 and stor...Alex Rudyy2014-06-063-26/+71
* QPID-5715: Use coalescing sync committer for message store transactions only ...Alex Rudyy2014-06-0312-139/+288
* QPID-5413: [Java Broker-Web Management] Allow stopping and starting of virtua...Alex Rudyy2014-05-292-27/+2
* QPID-5715: Add new attributes for transaction sync policies into BDB HA virtu...Alex Rudyy2014-05-2717-163/+396
* QPID-5715: [Java Broker] Fix test BDBHAVirtualHostNodeTest.testTransferMaster...Alex Rudyy2014-05-261-0/+13
* QPID-5715: [Java Broker] Address review comments from Alex RudyyKeith Wall2014-05-261-1/+7
* QPID-5715: [Java Broker] Added extra logging when transfering master to a rem...Keith Wall2014-05-262-5/+17
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-243-140/+102
* QPID-5784: [Java Broker] Prevent NPE possibility from BDB store\'s coalescing...Keith Wall2014-05-231-0/+15
* QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNew...Keith Wall2014-05-232-77/+481
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-213-13/+26
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-201-3/+34