summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main/java/org/apache/tuscany/sca (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update jms binding to callback interceptor to support jms: uri format ↵antelder2010-09-141-0/+8
| | | | | | callback q property values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997103 13f79535-47bb-0310-9956-ffa450edef68
* BJM_3020 Validate that activationSpec is not used on a referencebdaniel2010-09-141-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996943 13f79535-47bb-0310-9956-ffa450edef68
* Use JMS ReplyTo as callback desitnation when scaCallbackDestination property ↵bdaniel2010-09-141-2/+12
| | | | | | is not set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996765 13f79535-47bb-0310-9956-ffa450edef68
* BJM_6015D Make sure scaCallbackDestination property is honoredbdaniel2010-09-101-18/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995916 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3673 Update JMS binding model to separate out ↵bdaniel2010-09-083-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
* Add support for ActivationSpec error conditionsbdaniel2010-08-303-6/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990951 13f79535-47bb-0310-9956-ffa450edef68
* Don't try to lookup a destination if the jndiName is nullbdaniel2010-08-301-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990864 13f79535-47bb-0310-9956-ffa450edef68
* Update jms conection factory look up to check the type of the looked up objectantelder2010-08-301-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990711 13f79535-47bb-0310-9956-ffa450edef68
* BJM_4003 Set the "scaOperationName" property on response messages when using ↵bdaniel2010-08-261-0/+12
| | | | | | default wire format git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989803 13f79535-47bb-0310-9956-ffa450edef68
* For callbacks with a oneway MEP set the JMSReplyTo with the callback destinationantelder2010-08-241-2/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988619 13f79535-47bb-0310-9956-ffa450edef68
* Update to better handle messages where the operation can not be determinedantelder2010-08-183-16/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986730 13f79535-47bb-0310-9956-ffa450edef68
* Add interceptor to handle setting properties on the response messageantelder2010-08-172-0/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986314 13f79535-47bb-0310-9956-ffa450edef68
* Don't do create-if-not-exist when using the jms:jndi: url format, and don't ↵antelder2010-08-133-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
* Correct code thats tryng to get at the root element local name so that it worksantelder2010-08-121-10/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984847 13f79535-47bb-0310-9956-ffa450edef68
* Correctly set jms headers on the response messageantelder2010-08-121-2/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984792 13f79535-47bb-0310-9956-ffa450edef68
* Validate that jndi lookup returns the expected jms destination typeantelder2010-08-121-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984754 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3634: ensure jms session is closed for oneway requestsantelder2010-07-301-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980734 13f79535-47bb-0310-9956-ffa450edef68
* Sanity check the service binding response activation specantelder2010-07-291-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980444 13f79535-47bb-0310-9956-ffa450edef68
* Setting svn:eol-style for java and xml filesrfeng2010-06-0512-709/+709
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use indicated ↵kelvingoodson2010-04-273-11/+0
| | | | | | binding-jms-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938357 13f79535-47bb-0310-9956-ffa450edef68
* Update to work with ActiveMq 5.3antelder2010-04-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937189 13f79535-47bb-0310-9956-ffa450edef68
* Remove some now unneeded uses of DataExchangeSemanticsantelder2010-03-161-7/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923761 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng2010-02-261-1/+1
| | | | | | status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
* Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws2010-02-043-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
* Finish moving all the JMS binding off the AXIOM databinding to the DOM based ↵antelder2010-02-0311-119/+138
| | | | | | 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
* Remove unused imports to avoid osgi violationsrfeng2010-02-021-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905821 13f79535-47bb-0310-9956-ffa450edef68
* Get the JMS callbacks itest workingantelder2010-02-011-11/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905306 13f79535-47bb-0310-9956-ffa450edef68
* Rename package to avoid split packages rfeng2009-11-243-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883560 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2075-0/+8469
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68