summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore
Commit message (Expand)AuthorAgeFilesLines
* QPID-6111: [Java Broker] HA Tests - change JE tests to assert that JE replica...Keith Wall2014-09-234-71/+103
* QPID-6111: [Java Broker] HA - Ensure that when the REF is shutdown sufficient...Keith Wall2014-09-231-28/+50
* QPID-6102: [Java Broker] HA Prevent InsufficientReplica/InsufficientAckExcept...Keith Wall2014-09-232-0/+113
* QPID-6075: fix for mocking issue in BDB profileAndrew MacBean2014-09-181-1/+2
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-172-20/+12
* QPID-6104: Fix test ReplicatedEnvironmentFacadeTest.testRemoveNodeFromGroupAlex Rudyy2014-09-161-1/+4
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-153-34/+38
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN i...Andrew MacBean2014-09-121-1/+4
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN i...Andrew MacBean2014-09-112-1/+62
* QPID-6090: [Java Broker] Change based on code review to protect against intru...Andrew MacBean2014-09-111-2/+2
* QPID-6090: [Java Broker] Prevent removal of existing group nodes from the per...Andrew MacBean2014-09-102-3/+69
* QPID-6080 : [Java Broker] Distinguish between empty message body and no messa...Robert Godfrey2014-09-071-1/+1
* QPID-6074: [Java Broker] BDB HA VHN implement to use context variables rather...Keith Wall2014-09-065-19/+78
* NO-JIRA: [Java Broker] HA Downgrade logging of com.sleepycat.je.rep.utilint.B...Keith Wall2014-09-061-1/+1
* QPID-6071: [Java Broker] Cause BDB HA to generate ping transaction if local q...Keith Wall2014-09-062-4/+41
* QPID-6063: [Java Broker] BDB HA - report node role correctly after node rest...Keith Wall2014-09-041-7/+21
* QPID-6067: Fix test BDBHAVirtualHostNodeOperationalLoggingTest.testRemoteNode...Alex Rudyy2014-09-031-5/+32
* QPID-6063: [Java Broker] Address review comments from Oleksandr Rudyy <orudyy...Keith Wall2014-09-033-29/+25
* QPID-6063: [Java Broker] Disambiguate the concept of a node being unreachable...Keith Wall2014-09-0113-103/+162
* QPID-6057: On intruder detection shutdown BDB HA node in UNINITIALIZED stateAlex Rudyy2014-08-301-1/+1
* QPID-6055 : [Java Broker] add extra information to exception to help isolate ...Robert Godfrey2014-08-291-1/+13
* QPID-6048: Move permitted nodes attribute into BDB HA VH in order to be able ...Alex Rudyy2014-08-2724-362/+423
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-223-68/+76
* QPID-6018 : [Java Broker] Add an attribute to the ManagedObject annotation to...Robert Godfrey2014-08-191-1/+1
* QPID-6016: [Java Broker] Improve Web Management Console error handlingKeith Wall2014-08-181-1/+1
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-182-11/+11
* QPID-6006: [Java Broker] UI to expose attribute defaults during create and ed...Keith Wall2014-08-168-79/+67
* QPID-6005 : [Java Broker] AMQP 1.0 messages cannot be recovered from the stor...Robert Godfrey2014-08-151-1/+1
* QPID-5998: Fix HA operational loggingAlex Rudyy2014-08-156-193/+218
* QPID-5991: [Java System Tests] BDB HA System Test ImprovementsKeith Wall2014-08-143-64/+38
* QPID-5994: Fix ocasionally failing test BDBHAVirtualHostNodeOperationalLoggin...Alex Rudyy2014-08-131-14/+41
* QPID-5991: [Java System Tests] Rename tests to have better structure; Remove ...Keith Wall2014-08-138-342/+175
* QPID-5967: [Java Broker Tests] Add missing test assertion and extra logging t...Keith Wall2014-08-122-0/+11
* QPID-5989: [Java Tests] Relocate system test classes to beneath src/test/javaKeith Wall2014-08-129-1/+4
* QPID-5967: Fix BDB HA VHN system testsAlex Rudyy2014-08-122-13/+47
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-117-36/+6
* QPID-5967: Set permitted nodes on a replica from application state of a maste...Alex Rudyy2014-08-114-85/+150
* QPID-5982: [Java Broker] BDB HA: Reset replication transaction id when contac...Keith Wall2014-08-102-1/+2
* QPID-5983: [Java Broker] BDB HA: Reset role to DETACHED when BDB HA VHN is st...Keith Wall2014-08-101-5/+10
* QPID-5980: javadoc fixups continueRobert Gemmell2014-08-082-21/+18
* QPID-5979: Derby/JDBC logs unnecessary "message not found" at WARN on rollback.Keith Wall2014-08-081-5/+6
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-073-3/+3
* QPID-5972: [Java Broker] Web UI to edit actual attribute values rather than e...Keith Wall2014-08-0710-39/+46
* QPID-5967: Intruder node detection must be mandatory and should validate all ...Alex Rudyy2014-08-0611-407/+349
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-062-0/+25
* QPID-5962: [Java Broker] Prevent two or more BDB virtual host or virtual host...Keith Wall2014-08-055-15/+248
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html inli...Andrew MacBean2014-08-0410-52/+52
* QPID-5928: [Java Broker] Add UI into web management console for editing of vi...Alex Rudyy2014-08-0112-290/+486
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the virtua...Keith Wall2014-07-311-2/+32
* QPID-5928: [Java Broker] Further enhancements and feedback changes forAndrew MacBean2014-07-305-102/+54