summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main/java/org/apache/tuscany (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-0918-182/+399
* 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
* 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-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
* 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-2028-103/+1150
* 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-102-3/+40
* 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
* When the correlation scheme is set to correlationId then make sure a correlat...antelder2010-10-251-3/+6
* Set JMSReplyTo based on the latest binding.jms specrfeng2010-10-212-2/+5
* TUSCANY-3744: only set the callback destination from the request replyTo for ...antelder2010-10-201-1/+1
* TUSCANY-3736 BJM_4010 Make sure that the operationProperties selectedOperatio...bdaniel2010-10-201-0/+6
* Fix JMS refernces to honour the correlation attribute of the JMS bindingantelder2010-10-201-4/+15
* TUSCANY-3698: Apply patch from Padraig Myers to have the JMS binding handle u...antelder2010-10-041-5/+30
* Enhance the JAX-WS async client support and fix couple of issuesrfeng2010-09-171-0/+5
* Update jms binding to callback interceptor to support jms: uri format callbac...antelder2010-09-141-0/+8
* BJM_3020 Validate that activationSpec is not used on a referencebdaniel2010-09-141-0/+3
* Use JMS ReplyTo as callback desitnation when scaCallbackDestination property ...bdaniel2010-09-141-2/+12
* BJM_6015D Make sure scaCallbackDestination property is honoredbdaniel2010-09-101-18/+15
* TUSCANY-3673 Update JMS binding model to separate out type/priority/deliveryM...bdaniel2010-09-083-67/+61
* Add support for ActivationSpec error conditionsbdaniel2010-08-303-6/+51
* Don't try to lookup a destination if the jndiName is nullbdaniel2010-08-301-0/+3
* Update jms conection factory look up to check the type of the looked up objectantelder2010-08-301-2/+6
* BJM_4003 Set the "scaOperationName" property on response messages when using ...bdaniel2010-08-261-0/+12
* For callbacks with a oneway MEP set the JMSReplyTo with the callback destinationantelder2010-08-241-2/+10
* Update to better handle messages where the operation can not be determinedantelder2010-08-183-16/+18
* Add interceptor to handle setting properties on the response messageantelder2010-08-172-0/+87
* Don't do create-if-not-exist when using the jms:jndi: url format, and don't w...antelder2010-08-133-2/+7
* Correct code thats tryng to get at the root element local name so that it worksantelder2010-08-121-10/+16
* Correctly set jms headers on the response messageantelder2010-08-121-2/+16