summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA: ensure the ivy lib dir isnt relative to the current build locationdep_removalRobert Gemmell2012-05-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1336447 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: move the optional bdbstore module dependency over to being ↵Robert Gemmell2012-05-095-24/+29
| | | | | | downloaded using Ivy, add -Doptional.dependencies=true flag for use in triggering all optional dep downloads at once in future git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1336445 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: change default to a resolver chain to which additional individual ↵Robert Gemmell2012-05-081-1/+9
| | | | | | sources can be added, restore presence of the 'public' resolver git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1335836 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: update dependencies to match trunkRobert Gemmell2012-05-0816-36/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1335832 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: update use of Ivy to download dependenciesRobert Gemmell2012-05-085-41/+45
| | | | | | | | - Retrieve the mandatory dependencies into a 'required' subdir to allow turning on sync mode during retrieval - Lay groundwork for multiple retrieval confs to support retrieving optional dependencies in similar fashion on request git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1335808 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: add git/svn ignores for .jar files in the qpid/java/lib dirRobert Gemmell2012-05-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1334818 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: use Ivy to download the dependenciesRobert Gemmell2012-05-068-98/+185
| | | | | | | | | | | | - Merge upload.xml into main common.xml/build.xml file, functionality is now the upload target. - Update the global build target to automatically download Ivy if required and retrieve dependencys (can be overriden). - Add configurable support for resolving against an m2 repo (default, central repo), or a flat folder of jars in the filesystem (as previously used). - Update build process to allow using full filename for the javacc dependency. - Update jython version to allow downloading the dependency, clarify that its the 'standalone' version in use. - Update ivy files to use variables instead of hard coded values for project version etc. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1334816 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: remove dependency jarsRobert Gemmell2012-05-0629-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1334815 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: create branch for testing removal of dependencies from the java treeRobert Gemmell2012-05-060-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1334812 13f79535-47bb-0310-9956-ffa450edef68
* Don't go through the IOCP wait if the poller is shut down. Fixes QPID-3982.Stephen D. Huston2012-05-051-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1334487 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3767: fix queue replicator nameKenneth Anthony Giusti2012-05-041-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1334139 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3767: re-index bridge and link by constant name, not addressKenneth Anthony Giusti2012-05-0421-273/+984
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1334138 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: JCA CleanupWeston M. Price2012-05-043-10/+9
| | | | | | | | | *Renamed module.name in JCA project to be in line with directory *Removed hack in build.deps to satisfy system tests and jca compile time dependencies *Added Apache Geronimo servlet jar for JCA examples git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1334080 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3791: PropertiesFileInitialContextFactory cannot open file URLWeston M. Price2012-05-031-19/+0
| | | | | | | | | | *Removing new test for now as absolute file path is not working on test machine *Excludes mechanism did not work to remove a single test, or the entire class *Will rework git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333645 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3971: PropertiesFileInitialContextFactory cannot open file URLWeston M. Price2012-05-034-39/+114
| | | | | | | | | | *Added capability to read java.naming.provider.url from file:// URI *Added PropertiesFileInitialContextFactoryTest *Moved functionaly from old JNDIPropertiesTest to new test class *Minor cleanup. Added @SuppressWarnings annotation to PropertiesFileInitialContext git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3745: Improve JCA DocumentationWeston M. Price2012-05-031-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333585 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'QPID-3957' into trunkWeston M. Price2012-05-031-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3878:Weston M. Price2012-05-0312-584/+641
| | | | | | | | | | | | | QpidActivation should use connection per inbound listener Added ability to configure inbound listener multiplex behavior Added new property to ra.xml Updated README.txt to reflect changes Added Serialization unit tests for ActivationSpec and ResourceAdapter Contributions from Kevin Conner git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333473 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3799 and QPID-2616 Various C++ broker ACL changesCharles E. Rolke2012-05-021-195/+236
| | | | | | | | | | * New rule matching logic * Addition and removal of object properties * New command line switches git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333150 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2616 Count and limit client connections.Charles E. Rolke2012-05-023-15/+32
| | | | | | | | Bug fix: use Connection.getUserId() and not getUsername() to identify user and upgrade selftest to match. Add comment to Connection.h to suggest the particular pitfall. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333110 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2616 Count and limit client connections.Charles E. Rolke2012-05-015-7/+26
| | | | | | | | Add management statistic and event to record denied connections. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332788 13f79535-47bb-0310-9956-ffa450edef68
* Clarified that syntax for selector filter is based on the selector syntax in ↵Gordon Sim2012-05-011-3/+7
| | | | | | the JMS specification git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332680 13f79535-47bb-0310-9956-ffa450edef68
* Added proposed set of initial 1.0 filter definitionsGordon Sim2012-05-012-0/+758
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332672 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: update cluster version.Kenneth Anthony Giusti2012-05-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332660 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: fix test, add cluster log filters for link and broker stateKenneth Anthony Giusti2012-05-012-17/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332659 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: add testcase for federation and cluster failoverKenneth Anthony Giusti2012-05-011-0/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332658 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: replicate learned failover addresses to new cluster membersKenneth Anthony Giusti2012-05-016-3/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332657 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: use unique name for created session and queueKenneth Anthony Giusti2012-05-012-8/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332656 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: cleanups from reviewboard inputKenneth Anthony Giusti2012-05-012-21/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332655 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: fix naming of link exchange, and exchange creation/replication ↵Kenneth Anthony Giusti2012-05-014-32/+89
| | | | | | handling git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332654 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: subscribe link to remote broker's to amq.failover exchange.Kenneth Anthony Giusti2012-05-012-8/+127
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332653 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2616 Count and limit client connections.Charles E. Rolke2012-04-302-3/+69
| | | | | | | | Add self tests for connection counting feature. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332342 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3977: Add charting framework for new distributed test tool.Keith Wall2012-04-3039-5437/+5510
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332087 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: Performance Test Tool: Try to remove test queues in the event of ↵Keith Wall2012-04-301-0/+23
| | | | | | unexpected shutdown (Control-C etc) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332057 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2616 Count and limit client connectionsCharles E. Rolke2012-04-277-47/+353
| | | | | | | | Limit client connections by name and by host address. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1331549 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3965: Fix issue with converting ACL content to lower case Applied patch ↵Keith Wall2012-04-273-6/+10
| | | | | | by Oleksandr Rudyy <orudyy@gmail.com>, Phil Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1331342 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3722 : Tidy up Makefile and imagesRobert Godfrey2012-04-2626-350/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1331043 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3974: update statistics for dropped duplicate messages in replication ↵Gordon Sim2012-04-261-1/+7
| | | | | | exchange (patch from Pavel Moravec) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1331037 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: Produce aggregated batchSize and bring acknowledgeMode through to ↵Keith Wall2012-04-2617-77/+234
| | | | | | CSV file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330959 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3722 : Tidy up the document generation. Split docs by book, remove ↵Robert Godfrey2012-04-261-1/+1
| | | | | | monolithic book, use makefile to build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330929 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3722 : Tidy up the document generation. Split docs by book, remove ↵Robert Godfrey2012-04-26122-754/+406
| | | | | | monolithic book, use makefile to build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330925 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3722 : Add Apache license to xsl fileRobert Godfrey2012-04-261-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330702 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3722 : Make the chunked HTML presentation look like the rest of the websiteRobert Godfrey2012-04-262-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330698 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3722 : Make the chunked HTML presentation look like the rest of the websiteRobert Godfrey2012-04-251-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330579 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3722 : Make the chunked HTML presentation look like the rest of the websiteRobert Godfrey2012-04-253-3/+312
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330572 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3606 get windows builds going againCharles E. Rolke2012-04-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330403 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: Fix for ControllerAndClientTest that occasionally fails on slow CIKeith Wall2012-04-251-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330139 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3969 - Improved handling of unspecified arguments in QMFv2 method calls.Ted Ross2012-04-243-9/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329817 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: Add more logging to better understand the ControllerAndClientTest ↵Keith Wall2012-04-241-1/+6
| | | | | | that occasionally fails on a slow CI box git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329739 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: Add more logging to better understand the ControllerAndClientTest ↵Keith Wall2012-04-241-1/+8
| | | | | | that occasionally fails on a slow CI box git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329622 13f79535-47bb-0310-9956-ffa450edef68