summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-jms-runtime/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-13Moving 1.x trunklresende68-7778/+0
2009-09-07TUSCANY-3255: Apply patch from Greg Dritschler to Consolidate JMS session man...antelder3-2/+18
2009-07-03TUSCANY-3127 - A work around to prevent failure when both JMS and JSONRPC bin...slaws1-0/+7
2009-05-29TUSCANY-2967 back out the trial change to bytes format messages so that all w...slaws1-2/+10
2009-05-22TUSCANY-3057: fix to use single JMS resource factory for request and responseantelder1-0/+4
2009-05-19Do BytesMessage.reset() on BytesMP, DefaultMP to be consistent across wire fo...scottkurz2-1/+3
2009-05-15TUSCANY-3031 Ensure that JMS wire formats that don't required a data transfor...slaws8-8/+8
2009-05-15TUSCANY-2967 Fix up just jmsBytes wire format to return exceptions as bytes t...slaws1-0/+30
2009-05-05TUSCANY-3005 - Take account of the case where there are either no input param...slaws1-8/+27
2009-05-05TUSCANY-2968 - Discovering and adding wire format and operation selector inte...lresende1-2/+0
2009-04-30TUSCANY-2965 - add fault handling code for wireFormat.bytesXMLslaws5-22/+70
2009-04-30TUSCANY-2996 - Add support for wrapSingle attribute that, when set true, ensu...slaws5-23/+236
2009-04-26TUSCANY-2966 - reset bytes message after read in operation selector so that f...slaws1-0/+1
2009-04-26TUSCANY-2965 - add a jmsBytesXML wireFormat analogous to jmsTextXMLslaws7-0/+607
2009-04-26TUSCANY-2987, TUSCANY-2964. Rename operation selector that allows the user to...slaws4-9/+11
2009-04-24TUSCANY-2987 code to make nativeOperation based operation selection work and ...slaws6-2/+308
2009-04-24TUSCANY-2986 - move the callback processing into a separate interceptor to al...slaws3-37/+110
2009-04-24TUSCANY-2930 main part of separating wireFormat.jmsdefault out from wireForma...slaws15-40/+1109
2009-03-26Remove old "getWireFormatInterfaceContract" operationslaws8-37/+8
2009-03-26Remove these files as they are no longer required. Replaced by RRB... versions.slaws3-741/+2
2009-03-26TUSCANY-2931 - allow separate request and response wire formats in binding.jm...slaws10-136/+241
2009-03-25TUSCANY-2918, Update jms support so that the service listener can be pluggabl...antelder2-114/+24
2009-03-19Fixes for TUSCANY-2922ramkumar7-9/+72
2009-03-10TUSCANY-2905 Implement third rule which is supposed to look for an operation ...beckerdo1-9/+66
2009-02-25TUSCANY-2857 Correct handling of JMSDeliveryMode and JMSPrioritybeckerdo2-1/+20
2009-02-25TUSCANY-2867 - Pass checked exceptions as InvocationTargetExceptions. Don't r...slaws5-10/+51
2009-02-19Fix already closed bug with oneway requestsantelder1-1/+0
2009-02-19Fix already closed bug when the responseConnection is the same as the request...antelder1-1/+1
2009-02-19TUSCANY-2861: Fix Object wireformat to deal with receiveing a null message co...antelder1-0/+2
2009-02-19TUSCANY-2859: Add a closeResponseConnection method to the JMSResourceFactoryantelder3-1/+18
2009-02-17TUSCANY-2845: Change JMS binding so unchecked exceptions are returned as Runt...antelder1-2/+4
2009-02-17TUSCANY-2839: Add checks to bypass response processing for oneway operationsantelder5-17/+37
2009-02-13Partial fix for exceptions for sca clients using text xml wireformatantelder2-12/+25
2009-02-13Change XMLTextMessageProcessor to override the createFaultMessage to handle F...antelder1-0/+23
2009-02-12TUSCANY-2836 remove DEFAULT_DESTINATION_NAME and DEFAULT_RESPONSE_DESTINATION...slaws5-5/+5
2009-02-12Make sure resource factory gets set before use to avoid any NPEsantelder1-1/+1
2009-02-12TUSCANY-2839: Start at supporting services invoked by oneway requests not nee...antelder8-18/+32
2009-02-12TUSCANY-2841: start to add support for using a seperate response connection f...antelder9-3/+77
2009-02-06TUSCANY-2799 Fix NPE in JMS Object wire format when a null object is returned...slaws4-10/+21
2009-02-05TUSCANY-2799 - don't return responses inside arrays. Generally reorg the code...slaws13-39/+44
2009-01-30TUSCANY-2798: Fix the jms binding to use the destination in the binding respo...antelder1-2/+13
2009-01-28Intial cut at changing the jms binding to use the jms host for the service li...antelder2-176/+21
2009-01-08Handle both InvocationTargetException and FaultExceptionantelder1-0/+3
2009-01-07Commit temporary work arounds for TUSCANY-2593antelder2-2/+8
2008-12-01Mark old listener and invoker as deprecatedslaws2-0/+7
2008-11-30Remove some more file that have been deleted to remove split packagesslaws5-472/+0
2008-11-30Tidy jms policy implementations to remove code from the binding and put it i...slaws35-184/+578
2008-11-13Creating Java SCA 1.x branchlresende54-0/+5974