summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-09-14Update jms binding to callback interceptor to support jms: uri format callbac...antelder1-0/+8
2010-09-14BJM_3020 Validate that activationSpec is not used on a referencebdaniel1-0/+3
2010-09-14Use JMS ReplyTo as callback desitnation when scaCallbackDestination property ...bdaniel1-2/+12
2010-09-10BJM_6015D Make sure scaCallbackDestination property is honoredbdaniel1-18/+15
2010-09-08TUSCANY-3673 Update JMS binding model to separate out type/priority/deliveryM...bdaniel3-67/+61
2010-08-30Add support for ActivationSpec error conditionsbdaniel3-6/+51
2010-08-30Don't try to lookup a destination if the jndiName is nullbdaniel1-0/+3
2010-08-30Update jms conection factory look up to check the type of the looked up objectantelder1-2/+6
2010-08-26BJM_4003 Set the "scaOperationName" property on response messages when using ...bdaniel1-0/+12
2010-08-24For callbacks with a oneway MEP set the JMSReplyTo with the callback destinationantelder1-2/+10
2010-08-18Update to better handle messages where the operation can not be determinedantelder3-16/+18
2010-08-17Add interceptor to handle setting properties on the response messageantelder2-0/+87
2010-08-13Don't do create-if-not-exist when using the jms:jndi: url format, and don't w...antelder3-2/+7
2010-08-12Correct code thats tryng to get at the root element local name so that it worksantelder1-10/+16
2010-08-12Correctly set jms headers on the response messageantelder1-2/+16
2010-08-12Validate that jndi lookup returns the expected jms destination typeantelder1-0/+17