summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-jms-runtime/src/main/java/org/apache/tuscany/sca/binding/jms/provider (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 1.x trunklresende2009-11-1317-2422/+0
* TUSCANY-3255: Apply patch from Greg Dritschler to Consolidate JMS session man...antelder2009-09-072-0/+16
* TUSCANY-2967 back out the trial change to bytes format messages so that all w...slaws2009-05-291-2/+10
* TUSCANY-3057: fix to use single JMS resource factory for request and responseantelder2009-05-221-0/+4
* Do BytesMessage.reset() on BytesMP, DefaultMP to be consistent across wire fo...scottkurz2009-05-192-1/+3
* TUSCANY-2967 Fix up just jmsBytes wire format to return exceptions as bytes t...slaws2009-05-151-0/+30
* TUSCANY-3005 - Take account of the case where there are either no input param...slaws2009-05-051-8/+27
* TUSCANY-2965 - add fault handling code for wireFormat.bytesXMLslaws2009-04-301-1/+36
* TUSCANY-2996 - Add support for wrapSingle attribute that, when set true, ensu...slaws2009-04-301-12/+143
* TUSCANY-2965 - add a jmsBytesXML wireFormat analogous to jmsTextXMLslaws2009-04-261-0/+99
* TUSCANY-2987 code to make nativeOperation based operation selection work and ...slaws2009-04-241-1/+5
* TUSCANY-2986 - move the callback processing into a separate interceptor to al...slaws2009-04-241-0/+6
* TUSCANY-2930 main part of separating wireFormat.jmsdefault out from wireForma...slaws2009-04-242-5/+268
* Remove these files as they are no longer required. Replaced by RRB... versions.slaws2009-03-262-738/+0
* TUSCANY-2931 - allow separate request and response wire formats in binding.jm...slaws2009-03-262-11/+25
* TUSCANY-2918, Update jms support so that the service listener can be pluggabl...antelder2009-03-252-114/+24
* Fixes for TUSCANY-2922ramkumar2009-03-194-3/+29
* TUSCANY-2867 - Pass checked exceptions as InvocationTargetExceptions. Don't r...slaws2009-02-252-1/+25
* Fix already closed bug when the responseConnection is the same as the request...antelder2009-02-191-1/+1
* TUSCANY-2859: Add a closeResponseConnection method to the JMSResourceFactoryantelder2009-02-193-1/+18
* TUSCANY-2845: Change JMS binding so unchecked exceptions are returned as Runt...antelder2009-02-171-2/+4
* Partial fix for exceptions for sca clients using text xml wireformatantelder2009-02-131-0/+10
* Change XMLTextMessageProcessor to override the createFaultMessage to handle F...antelder2009-02-131-0/+23
* TUSCANY-2836 remove DEFAULT_DESTINATION_NAME and DEFAULT_RESPONSE_DESTINATION...slaws2009-02-125-5/+5
* Make sure resource factory gets set before use to avoid any NPEsantelder2009-02-121-1/+1
* TUSCANY-2839: Start at supporting services invoked by oneway requests not nee...antelder2009-02-121-4/+3
* TUSCANY-2841: start to add support for using a seperate response connection f...antelder2009-02-128-2/+76
* TUSCANY-2799 Fix NPE in JMS Object wire format when a null object is returned...slaws2009-02-063-7/+19
* TUSCANY-2799 - don't return responses inside arrays. Generally reorg the code...slaws2009-02-055-18/+12
* Intial cut at changing the jms binding to use the jms host for the service li...antelder2009-01-282-176/+21
* Handle both InvocationTargetException and FaultExceptionantelder2009-01-081-0/+3
* Commit temporary work arounds for TUSCANY-2593antelder2009-01-072-2/+8
* Mark old listener and invoker as deprecatedslaws2008-12-012-0/+7
* Tidy jms policy implementations to remove code from the binding and put it i...slaws2008-11-306-81/+23
* Creating Java SCA 1.x branchlresende2008-11-1318-0/+2635