summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main/java/org/apache/tuscany/sca/binding/jms (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-24Back out changes for JIRA TUSCANY 4019. scaOperationName is being used to cor...jennthom2-0/+11
2012-02-24Fix for JIRA TUSCANY 4019 - remote scsOperationName from response messages.jennthom2-11/+0
2012-02-21TUSCANY-4018 - Apply Jennifers patch to correct the setting of reponse JMS he...slaws1-6/+3
2012-02-09TUSCANY-4011 - stop the SCDL callback binding configuration from being overwr...slaws4-28/+22
2012-02-07The operation name property is only for request messages so don't set it on t...antelder1-8/+0
2012-02-06When the JMS binding returns an fault message for an unexpected exception inc...antelder1-1/+1
2012-01-28TUSCANY-4009: Apply patch from Jennifer Thompson to fix Java2 Secuity Errors ...antelder1-5/+31
2012-01-26Fix the two failing JMS compliance tests that set callback destiantions in th...antelder1-12/+15
2012-01-26Update the JMS Axiom XML helper to create more correct wrapper elementsantelder1-9/+8
2012-01-24Add parentheses to force correct evaluationantelder1-1/+1
2012-01-24Change the JMS binding MessageProcessor discovery to use ServiceDiscovery so ...antelder1-21/+9
2012-01-24TUSCANY-4008: Apply patch from Jennifer A Thompson to fix JMS binding operati...antelder1-5/+8
2012-01-07TUSCANY-4002: Apply patch from Jennifer Thompson to support get/set properti...antelder1-0/+15
2012-01-06TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in t...slaws2-9/+6
2011-12-22Make fields protected so subclasses can accessantelder1-12/+12
2011-12-20Make fields protected so subclasses can useantelder1-19/+19
2011-12-20Change fields to be protected so subclasses can access themantelder1-3/+3
2011-12-20MOve the initilization of a default destination name to a seperate method so ...antelder1-10/+14
2011-12-13TUSCANY-3890 - separate the request wrapper model from the response wrapper m...slaws5-9/+9
2011-11-18Update to avoid index out of bounds exception with 1 character operation namesantelder1-1/+1
2011-11-10Update to fix compliance test BJM_4011 - if the operation isn't found ensure ...antelder1-1/+1
2011-11-09Update the JMS binding so that the message format may be either AXIOM or DOM....antelder18-182/+399
2011-11-08TUSCANY-3969: add fix from JIRA as suggested by Jennifer Thompson and Greg Dr...antelder1-0/+25
2011-11-08TUSCANY-3969: add a setRequestTimeout methodantelder1-0/+5
2011-11-08TUSCANY-3969: add a setRequestTimeout methodantelder1-0/+5
2011-11-08TUSCANY-3969: add a getDefaultRequestTimeout methodantelder1-0/+2
2011-11-03TUSCANY-3973 OperationSelectorJMSDefaultServiceInterceptor.getTargetOperation...antelder1-1/+3
2011-11-03TUSCANY-3970 Improve error handling in TransportServiceInterceptor.invoke()antelder1-8/+31
2011-11-03TUSCANY-3968: Add getJMSResourceFactory() method to JMSBindingReferenceBindin...antelder1-0/+4
2011-11-03Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq ...antelder1-61/+2
2011-09-12Fix the setting of the JMS callback destination from request properties for t...antelder1-11/+21
2011-08-23Update jms wireformats to fix NPE with async servicesantelder5-6/+53
2011-08-19Fix jms text wireformat to work with async servicesantelder3-4/+26
2011-08-19Fix NPE in jmsObject wireformat with async servicesantelder3-4/+26
2011-07-27Fix NPE which I think was just causing noise in the logs in the case of a 1-w...scottkurz1-3/+3
2011-07-11Remove SCABindingAsyncResponseInvoker. It isn't used because of the local opt...slaws1-1/+0
2011-01-11Complete enablement of the JMS Binding to deal with Async invocations - as un...edwardsmj5-15/+40
2010-12-21Extend AsyncResponseInvoker to be Generic to cope with binding-specific respo...edwardsmj1-2/+3
2010-12-20Extending binding-jms-runtime to provide native async service invocation with...edwardsmj28-103/+1150
2010-12-15Updating the fix for OSGi support to deal with error casesedwardsmj1-30/+56
2010-12-10Initial fixes to enable JMS runtime to work under OSGi as described in TUSCAN...edwardsmj2-3/+40
2010-12-09Restructure the handling of callback destination in CallbackDestinationInterc...edwardsmj1-35/+48
2010-12-09Enable binding.jms to deal with the MessageID sent as part of an async servic...edwardsmj2-0/+28
2010-10-25When the correlation scheme is set to correlationId then make sure a correlat...antelder1-3/+6
2010-10-21Set JMSReplyTo based on the latest binding.jms specrfeng2-2/+5
2010-10-20TUSCANY-3744: only set the callback destination from the request replyTo for ...antelder1-1/+1
2010-10-20TUSCANY-3736 BJM_4010 Make sure that the operationProperties selectedOperatio...bdaniel1-0/+6
2010-10-20Fix JMS refernces to honour the correlation attribute of the JMS bindingantelder1-4/+15
2010-10-04TUSCANY-3698: Apply patch from Padraig Myers to have the JMS binding handle u...antelder1-5/+30
2010-09-17Enhance the JAX-WS async client support and fix couple of issuesrfeng1-0/+5