summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main/java/org/apache/tuscany (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-01-26Update the JMS Axiom XML helper to create more correct wrapper elementsantelder1-9/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236153 13f79535-47bb-0310-9956-ffa450edef68
2012-01-24Add parentheses to force correct evaluationantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235257 13f79535-47bb-0310-9956-ffa450edef68
2012-01-24Change the JMS binding MessageProcessor discovery to use ServiceDiscovery so ↵antelder1-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
2012-01-24TUSCANY-4008: Apply patch from Jennifer A Thompson to fix JMS binding ↵antelder1-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
2012-01-07TUSCANY-4002: Apply patch from Jennifer Thompson to support get/set ↵antelder1-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
2012-01-06TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in ↵slaws2-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
2011-12-22Make fields protected so subclasses can accessantelder1-12/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1222193 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20Make fields protected so subclasses can useantelder1-19/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221449 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20Change fields to be protected so subclasses can access themantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221272 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20MOve the initilization of a default destination name to a seperate method so ↵antelder1-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
2011-12-13TUSCANY-3890 - separate the request wrapper model from the response wrapper ↵slaws5-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
2011-11-18Update to avoid index out of bounds exception with 1 character operation namesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1203686 13f79535-47bb-0310-9956-ffa450edef68
2011-11-10Update to fix compliance test BJM_4011 - if the operation isn't found ensure ↵antelder1-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
2011-11-09Update the JMS binding so that the message format may be either AXIOM or ↵antelder18-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
2011-11-08TUSCANY-3969: add fix from JIRA as suggested by Jennifer Thompson and Greg ↵antelder1-0/+25
Dritschler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199186 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08TUSCANY-3969: add a setRequestTimeout methodantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199185 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08TUSCANY-3969: add a setRequestTimeout methodantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199184 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08TUSCANY-3969: add a getDefaultRequestTimeout methodantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199183 13f79535-47bb-0310-9956-ffa450edef68
2011-11-03TUSCANY-3973 ↵antelder1-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
2011-11-03TUSCANY-3970 Improve error handling in TransportServiceInterceptor.invoke()antelder1-8/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197137 13f79535-47bb-0310-9956-ffa450edef68
2011-11-03TUSCANY-3968: Add getJMSResourceFactory() method to ↵antelder1-0/+4
JMSBindingReferenceBindingProvider git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197122 13f79535-47bb-0310-9956-ffa450edef68
2011-11-03Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq ↵antelder1-61/+2
module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197113 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12Fix the setting of the JMS callback destination from request properties for ↵antelder1-11/+21
the JMS binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169722 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23Update jms wireformats to fix NPE with async servicesantelder5-6/+53
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1160610 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19Fix jms text wireformat to work with async servicesantelder3-4/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159781 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19Fix NPE in jmsObject wireformat with async servicesantelder3-4/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159761 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Fix NPE which I think was just causing noise in the logs in the case of a ↵scottkurz1-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
2011-07-11Remove SCABindingAsyncResponseInvoker. It isn't used because of the local ↵slaws1-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
2011-01-11Complete enablement of the JMS Binding to deal with Async invocations - as ↵edwardsmj5-15/+40
under TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057651 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21Extend AsyncResponseInvoker to be Generic to cope with binding-specific ↵edwardsmj1-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
2010-12-20Extending binding-jms-runtime to provide native async service invocation ↵edwardsmj28-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
2010-12-15Updating the fix for OSGi support to deal with error casesedwardsmj1-30/+56
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049443 13f79535-47bb-0310-9956-ffa450edef68
2010-12-10Initial fixes to enable JMS runtime to work under OSGi as described in ↵edwardsmj2-3/+40
TUSCANY-3808 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044330 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09Restructure the handling of callback destination in ↵edwardsmj1-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
2010-12-09Enable binding.jms to deal with the MessageID sent as part of an async ↵edwardsmj2-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
2010-10-25When the correlation scheme is set to correlationId then make sure a ↵antelder1-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
2010-10-21Set JMSReplyTo based on the latest binding.jms specrfeng2-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026126 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20TUSCANY-3744: only set the callback destination from the request replyTo for ↵antelder1-1/+1
oneWay requests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025790 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20TUSCANY-3736 BJM_4010 Make sure that the operationProperties ↵bdaniel1-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
2010-10-20Fix JMS refernces to honour the correlation attribute of the JMS bindingantelder1-4/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025695 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04TUSCANY-3698: Apply patch from Padraig Myers to have the JMS binding handle ↵antelder1-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
2010-09-17Enhance the JAX-WS async client support and fix couple of issuesrfeng1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998309 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Update jms binding to callback interceptor to support jms: uri format ↵antelder1-0/+8
callback q property values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997103 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14BJM_3020 Validate that activationSpec is not used on a referencebdaniel1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996943 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Use JMS ReplyTo as callback desitnation when scaCallbackDestination property ↵bdaniel1-2/+12
is not set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996765 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10BJM_6015D Make sure scaCallbackDestination property is honoredbdaniel1-18/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995916 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08TUSCANY-3673 Update JMS binding model to separate out ↵bdaniel3-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
2010-08-30Add support for ActivationSpec error conditionsbdaniel3-6/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990951 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Don't try to lookup a destination if the jndiName is nullbdaniel1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990864 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Update jms conection factory look up to check the type of the looked up objectantelder1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990711 13f79535-47bb-0310-9956-ffa450edef68