summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms/src/main/java/org/apache/tuscany/sca/binding/jms/JMSBindingProcessor.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-21Experimental request response binding support. Just implemented for jms ↵slaws1-1/+18
service binding and only activated when wireFormat appears in the SCDL. Still early stage so many more changes to come. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706620 13f79535-47bb-0310-9956-ffa450edef68
2008-08-29Complete jms binding attributes that can be defined in the definitions.xml fileantelder1-4/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690125 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Updates to get the JMS binding requestConnection and responseConnection ↵antelder1-4/+33
attributes working using bindings defined in the definitions.xml file. This is not the final code for this as the definitions.xml processing is being refactored (by Simon Laws?) as part of TUSCANY-2499, this shows the type of function that the JMS binding will need as part of that work. Two parts that need work are that SCADefinitions.getBindings currently returns a list of Objects not Bindings as otherwise theres a cyclic dependency in the maven modules, and there needs to be a way for bindings to get at the SCADefinitions which is currently being done by getting at the contribution processing internals with ExtensibleModelResolver.getDefaultModelResolver and DefaultModelResolver.getModels. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689448 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07Apply patch from Ramkumar Ramalingam for TUSCANY-2532: Test case failure in ↵antelder1-1/+1
itest/validation DoesntProcessHeadersTestCase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683551 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Correct case of SubscriptionHeaders elementantelder1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683228 13f79535-47bb-0310-9956-ffa450edef68
2008-08-05Add support for subscriptionHeaders to the jms binding modelantelder1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682682 13f79535-47bb-0310-9956-ffa450edef68
2008-08-05Correct opertion properties correlation idantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682642 13f79535-47bb-0310-9956-ffa450edef68
2008-08-05Correct typo in correlation id name (ends with capital I)antelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682612 13f79535-47bb-0310-9956-ffa450edef68
2008-08-04Updates for properties tests and tidy up old commentsantelder1-9/+210
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682307 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Split binding-jms module into two modules binding-jms and binding-jms-runtime.jsdelfino1-7/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674713 13f79535-47bb-0310-9956-ffa450edef68