index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-java-2.x
/
trunk
/
modules
/
binding-jms-runtime
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-07-22
Moving trunk to 2.5-SNAPSHOT now that 2.0 is ready
lresende
1
-3
/
+3
2012-02-24
Back out changes for JIRA TUSCANY 4019. scaOperationName is being used to cor...
jennthom
2
-0
/
+11
2012-02-24
Fix for JIRA TUSCANY 4019 - remote scsOperationName from response messages.
jennthom
2
-11
/
+0
2012-02-21
TUSCANY-4018 - Apply Jennifers patch to correct the setting of reponse JMS he...
slaws
1
-6
/
+3
2012-02-09
TUSCANY-4011 - stop the SCDL callback binding configuration from being overwr...
slaws
4
-28
/
+22
2012-02-07
The operation name property is only for request messages so don't set it on t...
antelder
1
-8
/
+0
2012-02-06
When the JMS binding returns an fault message for an unexpected exception inc...
antelder
1
-1
/
+1
2012-01-28
TUSCANY-4009: Apply patch from Jennifer Thompson to fix Java2 Secuity Errors ...
antelder
1
-5
/
+31
2012-01-26
Fix the two failing JMS compliance tests that set callback destiantions in th...
antelder
1
-12
/
+15
2012-01-26
Update the JMS Axiom XML helper to create more correct wrapper elements
antelder
1
-9
/
+8
2012-01-24
Add parentheses to force correct evaluation
antelder
1
-1
/
+1
2012-01-24
Add meta-inf/service file for all the MessageProcessors
antelder
1
-0
/
+25
2012-01-24
Change the JMS binding MessageProcessor discovery to use ServiceDiscovery so ...
antelder
1
-21
/
+9
2012-01-24
TUSCANY-4008: Apply patch from Jennifer A Thompson to fix JMS binding operati...
antelder
1
-5
/
+8
2012-01-07
TUSCANY-4002: Apply patch from Jennifer Thompson to support get/set properti...
antelder
1
-0
/
+15
2012-01-06
TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in t...
slaws
2
-9
/
+6
2011-12-22
Make fields protected so subclasses can access
antelder
1
-12
/
+12
2011-12-20
Make fields protected so subclasses can use
antelder
1
-19
/
+19
2011-12-20
Change fields to be protected so subclasses can access them
antelder
1
-3
/
+3
2011-12-20
MOve the initilization of a default destination name to a seperate method so ...
antelder
1
-10
/
+14
2011-12-13
TUSCANY-3890 - separate the request wrapper model from the response wrapper m...
slaws
5
-9
/
+9
2011-11-18
Update to avoid index out of bounds exception with 1 character operation names
antelder
1
-1
/
+1
2011-11-14
Add missing manifest entry
slaws
1
-0
/
+1
2011-11-10
Update to fix compliance test BJM_4011 - if the operation isn't found ensure ...
antelder
1
-1
/
+1
2011-11-09
Update the JMS binding so that the message format may be either AXIOM or DOM....
antelder
19
-182
/
+406
2011-11-08
TUSCANY-3969: add fix from JIRA as suggested by Jennifer Thompson and Greg Dr...
antelder
1
-0
/
+25
2011-11-08
TUSCANY-3969: add a setRequestTimeout method
antelder
1
-0
/
+5
2011-11-08
TUSCANY-3969: add a setRequestTimeout method
antelder
1
-0
/
+5
2011-11-08
TUSCANY-3969: add a getDefaultRequestTimeout method
antelder
1
-0
/
+2
2011-11-04
Add missing imports
slaws
1
-0
/
+2
2011-11-03
TUSCANY-3973 OperationSelectorJMSDefaultServiceInterceptor.getTargetOperation...
antelder
1
-1
/
+3
2011-11-03
TUSCANY-3970 Improve error handling in TransportServiceInterceptor.invoke()
antelder
1
-8
/
+31
2011-11-03
TUSCANY-3968: Add getJMSResourceFactory() method to JMSBindingReferenceBindin...
antelder
1
-0
/
+4
2011-11-03
Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq ...
antelder
1
-15
/
+0
2011-11-03
Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq ...
antelder
1
-61
/
+2
2011-09-12
Fix the setting of the JMS callback destination from request properties for t...
antelder
1
-11
/
+21
2011-08-23
Update jms wireformats to fix NPE with async services
antelder
5
-6
/
+53
2011-08-19
Fix jms text wireformat to work with async services
antelder
3
-4
/
+26
2011-08-19
Fix NPE in jmsObject wireformat with async services
antelder
3
-4
/
+26
2011-07-27
Fix NPE which I think was just causing noise in the logs in the case of a 1-w...
scottkurz
1
-3
/
+3
2011-07-11
Remove SCABindingAsyncResponseInvoker. It isn't used because of the local opt...
slaws
1
-1
/
+0
2011-01-11
Complete enablement of the JMS Binding to deal with Async invocations - as un...
edwardsmj
5
-15
/
+40
2010-12-23
Add exclusion to ActiveMQ dependency. Also why is this dependency here and no...
slaws
1
-1
/
+8
2010-12-21
Extend AsyncResponseInvoker to be Generic to cope with binding-specific respo...
edwardsmj
1
-2
/
+3
2010-12-20
Extending binding-jms-runtime to provide native async service invocation with...
edwardsmj
29
-103
/
+1151
2010-12-15
Updating the fix for OSGi support to deal with error cases
edwardsmj
1
-30
/
+56
2010-12-10
Initial fixes to enable JMS runtime to work under OSGi as described in TUSCAN...
edwardsmj
4
-4
/
+51
2010-12-09
Restructure the handling of callback destination in CallbackDestinationInterc...
edwardsmj
1
-35
/
+48
2010-12-09
Enable binding.jms to deal with the MessageID sent as part of an async servic...
edwardsmj
2
-0
/
+28
2010-12-02
Added manifest entries for missing package dependencies, for TUSCANY-3803
edwardsmj
1
-0
/
+2
[next]