summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-jms/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3120 - improve write processing so that it writes out what has been ↵slaws2009-06-262-43/+99
| | | | | | entered and ignores defaults where possible. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788655 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3059: correct perationProperties JMSDeliveryMode set in headers ↵antelder2009-05-291-1/+1
| | | | | | JMSDeliveryMode git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779876 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3058: Correct use of JMSCorrelationID to use an uppercase trailing 'D'antelder2009-05-291-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779875 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3002: fix writeStartElement calls in JMSBindingProcessor do not pass ↵antelder2009-05-011-17/+14
| | | | | | namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770621 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2996 - Add support for wrapSingle attribute that, when set true, ↵slaws2009-04-302-1/+21
| | | | | | ensures that single parameters are wrapped in an array on the wire. When set false single parameters will not be wrapped on the wire. Multiple parameters will always be wrapped. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770201 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2965 - add a jmsBytesXML wireFormat analogous to jmsTextXMLslaws2009-04-263-0/+116
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768696 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2987, TUSCANY-2964. Rename operation selector that allows the user ↵slaws2009-04-264-6/+7
| | | | | | to specify which message property holds the operation name. Add tests cases for this and the default selector. Rename default selector to be all lowers case (it's still in the Tuscany namespace though) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768695 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2987 code to make nativeOperation based operation selection work and ↵slaws2009-04-242-0/+138
| | | | | | add new operation selector (jmsUser) that allows you to specify what JMS message property holds the operation name. No test cases yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768402 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2930 main part of separating wireFormat.jmsdefault out from ↵slaws2009-04-245-33/+192
| | | | | | wireFormat.jmsTextXML. I've spotted a few more things that need fixing but this basic functionality passes all of our current JMS tests and now better matched what the specification says about default format. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768263 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2976: Apply patch from Greg Dritschler to Remove default ↵antelder2009-04-203-13/+5
| | | | | | 'ConnectionFactory' in JMSBinding model git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766689 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2934 - wire up the wire format writersslaws2009-03-264-0/+107
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758701 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2931 - allow separate request and response wire formats in ↵slaws2009-03-261-1/+15
| | | | | | binding.jms. The tuscany binding.jms XSD has been extended to allow a response wireFormat element to be specified. The knock on effect of all this is that the Operation interface has been changed to allow input and output wrapper info to be held separately. Also Interface has some new operations. There are changes across the code base to take account of this interface change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758625 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2922ramkumar2009-03-191-16/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755970 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2914ramkumar2009-03-191-14/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755887 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2897 JMSBinding model should be QNames not Stringsbeckerdo2009-03-043-39/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750052 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2849 Unable to define operation-level intents on binding.jmsbeckerdo2009-02-194-19/+113
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745909 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2836 remove DEFAULT_DESTINATION_NAME and ↵slaws2009-02-123-8/+6
| | | | | | DEFAULT_RESPONSE_DESTINATION_NAME and use null instead as these are just strings to indicated that there is no destination rather than being a default destination git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743917 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2825 JMSBindingProcessor missing 'write' method implementationbeckerdo2009-02-126-42/+1148
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743796 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2839: Start at supporting services invoked by oneway requests not ↵antelder2009-02-121-1/+1
| | | | | | needing a response connection factory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743710 13f79535-47bb-0310-9956-ffa450edef68
* Remove erronious warning about response connection factory not being processedantelder2009-02-121-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743683 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2835 JMS Binding does not save operation names unless there are ↵beckerdo2009-02-103-4/+57
| | | | | | properties. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743094 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2821 Added JMS Binding APIs public Set<String> getOperationNames() ↵beckerdo2009-02-062-0/+64
| | | | | | and public Object getOperationProperty(String opName, String propName ). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741694 13f79535-47bb-0310-9956-ffa450edef68
* Add support for resourceAdapter and its propertiesantelder2009-02-063-1/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741586 13f79535-47bb-0310-9956-ffa450edef68
* Add support for operation property properties to binding.jmsantelder2009-02-063-15/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741575 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2820: start adding support for the varrious property elements on the ↵antelder2009-02-064-7/+347
| | | | | | jms binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741542 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2776 The JMSBindingProcessor does not perform validation of binding ↵beckerdo2009-01-303-32/+158
| | | | | | properties git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739312 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2794 - JMS callback property variable ends with space - not a valid ↵beckerdo2009-01-261-1/+1
| | | | | | Javaidentifier git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737840 13f79535-47bb-0310-9956-ffa450edef68
* Creating Java SCA 1.x branchlresende2008-11-1317-0/+2362
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68