summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5048: move extraction of the broker release binary for system testing ↵Robert Gemmell2013-09-243-3/+3
| | | | | | usage to the pre-integration-test phase, allowing test-compile to work if called explicitly git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525848 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-2337-0/+4241
| | | | | | still a work-in-progress git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525753 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5164: remove use of qpid-all.jar from scripts, use classpath wildcard ↵Robert Gemmell2013-09-235-9/+9
| | | | | | expansion to pick up .jar files in the dir instead git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525752 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161: prevent StoreOverfullTest from infinite looping if the client ↵Robert Gemmell2013-09-231-0/+29
| | | | | | isn't flow controlled as expected git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525750 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161: make UTF8Test use the resources in the jar instead of searching ↵Robert Gemmell2013-09-232-4/+9
| | | | | | for it on the filesystem git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525749 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161: make QTC able to generate the test.excludesfiles property ↵Robert Gemmell2013-09-231-2/+17
| | | | | | contents itself from the test.excludes list git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525747 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161: make QBTC use the canonical working dir, and throw an exception ↵Robert Gemmell2013-09-231-1/+20
| | | | | | if the relative path handling cant generate an appropriate path git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525746 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161: use a full test implementation of MessageMetaDataType to ensure ↵Robert Gemmell2013-09-235-11/+296
| | | | | | that the metadata can be decoded from the store if the test finds itself on the wrong side of a race with the garbage collector git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525745 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5163: move generation of the ACL log messages to broker-core alongside ↵Robert Gemmell2013-09-233-7/+1
| | | | | | all the other log message generation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525743 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5162: move the bdbstore-specific systests to their own moduleRobert Gemmell2013-09-2312-24/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525741 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161: update CloseOnNoRouteForMandatoryMessageTest to account for an ↵Robert Gemmell2013-09-231-0/+18
| | | | | | additional exception scenario git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525739 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5160: add a qpid-test-utils module instead of making every modules ↵Robert Gemmell2013-09-2334-54/+455
| | | | | | tests rely on the tests dir from the common module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525738 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5159: fixups after previous directory rename of broker to broker-coreRobert Gemmell2013-09-2335-104/+139
| | | | | | | | | - Add new broker module build.xml - Updates the other modules to rely on broker-core, make it all compile. - 'Un-move' the bin, etc, scripts dirs and other non-core files to 'leave' them in the broker module. - 'Un-move' the Main and MainTest classes to 'leave' them in the broker module. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525736 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5159: move the entire broker dir to broker-core, no other changes, ↵Robert Gemmell2013-09-23601-0/+0
| | | | | | fixups in next commit git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525731 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5158: extract the generation process for the common and broker modules ↵Robert Gemmell2013-09-236-131/+243
| | | | | | into dedicated build files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525730 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5157: Remove dead target whose execution is conditional on a property ↵Robert Gemmell2013-09-232-23/+1
| | | | | | which is never set. Remove unused properties/refs. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525729 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5157: remove unused test-only mock implementationRobert Gemmell2013-09-231-105/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525728 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add functionality to delete user preferences from web management ↵Alex Rudyy2013-09-194-42/+148
| | | | | | console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524771 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Protect user preferences operations with ACLAlex Rudyy2013-09-1910-1/+402
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524684 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Change http management to use AuthenticationProvider for getting ↵Alex Rudyy2013-09-177-40/+39
| | | | | | references to SubjectCreator and PreferencesProvider git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524063 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Disallow setting of preferneces provider for anonymous ↵Alex Rudyy2013-09-179-78/+138
| | | | | | authentication provider git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524061 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove background in qpid logo from web management consoleAlex Rudyy2013-09-141-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523223 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add preferences UI into web management consoleAlex Rudyy2013-09-1411-7/+479
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523222 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add preferences REST interfaces to get, set and delete preferencesAlex Rudyy2013-09-146-0/+532
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523221 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add UI into web management console for creation and editing ↵Alex Rudyy2013-09-1414-55/+727
| | | | | | preferences providers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523220 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add preferences provider REST interfacesAlex Rudyy2013-09-143-0/+160
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523219 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Integrate preferences provider into Broker model, create ↵Alex Rudyy2013-09-1427-63/+801
| | | | | | association between preferences provider and authentication provider, add preferences provider recoverer and factory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523218 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Introduce preferences provider interface and its implementation ↵Alex Rudyy2013-09-143-0/+901
| | | | | | storing preferences on file system git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523217 13f79535-47bb-0310-9956-ffa450edef68
* Introduce UpdatableGrid widgetAlex Rudyy2013-09-144-143/+210
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523216 13f79535-47bb-0310-9956-ffa450edef68
* [QPID-5058] Qpid JCA 0.22 on JBoss 5.1 Throws Errors. Corrected ↵Weston M. Price2013-08-231-2/+2
| | | | | | documentation for JCA destination AdminOBject in JCA adapter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516880 13f79535-47bb-0310-9956-ffa450edef68
* [QPID-5089] Remove Personalized User/Pass from EAP6/JBoss7 Example. Update ↵Weston M. Price2013-08-232-5/+18
| | | | | | EAP6/JBoss7 Documentation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516868 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5087 : [Java Broker] Fix test to mock restoreQueue/Exchange rather than ↵Robert Godfrey2013-08-211-6/+4
| | | | | | createQueue/Exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516204 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5087 : [Java Broker] Allow use of separate message stores and ↵Robert Godfrey2013-08-219-48/+114
| | | | | | configuration stores git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516140 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5087 : [Java Broker] Allow use of separate message stores and ↵Robert Godfrey2013-08-211-2/+2
| | | | | | configuration stores git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516136 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5088 : [Java Broker] fix NPE when null queue name is looked up in the ↵Robert Godfrey2013-08-211-1/+1
| | | | | | queue registry git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516121 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to ↵Robert Godfrey2013-08-21106-1009/+606
| | | | | | 0-8/9/9-1 protocol specific plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516058 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5087 : [Java Broker] Allow use of separate message stores and ↵Robert Godfrey2013-08-2035-132/+1337
| | | | | | configuration stores git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515914 13f79535-47bb-0310-9956-ffa450edef68
* [QPID-5082] Updated documentation to reflect new configuration changeWeston M. Price2013-08-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515356 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5081 : [Java Broker] Refactor Queue Creation - allow integer argument ↵Robert Godfrey2013-08-191-1/+1
| | | | | | for qpid.shared_msg_group git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-181-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515170 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-1860-883/+1419
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515079 13f79535-47bb-0310-9956-ffa450edef68
* [NO-JIRA] Changed JCA adapter to not use ConnectionPerHandler for ↵Weston M. Price2013-08-171-2/+2
| | | | | | performance reasons git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515037 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5050: Move invocation of ExceptionListener to after the failoverMutex ↵Keith Wall2013-08-164-32/+290
| | | | | | | | | | | | | is released avoiding deadlock possibility Previously, the ExceptionListener was invoked whilst the failoverMutex was held, between the two potential state changes (connection state change and session state change). This commit reorders the statements so that the ExceptionListner is fired after the failoverMutex is released. It also means that the ExceptionListener is fired *after* both connection/session have undergone any state changes. The exceptionListener member is also made thread safe. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514664 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5074: update broker binary release tar process to handle plugins with ↵Robert Gemmell2013-08-168-8/+37
| | | | | | dependencies, fix issues with generated poms git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514654 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5073 : Add dependency on alternate exchange for queues where such an ↵Robert Godfrey2013-08-161-17/+15
| | | | | | alternate is set git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514640 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5073 : Add dependency on alternate exchange for queues where such an ↵Robert Godfrey2013-08-162-39/+167
| | | | | | alternate is set git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514639 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5073 : [Java Broker] Refactor DurableConfigurationStore recovery to ↵Robert Godfrey2013-08-1534-650/+1842
| | | | | | allow for additional configured object children other than just Exchange/Binding/Queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514360 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fixed Eclipse project generation - project name suffix now has ↵Phil Harvey2013-08-141-0/+1
| | | | | | default value git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1513726 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512368 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-6/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512351 13f79535-47bb-0310-9956-ffa450edef68