summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main/java/org/apache/tuscany (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-0918-182/+399
| | | | | | 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
* 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-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
* 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-2028-103/+1150
| | | | | | 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
* 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
* When the correlation scheme is set to correlationId then make sure a ↵antelder2010-10-251-3/+6
| | | | | | correlationid is set on a request message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027105 13f79535-47bb-0310-9956-ffa450edef68
* Set JMSReplyTo based on the latest binding.jms specrfeng2010-10-212-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026126 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3744: only set the callback destination from the request replyTo for ↵antelder2010-10-201-1/+1
| | | | | | oneWay requests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025790 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3736 BJM_4010 Make sure that the operationProperties ↵bdaniel2010-10-201-0/+6
| | | | | | selectedOperation attribute is considered when selecting an operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025772 13f79535-47bb-0310-9956-ffa450edef68
* Fix JMS refernces to honour the correlation attribute of the JMS bindingantelder2010-10-201-4/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025695 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
* 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