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
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Be a bit more careful about dereferencing the DomainRegistryFactory endpointR...
slaws
2011-03-16
1
-4
/
+8
*
Performance tweak - for when the interface contracts are the same
antelder
2011-03-09
1
-2
/
+2
*
Performance enhancement - only initilize all the factories the first time
antelder
2011-03-09
1
-0
/
+5
*
Minor performance enhacement - look up all the factories once instead of each...
antelder
2011-03-06
2
-22
/
+46
*
Fix dependency tangle by removing the dependency on node from core
antelder
2011-03-05
4
-53
/
+30
*
Don't clear the endpoints so that they're available on a restart
antelder
2011-03-04
1
-1
/
+0
*
TUSCANY-3839 - add a generic interceptor rather than a binding specific inter...
slaws
2011-02-25
1
-1
/
+1
*
TUSCANY-3834: Update to use the Monitor when logging the stop exception
antelder
2011-02-21
2
-9
/
+33
*
Correct core modification.
fmoga
2011-02-11
2
-5
/
+5
*
Copy Message bindingContext from forward message to callback message.
fmoga
2011-02-11
1
-0
/
+5
*
TUSCANY-3834 - ensure that exceptions in @Destroy operations are handled and ...
slaws
2011-02-09
2
-19
/
+49
*
Start quiet logging updates by changing endpoint registry logging. Seems a li...
antelder
2011-02-01
1
-2
/
+41
*
Add missing license headers
antelder
2011-01-28
1
-0
/
+18
*
Fixing serialization of AsyncResponseInvoker in support of async services und...
edwardsmj
2011-01-24
1
-2
/
+18
*
Fixing serialization of AsyncResponseInvoker in support of async services und...
edwardsmj
2011-01-24
1
-19
/
+133
*
TUSCANY-3783 - don't wrap exceptions unnecessarily
slaws
2011-01-21
1
-2
/
+4
*
TUSCANY-3783 - Fix a hole in the AsyncReponseInvoker serialization to cover t...
slaws
2011-01-21
2
-1
/
+34
*
Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...
edwardsmj
2011-01-20
6
-49
/
+181
*
Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).
scottkurz
2011-01-20
1
-8
/
+47
*
Update deserialization of RuntimeEndpointImpl & RuntimeEndpointReferenceImpl ...
edwardsmj
2011-01-17
4
-9
/
+117
*
Make MessageFactoryImpl serializable to enable correct serialization of Endpo...
edwardsmj
2011-01-17
1
-2
/
+9
*
Add getter methods for the endpoint and endpoint and endpointRef to AsyncResp...
bdaniel
2011-01-14
1
-0
/
+7
*
TUSCANY-3783 - throw system exceptions rather than pushing them into the resp...
slaws
2011-01-14
1
-4
/
+1
*
TUSCANY-3801 - make the non-blocking interceptor work with native async bindings
slaws
2011-01-14
1
-8
/
+20
*
TUSCANY-3788 - Put some more info back into the response message based on wha...
slaws
2011-01-14
1
-1
/
+9
*
TUSCANY-3788 - Resolved async references are now started at start time to giv...
slaws
2011-01-14
2
-75
/
+92
*
Add some more constants for use in the async processing
slaws
2011-01-12
1
-1
/
+2
*
Add capability to support Bindings that support Async invocations natively - ...
edwardsmj
2011-01-11
13
-135
/
+409
*
Clear the endpoints when the service is stopped
antelder
2011-01-11
1
-0
/
+1
*
Bump up copyright year in the NOTICE files
antelder
2011-01-10
1
-1
/
+1
*
Add missing dependencies
slaws
2010-12-23
1
-0
/
+2
*
Bring the unknown endpoint plugin into play at build and run time.
slaws
2010-12-23
1
-16
/
+26
*
Throw systematic errors as ServiceRuntimeExceptions
slaws
2010-12-23
1
-9
/
+10
*
Fix to invokeAsyncResponse method to cope with a Binding Chain with zero entries
edwardsmj
2010-12-21
1
-1
/
+3
*
Extend AsyncResponseInvoker to be Generic to cope with binding-specific respo...
edwardsmj
2010-12-21
1
-5
/
+8
*
Updating core invocation code to support bindings that provide native async s...
edwardsmj
2010-12-20
6
-27
/
+127
*
TUSCANY-3801 - reorder code so that the RuntimeInvoker does not take part in ...
slaws
2010-12-13
1
-6
/
+9
*
Remove dependencies now included in base Java
antelder
2010-12-11
1
-19
/
+0
*
Provide necessary additional in the service endpoint for Async service suppor...
edwardsmj
2010-12-09
1
-1
/
+10
*
provide additional necessary information in the Service Endpoint for all bind...
edwardsmj
2010-12-09
1
-0
/
+9
*
TUSCANY-3801 - Make the async invoker creation signature more consistent with...
slaws
2010-12-09
2
-5
/
+17
*
Update EndpointReferenceBinder with a plug point for an UnknownEndpointHandle...
antelder
2010-12-08
1
-7
/
+28
*
TUSCANY-3801 - Separate off the asyncy response invocation interfaces from th...
slaws
2010-12-08
3
-47
/
+17
*
TUSCANY-3801 - Thinking about how to wrap the difference between native and n...
slaws
2010-12-08
1
-0
/
+70
*
TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ...
slaws
2010-12-07
5
-47
/
+131
*
TUSCANY-3801 - move chain tail location code into the chain implementation
slaws
2010-12-06
4
-36
/
+35
*
TUSCANY-3801 - only create a service to accept async responses if the binding...
slaws
2010-12-03
1
-3
/
+10
*
TUSCANY-3801 - Update the invocation chain infrastructure, and the enpoints/e...
slaws
2010-12-03
5
-15
/
+178
*
TUSCANY-3801 - add an async interceptor interface to chain can be navigated b...
slaws
2010-12-03
1
-0
/
+74
*
TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...
slaws
2010-11-30
6
-50
/
+260
[prev]
[next]