summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-11Remove SCABindingAsyncResponseInvoker. It isn't used because of the local ↵slaws1-1/+0
optimization and it's function can be found in the LocalSCABindingInvocationInterceptor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145192 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Complete enablement of the JMS Binding to deal with Async invocations - as ↵edwardsmj5-15/+40
under TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057651 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Add exclusion to ActiveMQ dependency. Also why is this dependency here and ↵slaws1-1/+8
not in the ActiveMQ specific module? git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052248 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21Extend AsyncResponseInvoker to be Generic to cope with binding-specific ↵edwardsmj1-2/+3
response address information - under TUSCANY-3807 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051465 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20Extending binding-jms-runtime to provide native async service invocation ↵edwardsmj29-103/+1151
with separate forward request messages and back response messages - as described in TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051255 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15Updating the fix for OSGi support to deal with error casesedwardsmj1-30/+56
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049443 13f79535-47bb-0310-9956-ffa450edef68
2010-12-10Initial fixes to enable JMS runtime to work under OSGi as described in ↵edwardsmj4-4/+51
TUSCANY-3808 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044330 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09Restructure the handling of callback destination in ↵edwardsmj1-35/+48
CallbackDestinationInterceptor to deal with Async service invocation as well as true Callback interfaces - as in TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044038 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09Enable binding.jms to deal with the MessageID sent as part of an async ↵edwardsmj2-0/+28
service invocation - as described in TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044035 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02Added manifest entries for missing package dependencies, for TUSCANY-3803edwardsmj1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041306 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25When the correlation scheme is set to correlationId then make sure a ↵antelder1-3/+6
correlationid is set on a request message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027105 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21Set JMSReplyTo based on the latest binding.jms specrfeng2-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026126 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20TUSCANY-3744: only set the callback destination from the request replyTo for ↵antelder1-1/+1
oneWay requests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025790 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20TUSCANY-3736 BJM_4010 Make sure that the operationProperties ↵bdaniel1-0/+6
selectedOperation attribute is considered when selecting an operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025772 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20Fix JMS refernces to honour the correlation attribute of the JMS bindingantelder1-4/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025695 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Update jms binding to use base + extension styleantelder1-60/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022732 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04TUSCANY-3698: Apply patch from Padraig Myers to have the JMS binding handle ↵antelder1-5/+30
unchecked exceptions by sending back the full exceptioninfo in a RuntimeException git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004156 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Enhance the JAX-WS async client support and fix couple of issuesrfeng1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998309 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Update jms binding to callback interceptor to support jms: uri format ↵antelder1-0/+8
callback q property values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997103 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14BJM_3020 Validate that activationSpec is not used on a referencebdaniel1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996943 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Use JMS ReplyTo as callback desitnation when scaCallbackDestination property ↵bdaniel1-2/+12
is not set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996765 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10BJM_6015D Make sure scaCallbackDestination property is honoredbdaniel1-18/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995916 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08TUSCANY-3673 Update JMS binding model to separate out ↵bdaniel3-67/+61
type/priority/deliveryMode/timeToLive attributes originating from the uri, operation prop headers, and headers. Also use that information in the runtime to correctly determine the value that is used when more than one is specified. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993564 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Add support for ActivationSpec error conditionsbdaniel5-6/+58
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990951 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Don't try to lookup a destination if the jndiName is nullbdaniel1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990864 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Update jms conection factory look up to check the type of the looked up objectantelder1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990711 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26BJM_4003 Set the "scaOperationName" property on response messages when using ↵bdaniel1-0/+12
default wire format git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989803 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24For callbacks with a oneway MEP set the JMSReplyTo with the callback destinationantelder1-2/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988619 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18Update to better handle messages where the operation can not be determinedantelder3-16/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986730 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17Add interceptor to handle setting properties on the response messageantelder2-0/+87
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986314 13f79535-47bb-0310-9956-ffa450edef68
2010-08-13Don't do create-if-not-exist when using the jms:jndi: url format, and don't ↵antelder3-2/+7
wrap jms exceptions in another jms exception git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985173 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12Correct code thats tryng to get at the root element local name so that it worksantelder1-10/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984847 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12Correctly set jms headers on the response messageantelder1-2/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984792 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12Validate that jndi lookup returns the expected jms destination typeantelder1-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984754 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30TUSCANY-3634: ensure jms session is closed for oneway requestsantelder1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980734 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29Sanity check the service binding response activation specantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980444 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Setting svn:eol-style for java and xml filesrfeng13-938/+938
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use indicated ↵kelvingoodson3-11/+0
binding-jms-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938357 13f79535-47bb-0310-9956-ffa450edef68
2010-04-23Update to work with ActiveMq 5.3antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937189 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Remove some now unneeded uses of DataExchangeSemanticsantelder1-7/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923761 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng1-1/+1
status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws3-87/+11
replace binding-ws-axis2 and binding binding-ws-axis2-policy with binding-ws-runtime-axis which is still very much a work in progress 2) correct the axis/axiom version references across the project and make the various OSGi environments work 3) start fixing policy provides to allow the ws binding to exploit the binding wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906557 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03Finish moving all the JMS binding off the AXIOM databinding to the DOM based ↵antelder12-120/+139
one. Theres an intermittent issue with the JMS callbacks itest where trailing spaces seem to sometimes get lost, i'll take that itest out of the build for now while its investigated git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906021 13f79535-47bb-0310-9956-ffa450edef68
2010-02-02Remove unused imports to avoid osgi violationsrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905821 13f79535-47bb-0310-9956-ffa450edef68
2010-02-01Get the JMS callbacks itest workingantelder1-11/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905306 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Update to use junit 4.8.1 and add explicit surefire plugin configs which ↵antelder1-1/+1
disable paralell test running on the modules that currently don't work with that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901133 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24Rename package to avoid split packages rfeng3-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883560 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende89-0/+9330
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68