summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-3/+3
* Back out changes for JIRA TUSCANY 4019. scaOperationName is being used to cor...jennthom2012-02-242-0/+11
* Fix for JIRA TUSCANY 4019 - remote scsOperationName from response messages.jennthom2012-02-242-11/+0
* TUSCANY-4018 - Apply Jennifers patch to correct the setting of reponse JMS he...slaws2012-02-211-6/+3
* TUSCANY-4011 - stop the SCDL callback binding configuration from being overwr...slaws2012-02-094-28/+22
* The operation name property is only for request messages so don't set it on t...antelder2012-02-071-8/+0
* When the JMS binding returns an fault message for an unexpected exception inc...antelder2012-02-061-1/+1
* TUSCANY-4009: Apply patch from Jennifer Thompson to fix Java2 Secuity Errors ...antelder2012-01-281-5/+31
* Fix the two failing JMS compliance tests that set callback destiantions in th...antelder2012-01-261-12/+15
* Update the JMS Axiom XML helper to create more correct wrapper elementsantelder2012-01-261-9/+8
* Add parentheses to force correct evaluationantelder2012-01-241-1/+1
* Add meta-inf/service file for all the MessageProcessorsantelder2012-01-241-0/+25
* Change the JMS binding MessageProcessor discovery to use ServiceDiscovery so ...antelder2012-01-241-21/+9
* TUSCANY-4008: Apply patch from Jennifer A Thompson to fix JMS binding operati...antelder2012-01-241-5/+8
* TUSCANY-4002: Apply patch from Jennifer Thompson to support get/set properti...antelder2012-01-071-0/+15
* TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in t...slaws2012-01-062-9/+6
* Make fields protected so subclasses can accessantelder2011-12-221-12/+12
* Make fields protected so subclasses can useantelder2011-12-201-19/+19
* Change fields to be protected so subclasses can access themantelder2011-12-201-3/+3
* MOve the initilization of a default destination name to a seperate method so ...antelder2011-12-201-10/+14
* TUSCANY-3890 - separate the request wrapper model from the response wrapper m...slaws2011-12-135-9/+9
* Update to avoid index out of bounds exception with 1 character operation namesantelder2011-11-181-1/+1
* Add missing manifest entryslaws2011-11-141-0/+1
* Update to fix compliance test BJM_4011 - if the operation isn't found ensure ...antelder2011-11-101-1/+1
* Update the JMS binding so that the message format may be either AXIOM or DOM....antelder2011-11-0919-182/+406
* TUSCANY-3969: add fix from JIRA as suggested by Jennifer Thompson and Greg Dr...antelder2011-11-081-0/+25
* TUSCANY-3969: add a setRequestTimeout methodantelder2011-11-081-0/+5
* TUSCANY-3969: add a setRequestTimeout methodantelder2011-11-081-0/+5
* TUSCANY-3969: add a getDefaultRequestTimeout methodantelder2011-11-081-0/+2
* Add missing importsslaws2011-11-041-0/+2
* TUSCANY-3973 OperationSelectorJMSDefaultServiceInterceptor.getTargetOperation...antelder2011-11-031-1/+3
* TUSCANY-3970 Improve error handling in TransportServiceInterceptor.invoke()antelder2011-11-031-8/+31
* TUSCANY-3968: Add getJMSResourceFactory() method to JMSBindingReferenceBindin...antelder2011-11-031-0/+4
* Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq ...antelder2011-11-031-15/+0
* Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq ...antelder2011-11-031-61/+2
* Fix the setting of the JMS callback destination from request properties for t...antelder2011-09-121-11/+21
* Update jms wireformats to fix NPE with async servicesantelder2011-08-235-6/+53
* Fix jms text wireformat to work with async servicesantelder2011-08-193-4/+26
* Fix NPE in jmsObject wireformat with async servicesantelder2011-08-193-4/+26
* Fix NPE which I think was just causing noise in the logs in the case of a 1-w...scottkurz2011-07-271-3/+3
* Remove SCABindingAsyncResponseInvoker. It isn't used because of the local opt...slaws2011-07-111-1/+0
* Complete enablement of the JMS Binding to deal with Async invocations - as un...edwardsmj2011-01-115-15/+40
* Add exclusion to ActiveMQ dependency. Also why is this dependency here and no...slaws2010-12-231-1/+8
* Extend AsyncResponseInvoker to be Generic to cope with binding-specific respo...edwardsmj2010-12-211-2/+3
* Extending binding-jms-runtime to provide native async service invocation with...edwardsmj2010-12-2029-103/+1151
* Updating the fix for OSGi support to deal with error casesedwardsmj2010-12-151-30/+56
* Initial fixes to enable JMS runtime to work under OSGi as described in TUSCAN...edwardsmj2010-12-104-4/+51
* Restructure the handling of callback destination in CallbackDestinationInterc...edwardsmj2010-12-091-35/+48
* Enable binding.jms to deal with the MessageID sent as part of an async servic...edwardsmj2010-12-092-0/+28
* Added manifest entries for missing package dependencies, for TUSCANY-3803edwardsmj2010-12-021-0/+2