summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main/java/org/apache/tuscany/sca/binding/jms/provider (follow)
Commit message (Expand)AuthorAgeFilesLines
* TUSCANY-4009: Apply patch from Jennifer Thompson to fix Java2 Secuity Errors ...antelder2012-01-281-5/+31
* Fix the two failing JMS compliance tests that set callback destiantions in th...antelder2012-01-261-12/+15
* Update the JMS Axiom XML helper to create more correct wrapper elementsantelder2012-01-261-9/+8
* Add parentheses to force correct evaluationantelder2012-01-241-1/+1
* Change the JMS binding MessageProcessor discovery to use ServiceDiscovery so ...antelder2012-01-241-21/+9
* Make fields protected so subclasses can accessantelder2011-12-221-12/+12
* 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
* Update to avoid index out of bounds exception with 1 character operation namesantelder2011-11-181-1/+1
* Update the JMS binding so that the message format may be either AXIOM or DOM....antelder2011-11-097-101/+342
* 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 getDefaultRequestTimeout methodantelder2011-11-081-0/+2
* 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 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-112-3/+4
* Extending binding-jms-runtime to provide native async service invocation with...edwardsmj2010-12-204-26/+223
* 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
* Set JMSReplyTo based on the latest binding.jms specrfeng2010-10-211-1/+3
* 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
* BJM_3020 Validate that activationSpec is not used on a referencebdaniel2010-09-141-0/+3
* Add support for ActivationSpec error conditionsbdaniel2010-08-302-0/+15
* 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
* Update to better handle messages where the operation can not be determinedantelder2010-08-181-1/+1
* Add interceptor to handle setting properties on the response messageantelder2010-08-171-0/+4
* Don't do create-if-not-exist when using the jms:jndi: url format, and don't w...antelder2010-08-132-1/+4
* Sanity check the service binding response activation specantelder2010-07-291-0/+4
* Setting svn:eol-style for java and xml filesrfeng2010-06-054-154/+154
* Remove some now unneeded uses of DataExchangeSemanticsantelder2010-03-161-7/+1
* Finish moving all the JMS binding off the AXIOM databinding to the DOM based ...antelder2010-02-033-65/+80
* Moving 2.x trunklresende2009-11-2017-0/+2469