summaryrefslogtreecommitdiff
path: root/qpid/java
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-0815-36/+36
| | | | 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: 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
* QPID-3767: re-index bridge and link by constant name, not addressKenneth Anthony Giusti2012-05-042-2/+20
| | | | 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-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-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-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-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-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
* QPID-3936: Change Performance Test Framework to support running of a series ↵Keith Wall2012-04-2332-195/+23522
| | | | | | of test definition files and the production of a separate CSV per test definition. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329215 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'QPID-3957' into trunkWeston M. Price2012-04-229-374/+648
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328987 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: add more debug logsKeith Wall2012-04-206-0/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328319 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: stop queue creator from leaving open session behindKeith Wall2012-04-204-32/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328318 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3864: fix licence URLRobert Gemmell2012-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327912 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3864: add missing licence headers to files in the java tree that are ↵Robert Gemmell2012-04-1912-0/+237
| | | | | | included in 0.16 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327905 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3923: fix the maven artefact generation proces, add dependency info for ↵Robert Gemmell2012-04-182-0/+44
| | | | | | jackson jars git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327692 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3959: ensure the test creates/removes its own ApplicationRegistry with ↵Robert Gemmell2012-04-181-2/+22
| | | | | | | | a null AuthenticationManager. Applied patch from Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327556 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : [Java AMQP 1-0] Fix durable subscribersRobert Godfrey2012-04-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327422 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3776: Add support for JBoss7 Application ServerWeston M. Price2012-04-185-34/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327380 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3955: Qpid JCA Adapter should throw ResourceException ifWeston M. Price2012-04-183-3/+98
| | | | | | | | TransactionManager Cannot be located. QPID-3956: Add WLSTransactionManagerLocatorClass. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327352 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3701Weston M. Price2012-04-1720-43/+485
| | | | | | | | | | | -Add support for Glassfish 3.1.1 AS -Add necessary configuration files for Glassfish support -Reworked JNDI naming conventions to be consistent across all supported app servers -Fixed NPE in QpidConnectionFactoryProxy -Added necessary documentation files for Glassfish support git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327294 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3734Weston M. Price2012-04-174-12/+14
| | | | | | | | | | | -Refactored JCA adapter to use AMQDestination Java Bean -Created two new destination AdminObjects to managed JCA destinations -Refactored examples to use new AdminObjects -Minor cleanup -Moved broker.address property to build-properties.xml git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327292 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : [Java AMQP 1-0] Fix durable subscribersRobert Godfrey2012-04-178-50/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327268 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability ↵Robert Godfrey2012-04-172-17/+35
| | | | | | of link to NONE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327044 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability ↵Robert Godfrey2012-04-171-1/+1
| | | | | | of link to NONE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327034 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability ↵Robert Godfrey2012-04-171-0/+5
| | | | | | of link to NONE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327030 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-17100-1788/+3880
| | | | | | Applied patch by Oleksandr Rudyy <orudyy@gmail.com>, Phil Harvey <phil@philharveyonline.com>, and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327003 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-171-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327000 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-171-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326998 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-173-8/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326997 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] JMSType propertyRobert Godfrey2012-04-162-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326628 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3749Weston M. Price2012-04-161-8/+8
| | | | | | | -Fixed typo in qpid-jca-ds.xml to conform to ra.xml admin object property. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326623 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3749Weston M. Price2012-04-167-140/+59
| | | | | | | | | -General cleanup of ResourceAdapter -Removed unused methods -Fixed typos in ra.xml -Changed default connectionURL to remove guest/guest git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326622 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: Performance Test Framework - Fix failing tests under JDK 1.7Keith Wall2012-04-162-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326616 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-161-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326569 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-161-12/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326565 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-161-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326558 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-168-10/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326555 13f79535-47bb-0310-9956-ffa450edef68