summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-jms-runtime/src/main/java/org/apache/tuscany/sca (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 1.x trunklresende2009-11-1359-7299/+0
* TUSCANY-3255: Apply patch from Greg Dritschler to Consolidate JMS session man...antelder2009-09-073-2/+18
* TUSCANY-3127 - A work around to prevent failure when both JMS and JSONRPC bin...slaws2009-07-031-0/+7
* 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-3031 Ensure that JMS wire formats that don't required a data transfor...slaws2009-05-158-8/+8
* 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-2968 - Discovering and adding wire format and operation selector inte...lresende2009-05-051-2/+0
* TUSCANY-2965 - add fault handling code for wireFormat.bytesXMLslaws2009-04-305-22/+70
* TUSCANY-2996 - Add support for wrapSingle attribute that, when set true, ensu...slaws2009-04-305-23/+236
* TUSCANY-2966 - reset bytes message after read in operation selector so that f...slaws2009-04-261-0/+1
* TUSCANY-2965 - add a jmsBytesXML wireFormat analogous to jmsTextXMLslaws2009-04-266-0/+606
* TUSCANY-2987, TUSCANY-2964. Rename operation selector that allows the user to...slaws2009-04-263-9/+10
* TUSCANY-2987 code to make nativeOperation based operation selection work and ...slaws2009-04-246-2/+308
* TUSCANY-2986 - move the callback processing into a separate interceptor to al...slaws2009-04-243-37/+110
* TUSCANY-2930 main part of separating wireFormat.jmsdefault out from wireForma...slaws2009-04-2414-40/+1108
* Remove old "getWireFormatInterfaceContract" operationslaws2009-03-268-37/+8
* 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-2610-136/+241
* TUSCANY-2918, Update jms support so that the service listener can be pluggabl...antelder2009-03-252-114/+24
* Fixes for TUSCANY-2922ramkumar2009-03-197-9/+72
* TUSCANY-2905 Implement third rule which is supposed to look for an operation ...beckerdo2009-03-101-9/+66
* TUSCANY-2857 Correct handling of JMSDeliveryMode and JMSPrioritybeckerdo2009-02-252-1/+20
* TUSCANY-2867 - Pass checked exceptions as InvocationTargetExceptions. Don't r...slaws2009-02-255-10/+51
* Fix already closed bug with oneway requestsantelder2009-02-191-1/+0
* Fix already closed bug when the responseConnection is the same as the request...antelder2009-02-191-1/+1
* TUSCANY-2861: Fix Object wireformat to deal with receiveing a null message co...antelder2009-02-191-0/+2
* 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
* TUSCANY-2839: Add checks to bypass response processing for oneway operationsantelder2009-02-175-17/+37
* Partial fix for exceptions for sca clients using text xml wireformatantelder2009-02-132-12/+25
* 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-128-18/+32
* TUSCANY-2841: start to add support for using a seperate response connection f...antelder2009-02-129-3/+77
* TUSCANY-2799 Fix NPE in JMS Object wire format when a null object is returned...slaws2009-02-064-10/+21
* TUSCANY-2799 - don't return responses inside arrays. Generally reorg the code...slaws2009-02-0513-39/+44
* TUSCANY-2798: Fix the jms binding to use the destination in the binding respo...antelder2009-01-301-2/+13
* 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
* Remove some more file that have been deleted to remove split packagesslaws2008-11-305-472/+0
* Tidy jms policy implementations to remove code from the binding and put it i...slaws2008-11-3033-179/+573
* Creating Java SCA 1.x branchlresende2008-11-1345-0/+5497