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
*
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
*
Get the Shell invoke function working and add a services command to show the ...
antelder
2010-11-17
1
-0
/
+47
*
TUSCANY-3664 Add support for multiple operation output types
bdaniel
2010-11-14
1
-3
/
+6
*
Fix the error message so that the interface name is used
rfeng
2010-11-13
1
-3
/
+2
*
remove unused dependency on asm
bdaniel
2010-11-09
1
-6
/
+0
*
Fix typo in comment
slaws
2010-11-08
1
-1
/
+1
*
Correct confusing error message
slaws
2010-11-05
1
-1
/
+1
*
add missing dependencies
slaws
2010-09-27
1
-0
/
+1
*
TUSCANY-3687 - Not sure what the default ranking is and I believe the registr...
slaws
2010-09-24
1
-1
/
+1
*
TUSCANY-3686 - All tribes endpoint registry to create instances of RuntimeEnd...
slaws
2010-09-24
1
-0
/
+1
*
Move to wstx-as version 3.2.6 consistently. Having two versions in the distro...
slaws
2010-09-24
1
-1
/
+1
*
Enhance the JAX-WS async client support and fix couple of issues
rfeng
2010-09-17
5
-285
/
+392
*
TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void m...
bdaniel
2010-09-17
1
-6
/
+82
*
Remove commented out line
slaws
2010-09-14
1
-1
/
+0
*
Fix the self reference with explicit bindings
rfeng
2010-09-10
1
-3
/
+5
*
Check for the null binding provider to avoid NPE
rfeng
2010-09-08
1
-4
/
+4
*
TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ...
slaws
2010-08-25
3
-9
/
+32
*
Put back some code to use the InterfaceContractMapper to match interfaces, as...
jsdelfino
2010-08-24
1
-0
/
+4
*
Remove commented code
slaws
2010-08-19
2
-15
/
+1
*
JCA_9013 Throw an IllegalArgumentException when getProperty() is called with ...
bdaniel
2010-08-18
1
-3
/
+2
*
TUSCANY-3653 - Read JAXWS annotations in Java interfaces (JAXWSJavaIntefacePr...
slaws
2010-08-18
3
-28
/
+66
*
Throw IllegalArgumentExceptions on various ComponentContext methods to fix JC...
bdaniel
2010-08-05
1
-3
/
+17
*
Throw an IllegalArgumentException if createSelfReference is called with a bus...
bdaniel
2010-08-05
1
-1
/
+6
*
implement interface contract compatibility checking -- allows oasis JCA_9008_...
kelvingoodson
2010-08-03
1
-26
/
+60
*
TUSCANY-3639 - ensure that the service wire is created at the same time as th...
slaws
2010-07-29
1
-0
/
+6
*
improve pd info for interface contract mapping and fix up failing ASM tests d...
kelvingoodson
2010-07-27
1
-0
/
+14
*
Check constrained types for the qualifiable parent of a qualified intent
bdaniel
2010-07-26
1
-1
/
+5
*
Remove constrained intents from endpoint references at runtime binding time
bdaniel
2010-07-23
1
-3
/
+37
*
missing file from commit 966324
kelvingoodson
2010-07-22
1
-11
/
+10
*
Fix the regression caused by r963624 for overloaded local methods
rfeng
2010-07-16
1
-3
/
+12
*
communicate differences in interfaces wrt @Remotable annotation
kelvingoodson
2010-07-16
1
-1
/
+1
[next]