summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-2.0-M4/modules/binding-jms/src/main/java/org/apache/tuscany/sca/binding/jms/JMSBindingProcessor.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-11Moving 2.x brancheslresende1-1541/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835137 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30Create 2.0-M4 release branchantelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831226 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng1-100/+102
Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods Change the processor/resolver/builder implementation classes to not cache the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Updates for OASIS selectorsantelder1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822245 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Update JMS binding header attributes for OASIS specantelder1-45/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822211 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Update for OASIS change for connectionFactory name attribute to jndiNameantelder1-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814641 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Update JMS binding model for OASIS changes destination name attribute ↵antelder1-18/+18
changed to jndiName, header property JMSTimeToLive changed to timeToLive git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814612 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10Package renames to match module name and simplifyantelder1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813442 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10More updates to bring up the jms binding from 1.x to 2.xantelder1-20/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813350 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09Copy JMS binding from 1.x and start updating for 2.xantelder1-0/+1556
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812994 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende1-726/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
2008-11-09Tidy wire format support (move model into binding-jms and rename default to ↵slaws1-6/+33
textxml). Extend support to include text and object. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712538 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Merge the runtime wire changes to add a binding invocation wire with the jms ↵slaws1-3/+1
binding changes to exploit the binding wire. Still early days so see the ongoing conversation on the ML. This function is only enabled if you include a wire format in a jms service binding element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707394 13f79535-47bb-0310-9956-ffa450edef68
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