summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jms-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge the runtime wire changes to add a binding invocation wire with the jms ↵slaws2008-10-2316-97/+567
| | | | | | 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
* Experimental request response binding support. Just implemented for jms ↵slaws2008-10-2118-2/+1520
| | | | | | 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
* Rename JMSBindingListener to DefaultJMSBindingListener in preparation for ↵antelder2008-10-173-6/+6
| | | | | | making it plugable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705519 13f79535-47bb-0310-9956-ffa450edef68
* Change private to protected so class can be subclassedantelder2008-10-161-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705229 13f79535-47bb-0310-9956-ffa450edef68
* Add an extension point for the JMS resource factoryantelder2008-10-155-7/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704854 13f79535-47bb-0310-9956-ffa450edef68
* Add interface left off previous commit(r704822) for Create ↵antelder2008-10-151-0/+67
| | | | | | JMSResourceFactory interface in preperation for making it plugable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704837 13f79535-47bb-0310-9956-ffa450edef68
* Create JMSResourceFactory interface in preperation for making it plugableantelder2008-10-156-15/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704822 13f79535-47bb-0310-9956-ffa450edef68
* Rename JMSResourceFactory to JMSResourceFactoryImpl in preperation for ↵antelder2008-10-156-12/+12
| | | | | | making it plugable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704820 13f79535-47bb-0310-9956-ffa450edef68
* Store component reference passed into constructor so that WSDL without a ↵slaws2008-10-151-0/+1
| | | | | | binding structure can be generated on the fly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704814 13f79535-47bb-0310-9956-ffa450edef68
* Change message getHeaders() operation to return a list, remove the QoS ↵slaws2008-09-242-4/+20
| | | | | | context and change various tests to take account of this assuming that the security information is now passed in the header. This pass the security context is not consolidated into a single subject. The tests that used to pass just a principal still do. Also add a delivery mode JMS policy test. Add some ignores. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698457 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2008-09-191-1/+1
| | | | | | Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
* Add in policies to support JMS message header setting. Also add in ↵slaws2008-09-161-6/+36
| | | | | | reliability intents. No policies or implementation changes to support these reliability intents here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695928 13f79535-47bb-0310-9956-ffa450edef68
* More work exploring the policy extension model by implementing a token based ↵slaws2008-09-153-0/+54
| | | | | | authentication schema across binding.ws and binding.jm. No authentication is actually performed here. That is left for users to provide their own policy interceptors. However tokens are passed and security Subjects/Principals are created. This exercise has highlighted some awkwardness in the process of building policy implementations. I'll post about this on the mail list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695374 13f79535-47bb-0310-9956-ffa450edef68
* Partial fix/workaround for TUSCANY-2583 - only first method's parameter is ↵antelder2008-09-115-43/+111
| | | | | | send in JMS Message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694155 13f79535-47bb-0310-9956-ffa450edef68
* Remove two unused tests as the test are all in itest nowantelder2008-09-082-498/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692998 13f79535-47bb-0310-9956-ffa450edef68
* Fix another case of needing to ignore an exception when closing a connection ↵antelder2008-09-031-1/+10
| | | | | | that has already been closed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691625 13f79535-47bb-0310-9956-ffa450edef68
* Don't crash with an exception if an embedded broker is closed before stop is ↵antelder2008-09-031-1/+6
| | | | | | called on a JMS service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691539 13f79535-47bb-0310-9956-ffa450edef68
* Try to avoid an NPE in JMS binding when the refernce interface contarct is nullantelder2008-09-021-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691217 13f79535-47bb-0310-9956-ffa450edef68
* Change so the target binding is passed in to the JMS service listener. (used ↵antelder2008-09-026-8/+19
| | | | | | by the jms based sca binding so it can get the tagert uri) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691145 13f79535-47bb-0310-9956-ffa450edef68
* Added missing @Override annotation to methods that override methods from ↵mcombellack2008-08-131-0/+1
| | | | | | their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
* Add runtime support for selectorsantelder2008-08-061-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683208 13f79535-47bb-0310-9956-ffa450edef68
* Updates for special 'onMessage' methodantelder2008-08-052-5/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682615 13f79535-47bb-0310-9956-ffa450edef68
* Set correlation id on request, fix for void responseantelder2008-08-051-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682613 13f79535-47bb-0310-9956-ffa450edef68
* Set any user properties on the request messageantelder2008-08-041-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682326 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up header processingantelder2008-08-041-5/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682318 13f79535-47bb-0310-9956-ffa450edef68
* REmove public method not in the invoker interfaceantelder2008-07-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677292 13f79535-47bb-0310-9956-ffa450edef68
* Fix eclipse warningsantelder2008-07-161-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677291 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring of JMS listenerantelder2008-07-161-22/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677287 13f79535-47bb-0310-9956-ffa450edef68
* Adjust JMS header processingantelder2008-07-161-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677286 13f79535-47bb-0310-9956-ffa450edef68
* Change JMS API dependency to have scope of provided so its not draged in ↵antelder2008-07-161-12/+13
| | | | | | unless you explicitly ask for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677235 13f79535-47bb-0310-9956-ffa450edef68
* Comment out support for physical destination names as it doesn't work ↵antelder2008-07-153-10/+54
| | | | | | properly yet, add support for the scaConversationId header git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676844 13f79535-47bb-0310-9956-ffa450edef68
* Rename varriables to make intention clearerantelder2008-07-141-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676507 13f79535-47bb-0310-9956-ffa450edef68
* No code changes, just format the codeantelder2008-07-1312-191/+178
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676284 13f79535-47bb-0310-9956-ffa450edef68
* More jms callback work, support physical jms destination names in the call ↵antelder2008-07-134-91/+122
| | | | | | back headers and temporary callback queues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676280 13f79535-47bb-0310-9956-ffa450edef68
* Start getting callbacks over jms to workantelder2008-07-116-22/+126
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675946 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for itest/osgi-tuscanyrsivaram2008-07-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675762 13f79535-47bb-0310-9956-ffa450edef68
* Split binding-jms module into two modules binding-jms and binding-jms-runtime.jsdelfino2008-07-0824-0/+2787
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674713 13f79535-47bb-0310-9956-ffa450edef68