summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jms-runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start changing the JMS binding to not need AXIOM. Work in progress, TextXML m...antelder2009-11-1339-100/+161
* Add explicit dependency on policy-security instead of getting it transitively...antelder2009-11-121-0/+6
* Add missging system packages to the Import-Package headerrfeng2009-11-071-0/+4
* Update geronimo spec jars to the osgi-enabled versions rfeng2009-10-301-7/+1
* Update to end all service provider files with a new lineantelder2009-10-294-1/+4
* Fix OSGi MANIFEST.MF to bring up Tuscany in OSGi consolerfeng2009-10-057-8/+11
* Removing invalid/unexistent package from JMS Binding manifestlresende2009-10-021-12/+10
* Fix up JMS binding manifestsantelder2009-10-021-2/+16
* Update manifest dependenciesantelder2009-10-011-1/+11
* Start merge of 1.x JMS policy code into 2.x JMS bindingantelder2009-09-1511-5/+730
* Update for correct package nameantelder2009-09-153-6/+0
* Clean up dependenciesantelder2009-09-151-10/+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
* Correct package namesantelder2009-09-143-9/+9
* Add manifest for jms binidng runtimeantelder2009-09-141-0/+18
* 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-1171-0/+8052
* Moving modules that are not part of the main build to contrib folderlresende2009-01-3157-6117/+0
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2009-01-286-9/+9
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-231-1/+1
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-201-21/+21
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-11/+11
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-1942-327/+4032
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-1922-0/+2412
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-1957-6327/+0
* Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...antelder2008-11-171-12/+12
* Tidy wire format support (move model into binding-jms and rename default to t...slaws2008-11-0934-837/+1303
* Remove the OASIS assembly specific parts from the OSOA core.xsd. The wireform...slaws2008-11-071-2/+2
* Add preliminary support for a "jmsBytes" wire format to see what the issues a...slaws2008-11-0413-31/+236
* 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
* Add some extension point definitions to allow the JMS service binding provide...slaws2008-10-302-0/+39
* 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-2118-2/+1520
* Rename JMSBindingListener to DefaultJMSBindingListener in preparation for mak...antelder2008-10-173-6/+6
* 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-156-15/+18
* Rename JMSResourceFactory to JMSResourceFactoryImpl in preperation for making...antelder2008-10-156-12/+12
* 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