summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jms-runtime/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-14Add the jms host impl classesantelder4-0/+428
2009-09-14Correct getting the component serviceantelder5-5/+5
2009-09-14Correct getting the component reference. JMS TTL itest now passes!antelder2-3/+1
2009-09-14Correct package namesantelder3-9/+9
2009-09-11Fix the last JMS binding compile errors by commenting out with TODO commentsantelder5-24/+20
2009-09-11Update JMS binding for new reset input/output types methods and fix a couple ...antelder4-8/+8
2009-09-11More updates to bring up the 1.x jms binding on 2.x - add the getInterfaceCon...antelder6-0/+19
2009-09-11More updates to bring up the 1.x jms binding on 2.x - add the getInterfaceCon...antelder6-0/+19
2009-09-11More updates to bring up the 1.x jms binding on 2.xantelder62-0/+7306
2009-01-31Moving modules that are not part of the main build to contrib folderlresende48-5557/+0
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack3-3/+3
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende41-327/+4026
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende13-0/+1858
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende48-5557/+0
2008-11-09Tidy wire format support (move model into binding-jms and rename default to t...slaws34-837/+1303
2008-11-07Remove the OASIS assembly specific parts from the OSOA core.xsd. The wireform...slaws1-2/+2
2008-11-04Add preliminary support for a "jmsBytes" wire format to see what the issues a...slaws13-31/+236
2008-11-03Add a reference side example of the Request Response Binding in JMSslaws16-308/+1012
2008-10-31Add a context structure for the jms binding to pass along the binding wireslaws6-37/+104
2008-10-30Add some extension point definitions to allow the JMS service binding provide...slaws2-0/+39
2008-10-23Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws16-97/+567
2008-10-21Experimental request response binding support. Just implemented for jms servi...slaws18-2/+1520
2008-10-17Rename JMSBindingListener to DefaultJMSBindingListener in preparation for mak...antelder2-4/+4
2008-10-16Change private to protected so class can be subclassedantelder1-10/+10
2008-10-15Add an extension point for the JMS resource factoryantelder5-7/+72
2008-10-15Add interface left off previous commit(r704822) for Create JMSResourceFactory...antelder1-0/+67
2008-10-15Create JMSResourceFactory interface in preperation for making it plugableantelder5-13/+16
2008-10-15Rename JMSResourceFactory to JMSResourceFactoryImpl in preperation for making...antelder5-10/+10
2008-10-15Store component reference passed into constructor so that WSDL without a bind...slaws1-0/+1
2008-09-24Change message getHeaders() operation to return a list, remove the QoS contex...slaws2-4/+20
2008-09-16Add in policies to support JMS message header setting. Also add in reliabilit...slaws1-6/+36
2008-09-15More work exploring the policy extension model by implementing a token based ...slaws2-0/+48
2008-09-11Partial fix/workaround for TUSCANY-2583 - only first method's parameter is se...antelder4-38/+94
2008-09-03Fix another case of needing to ignore an exception when closing a connection ...antelder1-1/+10
2008-09-03Don't crash with an exception if an embedded broker is closed before stop is ...antelder1-1/+6
2008-09-02Try to avoid an NPE in JMS binding when the refernce interface contarct is nullantelder1-1/+5
2008-09-02Change so the target binding is passed in to the JMS service listener. (used ...antelder4-6/+17
2008-08-13Added missing @Override annotation to methods that override methods from thei...mcombellack1-0/+1
2008-08-06Add runtime support for selectorsantelder1-1/+5
2008-08-05Updates for special 'onMessage' methodantelder2-5/+11
2008-08-05Set correlation id on request, fix for void responseantelder1-1/+6
2008-08-04Set any user properties on the request messageantelder1-0/+14
2008-08-04Tidy up header processingantelder1-5/+33
2008-07-16REmove public method not in the invoker interfaceantelder1-1/+1
2008-07-16Fix eclipse warningsantelder1-2/+2
2008-07-16Refactoring of JMS listenerantelder1-22/+33
2008-07-16Adjust JMS header processingantelder1-11/+11
2008-07-15Comment out support for physical destination names as it doesn't work properl...antelder3-10/+54
2008-07-14Rename varriables to make intention clearerantelder1-7/+7
2008-07-13No code changes, just format the codeantelder12-191/+178