index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
branches
/
sca-java-1.x
/
modules
/
binding-jms-runtime
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-10-06
Fix the NOTICE file date to 2009
slaws
1
-1
/
+1
2009-09-07
TUSCANY-3255: Apply patch from Greg Dritschler to Consolidate JMS session man...
antelder
3
-2
/
+18
2009-07-03
TUSCANY-3127 - A work around to prevent failure when both JMS and JSONRPC bin...
slaws
1
-0
/
+7
2009-05-29
TUSCANY-2967 back out the trial change to bytes format messages so that all w...
slaws
1
-2
/
+10
2009-05-22
TUSCANY-3057: fix to use single JMS resource factory for request and response
antelder
1
-0
/
+4
2009-05-19
Do BytesMessage.reset() on BytesMP, DefaultMP to be consistent across wire fo...
scottkurz
2
-1
/
+3
2009-05-15
TUSCANY-3031 Ensure that JMS wire formats that don't required a data transfor...
slaws
8
-8
/
+8
2009-05-15
TUSCANY-2967 Fix up just jmsBytes wire format to return exceptions as bytes t...
slaws
1
-0
/
+30
2009-05-05
TUSCANY-3005 - Take account of the case where there are either no input param...
slaws
1
-8
/
+27
2009-05-05
TUSCANY-2968 - Discovering and adding wire format and operation selector inte...
lresende
1
-2
/
+0
2009-04-30
TUSCANY-2965 - add fault handling code for wireFormat.bytesXML
slaws
5
-22
/
+70
2009-04-30
TUSCANY-2996 - Add support for wrapSingle attribute that, when set true, ensu...
slaws
5
-23
/
+236
2009-04-26
TUSCANY-2966 - reset bytes message after read in operation selector so that f...
slaws
1
-0
/
+1
2009-04-26
TUSCANY-2965 - add a jmsBytesXML wireFormat analogous to jmsTextXML
slaws
7
-0
/
+607
2009-04-26
TUSCANY-2987, TUSCANY-2964. Rename operation selector that allows the user to...
slaws
4
-9
/
+11
2009-04-24
TUSCANY-2987 code to make nativeOperation based operation selection work and ...
slaws
6
-2
/
+308
2009-04-24
TUSCANY-2986 - move the callback processing into a separate interceptor to al...
slaws
3
-37
/
+110
2009-04-24
TUSCANY-2930 main part of separating wireFormat.jmsdefault out from wireForma...
slaws
15
-40
/
+1109
2009-04-18
Bump up 1.x trunk version to 1.6-SNAPSHOT
antelder
1
-12
/
+12
2009-03-26
Remove old "getWireFormatInterfaceContract" operation
slaws
8
-37
/
+8
2009-03-26
Remove these files as they are no longer required. Replaced by RRB... versions.
slaws
3
-741
/
+2
2009-03-26
TUSCANY-2931 - allow separate request and response wire formats in binding.jm...
slaws
10
-136
/
+241
2009-03-25
TUSCANY-2918, Update jms support so that the service listener can be pluggabl...
antelder
2
-114
/
+24
2009-03-19
Fixes for TUSCANY-2922
ramkumar
7
-9
/
+72
2009-03-10
TUSCANY-2905 Implement third rule which is supposed to look for an operation ...
beckerdo
1
-9
/
+66
2009-02-25
TUSCANY-2857 Correct handling of JMSDeliveryMode and JMSPriority
beckerdo
2
-1
/
+20
2009-02-25
TUSCANY-2867 - Pass checked exceptions as InvocationTargetExceptions. Don't r...
slaws
5
-10
/
+51
2009-02-19
Fix already closed bug with oneway requests
antelder
1
-1
/
+0
2009-02-19
Fix already closed bug when the responseConnection is the same as the request...
antelder
1
-1
/
+1
2009-02-19
TUSCANY-2861: Fix Object wireformat to deal with receiveing a null message co...
antelder
1
-0
/
+2
2009-02-19
TUSCANY-2859: Add a closeResponseConnection method to the JMSResourceFactory
antelder
3
-1
/
+18
2009-02-17
TUSCANY-2845: Change JMS binding so unchecked exceptions are returned as Runt...
antelder
1
-2
/
+4
2009-02-17
TUSCANY-2839: Add checks to bypass response processing for oneway operations
antelder
5
-17
/
+37
2009-02-13
Partial fix for exceptions for sca clients using text xml wireformat
antelder
2
-12
/
+25
2009-02-13
Change XMLTextMessageProcessor to override the createFaultMessage to handle F...
antelder
1
-0
/
+23
2009-02-12
TUSCANY-2836 remove DEFAULT_DESTINATION_NAME and DEFAULT_RESPONSE_DESTINATION...
slaws
5
-5
/
+5
2009-02-12
Make sure resource factory gets set before use to avoid any NPEs
antelder
1
-1
/
+1
2009-02-12
TUSCANY-2839: Start at supporting services invoked by oneway requests not nee...
antelder
8
-18
/
+32
2009-02-12
TUSCANY-2841: start to add support for using a seperate response connection f...
antelder
9
-3
/
+77
2009-02-06
TUSCANY-2799 Fix NPE in JMS Object wire format when a null object is returned...
slaws
4
-10
/
+21
2009-02-05
TUSCANY-2799 - don't return responses inside arrays. Generally reorg the code...
slaws
13
-39
/
+44
2009-01-30
TUSCANY-2798: Fix the jms binding to use the destination in the binding respo...
antelder
1
-2
/
+13
2009-01-28
Intial cut at changing the jms binding to use the jms host for the service li...
antelder
3
-181
/
+26
2009-01-08
Handle both InvocationTargetException and FaultException
antelder
1
-0
/
+3
2009-01-07
Commit temporary work arounds for TUSCANY-2593
antelder
2
-2
/
+8
2008-12-02
Changing version 1.4-SNAPSHOT to 1.5-SNAPSHOT
ramkumar
1
-12
/
+12
2008-12-01
Mark old listener and invoker as deprecated
slaws
2
-0
/
+7
2008-11-30
Remove some more file that have been deleted to remove split packages
slaws
5
-472
/
+0
2008-11-30
Tidy jms policy implementations to remove code from the binding and put it i...
slaws
36
-186
/
+580
2008-11-13
Creating Java SCA 1.x branch
lresende
57
-0
/
+6327
[next]