summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jms-runtime (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-14Correct package namesantelder3-9/+9
2009-09-14Add manifest for jms binidng runtimeantelder1-0/+18
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.xantelder71-0/+8052
2009-01-31Moving modules that are not part of the main build to contrib folderlresende57-6117/+0
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack6-9/+9
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende1-1/+1
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende1-21/+21
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-11/+11
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende42-327/+4032
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende22-0/+2412
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende57-6327/+0
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...antelder1-12/+12
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...antelder3-6/+6
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 plugableantelder6-15/+18
2008-10-15Rename JMSResourceFactory to JMSResourceFactoryImpl in preperation for making...antelder6-12/+12
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-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ...rfeng1-1/+1
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 ...slaws3-0/+54
2008-09-11Partial fix/workaround for TUSCANY-2583 - only first method's parameter is se...antelder5-43/+111
2008-09-08Remove two unused tests as the test are all in itest nowantelder2-498/+0
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 ...antelder6-8/+19
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