summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-07The operation name property is only for request messages so don't set it on ↵antelder1-8/+0
the response git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241570 13f79535-47bb-0310-9956-ffa450edef68
2012-02-06When the JMS binding returns an fault message for an unexpected exception ↵antelder1-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
2012-01-28TUSCANY-4009: Apply patch from Jennifer Thompson to fix Java2 Secuity Errors ↵antelder1-5/+31
in JMSMessageProcessorUtil git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237030 13f79535-47bb-0310-9956-ffa450edef68
2012-01-26Fix the two failing JMS compliance tests that set callback destiantions in ↵antelder1-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
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-24Add meta-inf/service file for all the MessageProcessorsantelder1-0/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235223 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-14Add missing manifest entryslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201719 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 ↵antelder19-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
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-04Add missing importsslaws1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197543 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-15/+0
module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197114 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-23Add exclusion to ActiveMQ dependency. Also why is this dependency here and ↵slaws1-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
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 ↵edwardsmj29-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
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 ↵edwardsmj4-4/+51
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-12-02Added manifest entries for missing package dependencies, for TUSCANY-3803edwardsmj1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041306 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