summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jms-runtime/src/main/java/org/apache (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng2009-11-1348-456/+328
* Start changing the JMS binding to not need AXIOM. Work in progress, TextXML m...antelder2009-11-1339-100/+161
* Fix OSGi MANIFEST.MF to bring up Tuscany in OSGi consolerfeng2009-10-055-5/+10
* Start merge of 1.x JMS policy code into 2.x JMS bindingantelder2009-09-1510-5/+711
* Update for correct package nameantelder2009-09-153-6/+0
* Update to use new default hostantelder2009-09-151-2/+2
* Add in default JMS Host support to JMS bindingantelder2009-09-158-13/+136
* Update JMS provider factory to use the default host classesantelder2009-09-141-0/+5
* Add the jms host impl classesantelder2009-09-144-0/+428
* Correct getting the component serviceantelder2009-09-145-5/+5
* Correct getting the component reference. JMS TTL itest now passes!antelder2009-09-142-3/+1
* Fix the last JMS binding compile errors by commenting out with TODO commentsantelder2009-09-115-24/+20
* Update JMS binding for new reset input/output types methods and fix a couple ...antelder2009-09-114-8/+8
* More updates to bring up the 1.x jms binding on 2.x - add the getInterfaceCon...antelder2009-09-116-0/+19
* More updates to bring up the 1.x jms binding on 2.x - add the getInterfaceCon...antelder2009-09-116-0/+19
* More updates to bring up the 1.x jms binding on 2.xantelder2009-09-1159-0/+7243
* Moving modules that are not part of the main build to contrib folderlresende2009-01-3145-5497/+0
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2009-01-283-3/+3
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-1939-327/+3985
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-1912-0/+1839
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-1945-5497/+0
* Tidy wire format support (move model into binding-jms and rename default to t...slaws2008-11-0932-815/+1300
* Add preliminary support for a "jmsBytes" wire format to see what the issues a...slaws2008-11-0411-30/+234
* Add a reference side example of the Request Response Binding in JMSslaws2008-11-0316-308/+1012
* Add a context structure for the jms binding to pass along the binding wireslaws2008-10-316-37/+104
* Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws2008-10-2316-97/+567
* Experimental request response binding support. Just implemented for jms servi...slaws2008-10-2117-2/+1500
* Rename JMSBindingListener to DefaultJMSBindingListener in preparation for mak...antelder2008-10-172-4/+4
* Change private to protected so class can be subclassedantelder2008-10-161-10/+10
* Add an extension point for the JMS resource factoryantelder2008-10-155-7/+72
* Add interface left off previous commit(r704822) for Create JMSResourceFactory...antelder2008-10-151-0/+67
* Create JMSResourceFactory interface in preperation for making it plugableantelder2008-10-155-13/+16
* Rename JMSResourceFactory to JMSResourceFactoryImpl in preperation for making...antelder2008-10-155-10/+10
* Store component reference passed into constructor so that WSDL without a bind...slaws2008-10-151-0/+1
* Change message getHeaders() operation to return a list, remove the QoS contex...slaws2008-09-242-4/+20
* Add in policies to support JMS message header setting. Also add in reliabilit...slaws2008-09-161-6/+36
* More work exploring the policy extension model by implementing a token based ...slaws2008-09-152-0/+48
* Partial fix/workaround for TUSCANY-2583 - only first method's parameter is se...antelder2008-09-114-38/+94
* Fix another case of needing to ignore an exception when closing a connection ...antelder2008-09-031-1/+10
* Don't crash with an exception if an embedded broker is closed before stop is ...antelder2008-09-031-1/+6
* Try to avoid an NPE in JMS binding when the refernce interface contarct is nullantelder2008-09-021-1/+5
* Change so the target binding is passed in to the JMS service listener. (used ...antelder2008-09-024-6/+17
* Added missing @Override annotation to methods that override methods from thei...mcombellack2008-08-131-0/+1
* Add runtime support for selectorsantelder2008-08-061-1/+5
* Updates for special 'onMessage' methodantelder2008-08-052-5/+11
* Set correlation id on request, fix for void responseantelder2008-08-051-1/+6
* Set any user properties on the request messageantelder2008-08-041-0/+14
* Tidy up header processingantelder2008-08-041-5/+33
* REmove public method not in the invoker interfaceantelder2008-07-161-1/+1
* Fix eclipse warningsantelder2008-07-161-2/+2