summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
* Back out changes for JIRA TUSCANY 4019. scaOperationName is being used to ↵jennthom2012-02-242-0/+11
| | | | | | correlate non-persistent asynch responses. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1293420 13f79535-47bb-0310-9956-ffa450edef68
* Fix for JIRA TUSCANY 4019 - remote scsOperationName from response messages.jennthom2012-02-242-11/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1293172 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4018 - Apply Jennifers patch to correct the setting of reponse JMS ↵slaws2012-02-211-6/+3
| | | | | | header values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291715 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4011 - stop the SCDL callback binding configuration from being ↵slaws2012-02-094-28/+22
| | | | | | 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
* The operation name property is only for request messages so don't set it on ↵antelder2012-02-071-8/+0
| | | | | | the response git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241570 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
* Add meta-inf/service file for all the MessageProcessorsantelder2012-01-241-0/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235223 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
* TUSCANY-4008: Apply patch from Jennifer A Thompson to fix JMS binding ↵antelder2012-01-241-5/+8
| | | | | | operationProperties 'selectedOperation' element not selecting the correct operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235181 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4002: Apply patch from Jennifer Thompson to support get/set ↵antelder2012-01-071-0/+15
| | | | | | properties on the JMS binding Context object git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1228596 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in ↵slaws2012-01-062-9/+6
| | | | | | the way that callbacks are handled now. See JIRA for more comments on this first change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1228150 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
* TUSCANY-3890 - separate the request wrapper model from the response wrapper ↵slaws2011-12-135-9/+9
| | | | | | model as per the change in 1.x under TUSCANY-2931. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213702 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
* Add missing manifest entryslaws2011-11-141-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201719 13f79535-47bb-0310-9956-ffa450edef68
* Update to fix compliance test BJM_4011 - if the operation isn't found ensure ↵antelder2011-11-101-1/+1
| | | | | | a failure response is sent if possible git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200378 13f79535-47bb-0310-9956-ffa450edef68
* Update the JMS binding so that the message format may be either AXIOM or ↵antelder2011-11-0919-182/+406
| | | | | | 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 setRequestTimeout methodantelder2011-11-081-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199184 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
* Add missing importsslaws2011-11-041-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197543 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3973 ↵antelder2011-11-031-1/+3
| | | | | | OperationSelectorJMSDefaultServiceInterceptor.getTargetOperation() should also handle wireformat type WireFormatJMSBytesXML git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197161 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3970 Improve error handling in TransportServiceInterceptor.invoke()antelder2011-11-031-8/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197137 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-15/+0
| | | | | | module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197114 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 the setting of the JMS callback destination from request properties for ↵antelder2011-09-121-11/+21
| | | | | | the JMS binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169722 13f79535-47bb-0310-9956-ffa450edef68
* Update jms wireformats to fix NPE with async servicesantelder2011-08-235-6/+53
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1160610 13f79535-47bb-0310-9956-ffa450edef68
* Fix jms text wireformat to work with async servicesantelder2011-08-193-4/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159781 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE in jmsObject wireformat with async servicesantelder2011-08-193-4/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159761 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-115-15/+40
| | | | | | under TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057651 13f79535-47bb-0310-9956-ffa450edef68
* Add exclusion to ActiveMQ dependency. Also why is this dependency here and ↵slaws2010-12-231-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
* Extend AsyncResponseInvoker to be Generic to cope with binding-specific ↵edwardsmj2010-12-211-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
* Extending binding-jms-runtime to provide native async service invocation ↵edwardsmj2010-12-2029-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
* 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-104-4/+51
| | | | | | TUSCANY-3808 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044330 13f79535-47bb-0310-9956-ffa450edef68
* Restructure the handling of callback destination in ↵edwardsmj2010-12-091-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
* Enable binding.jms to deal with the MessageID sent as part of an async ↵edwardsmj2010-12-092-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
* Added manifest entries for missing package dependencies, for TUSCANY-3803edwardsmj2010-12-021-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041306 13f79535-47bb-0310-9956-ffa450edef68