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 (Collapse)AuthorAgeFilesLines
* TUSCANY-4011 - stop the SCDL callback binding configuration from being ↵slaws2012-02-091-0/+9
| | | | | | overwritten. The JMS binding strangely relied on this so required some surgery. I've also simplified CallbackServiceReference and added a CALLBACK message header and CallbackHandler object to make is simpler to pass the callback address down the message chain. The existing approach of creating a CallbackEndpoint model is still supported at the moment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1242412 13f79535-47bb-0310-9956-ffa450edef68
* When the JMS binding returns an fault message for an unexpected exception ↵antelder2012-02-061-1/+1
| | | | | | include the exception class name in the message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1240983 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4009: Apply patch from Jennifer Thompson to fix Java2 Secuity Errors ↵antelder2012-01-281-5/+31
| | | | | | in JMSMessageProcessorUtil git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237030 13f79535-47bb-0310-9956-ffa450edef68
* Fix the two failing JMS compliance tests that set callback destiantions in ↵antelder2012-01-261-12/+15
| | | | | | the request message. I'm not sure if its whats intended after the recent callback changes but this gets the JMS compliance tests working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236275 13f79535-47bb-0310-9956-ffa450edef68
* Update the JMS Axiom XML helper to create more correct wrapper elementsantelder2012-01-261-9/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236153 13f79535-47bb-0310-9956-ffa450edef68
* Add parentheses to force correct evaluationantelder2012-01-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235257 13f79535-47bb-0310-9956-ffa450edef68
* Change the JMS binding MessageProcessor discovery to use ServiceDiscovery so ↵antelder2012-01-241-21/+9
| | | | | | that additional processors can be added in OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235221 13f79535-47bb-0310-9956-ffa450edef68
* Make fields protected so subclasses can accessantelder2011-12-221-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1222193 13f79535-47bb-0310-9956-ffa450edef68
* Make fields protected so subclasses can useantelder2011-12-201-19/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221449 13f79535-47bb-0310-9956-ffa450edef68
* Change fields to be protected so subclasses can access themantelder2011-12-201-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221272 13f79535-47bb-0310-9956-ffa450edef68
* MOve the initilization of a default destination name to a seperate method so ↵antelder2011-12-201-10/+14
| | | | | | it can be overriden by subclasses git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221271 13f79535-47bb-0310-9956-ffa450edef68
* Update to avoid index out of bounds exception with 1 character operation namesantelder2011-11-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1203686 13f79535-47bb-0310-9956-ffa450edef68
* Update the JMS binding so that the message format may be either AXIOM or ↵antelder2011-11-097-101/+342
| | | | | | DOM. The default is still DOM as that minimizes the required dependencies but you can now configure it to use AXIOM OMElements which are optimized in some runtime environments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199797 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3969: add fix from JIRA as suggested by Jennifer Thompson and Greg ↵antelder2011-11-081-0/+25
| | | | | | Dritschler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199186 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3969: add a setRequestTimeout methodantelder2011-11-081-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199185 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3969: add a getDefaultRequestTimeout methodantelder2011-11-081-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199183 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3968: Add getJMSResourceFactory() method to ↵antelder2011-11-031-0/+4
| | | | | | JMSBindingReferenceBindingProvider git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197122 13f79535-47bb-0310-9956-ffa450edef68
* Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq ↵antelder2011-11-031-61/+2
| | | | | | module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197113 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE which I think was just causing noise in the logs in the case of a ↵scottkurz2011-07-271-3/+3
| | | | | | 1-way operation, as we were hitting NPE in the response path but never needed to send a response anyway. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151643 13f79535-47bb-0310-9956-ffa450edef68
* Remove SCABindingAsyncResponseInvoker. It isn't used because of the local ↵slaws2011-07-111-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
* Complete enablement of the JMS Binding to deal with Async invocations - as ↵edwardsmj2011-01-112-3/+4
| | | | | | under TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057651 13f79535-47bb-0310-9956-ffa450edef68
* Extending binding-jms-runtime to provide native async service invocation ↵edwardsmj2010-12-204-26/+223
| | | | | | 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
* Updating the fix for OSGi support to deal with error casesedwardsmj2010-12-151-30/+56
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049443 13f79535-47bb-0310-9956-ffa450edef68
* Initial fixes to enable JMS runtime to work under OSGi as described in ↵edwardsmj2010-12-102-3/+40
| | | | | | TUSCANY-3808 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044330 13f79535-47bb-0310-9956-ffa450edef68
* Set JMSReplyTo based on the latest binding.jms specrfeng2010-10-211-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026126 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3698: Apply patch from Padraig Myers to have the JMS binding handle ↵antelder2010-10-041-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
* Enhance the JAX-WS async client support and fix couple of issuesrfeng2010-09-171-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998309 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
* Add support for ActivationSpec error conditionsbdaniel2010-08-302-0/+15
| | | | 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
* Update to better handle messages where the operation can not be determinedantelder2010-08-181-1/+1
| | | | 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-171-0/+4
| | | | 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-132-1/+4
| | | | | | wrap jms exceptions in another jms exception git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985173 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-054-154/+154
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 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
* Finish moving all the JMS binding off the AXIOM databinding to the DOM based ↵antelder2010-02-033-65/+80
| | | | | | 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
* Moving 2.x trunklresende2009-11-2017-0/+2469
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68