summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-4024: Don't write out the response wireFormat when its defaulting to ↵antelder2012-03-212-3/+18
| | | | | | the request one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303313 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4024: Adjust position of wireFormat element writingantelder2012-03-191-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1302469 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4024: Move the writing of wireformat and OperationSelector to be in ↵antelder2012-03-191-15/+17
| | | | | | the correct place git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1302404 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3099 - the change is already ported from 1.x to 2.x but this small ↵slaws2012-02-231-2/+2
| | | | | | test change ensures that the changed code is exercised. Without the change the error condition related to the jms uri rather than the header priority. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292837 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3418 - make all the wire format models implement equals() consistentlyslaws2012-02-224-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292261 13f79535-47bb-0310-9956-ffa450edef68
* Make the JMSException a ServiceRuntimeException so it has some commonality ↵slaws2012-02-151-1/+3
| | | | | | with the spec defined exception. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244594 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4015 - correct what activation spec attributes are written outslaws2012-02-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244440 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4011 - stop the SCDL callback binding configuration from being ↵slaws2012-02-091-0/+56
| | | | | | overwritten. The JMS binding strangely relied on this so required some surgery. I've also simplified CallbackServiceReference and added a CALLBACK message header and CallbackHandler object to make is simpler to pass the callback address down the message chain. The existing approach of creating a CallbackEndpoint model is still supported at the moment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1242412 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4001: Update JMS Binding to use the QName of the element in ↵antelder2012-02-071-4/+7
| | | | | | UnexpectedElement error messages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241442 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4008: Apply patch from Jennifer A Thompson to fix JMS binding ↵antelder2012-01-242-0/+10
| | | | | | operationProperties 'selectedOperation' element not selecting the correct operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235180 13f79535-47bb-0310-9956-ffa450edef68
* When using the JMS URI form to identify JMS resources the resources MUST ↵antelder2012-01-131-0/+6
| | | | | | exist, so ensure the binding has all the create flags set correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1230972 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4002: Apply patch from Jennifer Thompson for JMSBindingProcessor to ↵antelder2012-01-071-0/+15
| | | | | | allow for additional extensions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1228595 13f79535-47bb-0310-9956-ffa450edef68
* Update the JMS binding to support attribute extensions in the scdlantelder2011-11-152-7/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1202136 13f79535-47bb-0310-9956-ffa450edef68
* Deal with a couple of cases where the order of results differs depending on ↵slaws2011-11-141-2/+23
| | | | | | whether I'm on the IBM or Oracle JDK. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201712 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3972 JMSBIndingProcessor.writeDestinationProperties should handle ↵antelder2011-11-032-6/+5
| | | | | | Destination Type git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197162 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3971: JMSBindingProcessor.writeOperationProperties should trim() ↵antelder2011-11-031-9/+6
| | | | | | properties prior to writing them & update logic to write JMS attributes even if properties are null. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197149 13f79535-47bb-0310-9956-ffa450edef68
* Fix the single quote issues in all message bundlesrfeng2011-09-021-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164763 13f79535-47bb-0310-9956-ffa450edef68
* Remove actspec == destname check as thats not strictly correct and the test ↵antelder2011-01-141-14/+0
| | | | | | requirement isn't in the compliance tests anymore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059008 13f79535-47bb-0310-9956-ffa450edef68
* Add test dependency on woodstox to get a testcase workingantelder2010-12-111-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044614 13f79535-47bb-0310-9956-ffa450edef68
* Added manifest entries for missing package dependencies, for TUSCANY-3803edwardsmj2010-12-021-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041307 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY_3738 Fix parsing of property type attributes ( BJM_3025.1, BJM_3025.2 )bdaniel2010-10-201-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025750 13f79535-47bb-0310-9956-ffa450edef68
* Correct jms uri connection fatory attributeantelder2010-10-061-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004985 13f79535-47bb-0310-9956-ffa450edef68
* Validate bjm30029antelder2010-10-053-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004661 13f79535-47bb-0310-9956-ffa450edef68
* Update correlation constants to latest specantelder2010-10-051-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004654 13f79535-47bb-0310-9956-ffa450edef68
* Updates for selectedOperation attribute changeantelder2010-10-051-9/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004647 13f79535-47bb-0310-9956-ffa450edef68
* BJM_3026_1 Ensure correct message selector is usedbdaniel2010-09-092-4/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995307 13f79535-47bb-0310-9956-ffa450edef68
* BJM_3034 Fix validation check. The previous fix causes some other tests to ↵bdaniel2010-09-082-1/+11
| | | | | | fail since the destination name field will be set from the URI git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995123 13f79535-47bb-0310-9956-ffa450edef68
* BJM_3034 Add validation to check that a destination is not present when a ↵bdaniel2010-09-082-0/+7
| | | | | | uri is specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995109 13f79535-47bb-0310-9956-ffa450edef68
* Add validations for response/activationSpec and response/destination name ↵bdaniel2010-09-081-0/+6
| | | | | | matching git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995058 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3673 Update JMS binding model to separate out ↵bdaniel2010-09-083-64/+155
| | | | | | 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
* Correct delivery mode setting, add option to set jms typeantelder2010-09-021-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991914 13f79535-47bb-0310-9956-ffa450edef68
* Missing operationProperties name attribute is an error not a warningantelder2010-09-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991489 13f79535-47bb-0310-9956-ffa450edef68
* BJM_3037A Add validation for ActivationSpec with "always" create and no JNDI ↵bdaniel2010-08-302-0/+6
| | | | | | name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990848 13f79535-47bb-0310-9956-ffa450edef68
* BJM_3019 Add validation to make sure the jms binding destination name ↵bdaniel2010-08-272-0/+9
| | | | | | matches the activation spec name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990217 13f79535-47bb-0310-9956-ffa450edef68
* Its ok to not have an activationSpec jndiName (seems wrong though so should ↵antelder2010-08-251-4/+0
| | | | | | query the spec folks) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989248 13f79535-47bb-0310-9956-ffa450edef68
* Updates for create attribute validationantelder2010-08-253-18/+98
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989225 13f79535-47bb-0310-9956-ffa450edef68
* Updates to create mode validationantelder2010-08-253-3/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988962 13f79535-47bb-0310-9956-ffa450edef68
* Update jms binding to use spec defined jmsDefault wireformatantelder2010-08-183-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986685 13f79535-47bb-0310-9956-ffa450edef68
* Update the old jms binding policy and intent definitions to work in 2.xantelder2010-08-122-70/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984882 13f79535-47bb-0310-9956-ffa450edef68
* Updates to get jms message selectors working properlyantelder2010-08-121-1/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984878 13f79535-47bb-0310-9956-ffa450edef68
* Check that a destination is defined when connectionFactory element is usedantelder2010-08-122-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984801 13f79535-47bb-0310-9956-ffa450edef68
* More correctly handle the jms uri format of the binding. Still needs more ↵antelder2010-08-124-9/+24
| | | | | | work as there jms uri can be quite complicated and has a whole spec of its own that we should implement git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984756 13f79535-47bb-0310-9956-ffa450edef68
* Support the other jms properties in the jms uriantelder2010-08-021-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981431 13f79535-47bb-0310-9956-ffa450edef68
* Update activation spec name attributeantelder2010-07-291-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980443 13f79535-47bb-0310-9956-ffa450edef68
* Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj2010-06-221-0/+5
| | | | | | service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956823 13f79535-47bb-0310-9956-ffa450edef68
* Fix up IDE warningsantelder2010-06-211-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956562 13f79535-47bb-0310-9956-ffa450edef68
* Change all exception throwing to be Monitor errorsantelder2010-06-212-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956554 13f79535-47bb-0310-9956-ffa450edef68
* Remove out of date warningantelder2010-06-211-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956530 13f79535-47bb-0310-9956-ffa450edef68
* Setting svn:eol-style for java and xml filesrfeng2010-06-052-845/+845
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
* No code change just format the codeantelder2010-05-051-14/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941230 13f79535-47bb-0310-9956-ffa450edef68