summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main/java/org/apache/tuscany/sca/binding/jms/provider (unfollow)
Commit message (Expand)AuthorFilesLines
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
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-11-18Update to avoid index out of bounds exception with 1 character operation namesantelder1-1/+1
2011-11-09Update the JMS binding so that the message format may be either AXIOM or DOM....antelder7-101/+342
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 getDefaultRequestTimeout methodantelder1-0/+2
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-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...edwardsmj2-3/+4
2010-12-20Extending binding-jms-runtime to provide native async service invocation with...edwardsmj4-26/+223
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-10-21Set JMSReplyTo based on the latest binding.jms specrfeng1-1/+3
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-14BJM_3020 Validate that activationSpec is not used on a referencebdaniel1-0/+3
2010-08-30Add support for ActivationSpec error conditionsbdaniel2-0/+15
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-18Update to better handle messages where the operation can not be determinedantelder1-1/+1
2010-08-17Add interceptor to handle setting properties on the response messageantelder1-0/+4
2010-08-13Don't do create-if-not-exist when using the jms:jndi: url format, and don't w...antelder2-1/+4
2010-07-29Sanity check the service binding response activation specantelder1-0/+4
2010-06-05Setting svn:eol-style for java and xml filesrfeng4-154/+154
2010-03-16Remove some now unneeded uses of DataExchangeSemanticsantelder1-7/+1
2010-02-03Finish moving all the JMS binding off the AXIOM databinding to the DOM based ...antelder3-65/+80
2009-11-20Moving 2.x trunklresende17-0/+2469