summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms/src/main/java/org/apache/tuscany/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-21TUSCANY-4024: Don't write out the response wireFormat when its defaulting to ↵antelder2-3/+18
the request one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303313 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19TUSCANY-4024: Adjust position of wireFormat element writingantelder1-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1302469 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19TUSCANY-4024: Move the writing of wireformat and OperationSelector to be in ↵antelder1-15/+17
the correct place git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1302404 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22TUSCANY-3418 - make all the wire format models implement equals() consistentlyslaws4-0/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292261 13f79535-47bb-0310-9956-ffa450edef68
2012-02-15Make the JMSException a ServiceRuntimeException so it has some commonality ↵slaws1-1/+3
with the spec defined exception. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244594 13f79535-47bb-0310-9956-ffa450edef68
2012-02-15TUSCANY-4015 - correct what activation spec attributes are written outslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244440 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09TUSCANY-4011 - stop the SCDL callback binding configuration from being ↵slaws1-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
2012-02-07TUSCANY-4001: Update JMS Binding to use the QName of the element in ↵antelder1-4/+7
UnexpectedElement error messages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241442 13f79535-47bb-0310-9956-ffa450edef68
2012-01-24TUSCANY-4008: Apply patch from Jennifer A Thompson to fix JMS binding ↵antelder2-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
2012-01-13When using the JMS URI form to identify JMS resources the resources MUST ↵antelder1-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
2012-01-07TUSCANY-4002: Apply patch from Jennifer Thompson for JMSBindingProcessor to ↵antelder1-0/+15
allow for additional extensions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1228595 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15Update the JMS binding to support attribute extensions in the scdlantelder2-7/+61
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1202136 13f79535-47bb-0310-9956-ffa450edef68
2011-11-03TUSCANY-3972 JMSBIndingProcessor.writeDestinationProperties should handle ↵antelder1-5/+4
Destination Type git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197162 13f79535-47bb-0310-9956-ffa450edef68
2011-11-03TUSCANY-3971: JMSBindingProcessor.writeOperationProperties should trim() ↵antelder1-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
2011-01-14Remove actspec == destname check as thats not strictly correct and the test ↵antelder1-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
2010-10-20TUSCANY_3738 Fix parsing of property type attributes ( BJM_3025.1, BJM_3025.2 )bdaniel1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025750 13f79535-47bb-0310-9956-ffa450edef68
2010-10-06Correct jms uri connection fatory attributeantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004985 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05Validate bjm30029antelder2-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004661 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05Update correlation constants to latest specantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004654 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05Updates for selectedOperation attribute changeantelder1-9/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004647 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09BJM_3026_1 Ensure correct message selector is usedbdaniel2-4/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995307 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08BJM_3034 Fix validation check. The previous fix causes some other tests to ↵bdaniel2-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
2010-09-08BJM_3034 Add validation to check that a destination is not present when a ↵bdaniel1-0/+6
uri is specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995109 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Add validations for response/activationSpec and response/destination name ↵bdaniel1-0/+6
matching git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995058 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08TUSCANY-3673 Update JMS binding model to separate out ↵bdaniel2-60/+151
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
2010-09-02Correct delivery mode setting, add option to set jms typeantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991914 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Missing operationProperties name attribute is an error not a warningantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991489 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30BJM_3037A Add validation for ActivationSpec with "always" create and no JNDI ↵bdaniel1-0/+5
name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990848 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27BJM_3019 Add validation to make sure the jms binding destination name ↵bdaniel1-0/+8
matches the activation spec name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990217 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25Its ok to not have an activationSpec jndiName (seems wrong though so should ↵antelder1-4/+0
query the spec folks) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989248 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25Updates for create attribute validationantelder2-16/+95
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989225 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25Updates to create mode validationantelder2-3/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988962 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18Update jms binding to use spec defined jmsDefault wireformatantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986685 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12Updates to get jms message selectors working properlyantelder1-1/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984878 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12Check that a destination is defined when connectionFactory element is usedantelder1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984801 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12More correctly handle the jms uri format of the binding. Still needs more ↵antelder2-7/+22
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
2010-08-02Support the other jms properties in the jms uriantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981431 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29Update activation spec name attributeantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980443 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Fix up IDE warningsantelder1-5/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956562 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Change all exception throwing to be Monitor errorsantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956554 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Remove out of date warningantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956530 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Setting svn:eol-style for java and xml filesrfeng1-72/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05No code change just format the codeantelder1-14/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941230 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Replace non utf8 charactersantelder1-21/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931817 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09TUSCANY-242 add URI processing wherever we read an anyURI attributeslaws1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920885 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02Tidy up the binding interface to include the wire format and operation ↵slaws1-2/+2
selector operations. They are in the OASIS specs now so it doesn't seem sensible to maintain the separate (experimental) interface that previously housed them. We want to encourage binding writers to provide wire formats and operation selectors as appropriate git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886122 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende25-0/+4246
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68