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-spi
/
src
/
main
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the code for getDomainComposite from NodeImpl to the domain registry
antelder
2011-05-19
2
-0
/
+24
*
Add a way to run commands on remote nodes and add Node API and Shell commands...
antelder
2011-05-19
2
-0
/
+35
*
Update to add APIs to get at which composites are running where
antelder
2011-05-19
1
-0
/
+2
*
Add a method to get the domain members
antelder
2011-05-19
1
-0
/
+2
*
Remove TODO that has now been done
antelder
2011-05-19
1
-4
/
+0
*
Rename addListener/removeListener to be addEndpointListener/removeEndpointLis...
antelder
2011-05-18
3
-10
/
+10
*
Remove unused methods on InstalledContribution and add a method to merge in c...
antelder
2011-05-17
1
-15
/
+40
*
Add info on imports to InstalledContribution
antelder
2011-05-16
1
-5
/
+9
*
Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...
antelder
2011-05-16
8
-59
/
+59
*
Add a EndpointRegistry method to update contributions and a ContributionListe...
antelder
2011-05-15
3
-0
/
+42
*
Update InstalledContribution to derive a default uri when no uri is specify
antelder
2011-05-15
1
-6
/
+40
*
Update the installed contribution to keep track of java and namespace exports
antelder
2011-05-13
1
-0
/
+9
*
Add TODO comment reminder
antelder
2011-05-12
1
-0
/
+1
*
Update the registry to use a single class for all the installed contribution ...
antelder
2011-05-12
2
-13
/
+94
*
Update the registry to store info about a contributions deployables and expor...
antelder
2011-05-11
1
-1
/
+6
*
Start adding info about installed contributions to the registry so that distr...
antelder
2011-05-10
1
-0
/
+5
*
Update the registry to support getting the QName and Composite, and use that ...
antelder
2011-05-10
1
-1
/
+2
*
Start looking at support for a Shell command to show the domain level composi...
antelder
2011-05-09
1
-0
/
+7
*
Add servlet scoped Node lifecycle support for web applications
rfeng
2011-03-18
1
-13
/
+47
*
TUSCANY-3837 - more SCABindingMapper from the binding sca runtime module to t...
slaws
2011-02-21
1
-0
/
+51
*
More quiet logging changes, update use of properties to not interfere with re...
antelder
2011-02-08
1
-1
/
+1
*
Add quiet logging constant
antelder
2011-02-01
1
-0
/
+6
*
Fixing serialization of AsyncResponseInvoker in support of async services und...
edwardsmj
2011-01-24
2
-0
/
+25
*
Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...
edwardsmj
2011-01-20
1
-0
/
+12
*
TUSCANY-3788 - Resolved async references are now started at start time to giv...
slaws
2011-01-14
1
-5
/
+0
*
Add capability to support Bindings that support Async invocations natively - ...
edwardsmj
2011-01-11
3
-9
/
+62
*
Correct the order that the phase constants appear in to match the actual phas...
slaws
2010-12-23
1
-1
/
+1
*
Updating core invocation code to support bindings that provide native async s...
edwardsmj
2010-12-20
3
-4
/
+34
*
TUSCANY-3801 - Make the async invoker creation signature more consistent with...
slaws
2010-12-09
1
-2
/
+1
*
TUSCANY-3801 - Separate off the asyncy response invocation interfaces from th...
slaws
2010-12-08
4
-25
/
+23
*
Start exploring way sof handling a pluggable approach of what to do when the ...
antelder
2010-12-08
1
-0
/
+29
*
TUSCANY-3801 - add missing response interface
slaws
2010-12-07
1
-0
/
+50
*
TUSCANY-3801 - missed files from previous check in.
slaws
2010-12-07
1
-5
/
+5
*
TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ...
slaws
2010-12-07
6
-82
/
+62
*
TUSCANY-3801 - move chain tail location code into the chain implementation
slaws
2010-12-06
2
-1
/
+8
*
TUSCANY-3801 - Update the invocation chain infrastructure, and the enpoints/e...
slaws
2010-12-03
3
-9
/
+65
*
TUSCANY-3801 - add an async implementation provider interface to allow provid...
slaws
2010-12-03
1
-0
/
+65
*
TUSCANY-3801 - add an async interceptor interface to chain can be navigated b...
slaws
2010-12-03
1
-0
/
+40
*
TUSCANY-3801 - Add new provider interfaces that allow providers to indicate w...
slaws
2010-12-03
2
-0
/
+96
*
TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...
slaws
2010-11-30
5
-1
/
+59
*
Get the Shell invoke function working and add a services command to show the ...
antelder
2010-11-17
1
-0
/
+12
*
Remove CompositeContext threadlocal thats might be causeing a storage leak as...
antelder
2010-10-25
1
-13
/
+1
*
Enhance the JAX-WS async client support and fix couple of issues
rfeng
2010-09-17
1
-0
/
+8
*
Add a Base class for binding impls with the boiler plate code
antelder
2010-09-04
1
-0
/
+94
*
Make sure ranking is honored
rfeng
2010-08-18
1
-9
/
+9
*
TUSCANY-3653 - Make the methods used to generate WSDL available through the R...
slaws
2010-08-18
2
-0
/
+16
*
Fix for TUSCANY-3622
rfeng
2010-07-16
1
-1
/
+7
*
Remove commented out methods
slaws
2010-07-13
2
-33
/
+1
*
TUSCANY-3616 - Add code to check that that interface contracts a reference an...
slaws
2010-07-13
2
-0
/
+49
*
TUSCANY-3593 - Create an endpoint on the fly at the point a reference target ...
slaws
2010-06-17
1
-1
/
+3
[next]