summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-jms-runtime/src/main/java/org/apache/tuscany/sca/binding/jms/provider (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-13Moving 1.x trunklresende17-2422/+0
2009-09-07TUSCANY-3255: Apply patch from Greg Dritschler to Consolidate JMS session man...antelder2-0/+16
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-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-04-30TUSCANY-2965 - add fault handling code for wireFormat.bytesXMLslaws1-1/+36
2009-04-30TUSCANY-2996 - Add support for wrapSingle attribute that, when set true, ensu...slaws1-12/+143
2009-04-26TUSCANY-2965 - add a jmsBytesXML wireFormat analogous to jmsTextXMLslaws1-0/+99
2009-04-24TUSCANY-2987 code to make nativeOperation based operation selection work and ...slaws1-1/+5
2009-04-24TUSCANY-2986 - move the callback processing into a separate interceptor to al...slaws1-0/+6
2009-04-24TUSCANY-2930 main part of separating wireFormat.jmsdefault out from wireForma...slaws2-5/+268
2009-03-26Remove these files as they are no longer required. Replaced by RRB... versions.slaws2-738/+0
2009-03-26TUSCANY-2931 - allow separate request and response wire formats in binding.jm...slaws2-11/+25
2009-03-25TUSCANY-2918, Update jms support so that the service listener can be pluggabl...antelder2-114/+24
2009-03-19Fixes for TUSCANY-2922ramkumar4-3/+29
2009-02-25TUSCANY-2867 - Pass checked exceptions as InvocationTargetExceptions. Don't r...slaws2-1/+25
2009-02-19Fix already closed bug when the responseConnection is the same as the request...antelder1-1/+1
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-13Partial fix for exceptions for sca clients using text xml wireformatantelder1-0/+10
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...antelder1-4/+3
2009-02-12TUSCANY-2841: start to add support for using a seperate response connection f...antelder8-2/+76
2009-02-06TUSCANY-2799 Fix NPE in JMS Object wire format when a null object is returned...slaws3-7/+19
2009-02-05TUSCANY-2799 - don't return responses inside arrays. Generally reorg the code...slaws5-18/+12
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-30Tidy jms policy implementations to remove code from the binding and put it i...slaws6-81/+23
2008-11-13Creating Java SCA 1.x branchlresende18-0/+2635