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
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
If the getBindingInterfaceContract isn't a Java interface then try the Compon...
antelder
2011-07-21
1
-1
/
+8
*
Use the correct endpoint interface when the business interface is not specified
antelder
2011-07-20
1
-1
/
+1
*
Update the Runtime Endpoint to include its normalized wsdl in its serialization
antelder
2011-07-19
1
-1
/
+70
*
Be more precise about when the async response path should be connected up in ...
slaws
2011-07-14
1
-19
/
+8
*
Fix the concurrency issue for the endpoint operation invocation
rfeng
2011-07-12
3
-19
/
+37
*
TUSCANY-3871 - provide a simple API for getting at the delegate information w...
slaws
2011-07-11
2
-0
/
+24
*
Correct comment as the code does go through that route for $self references c...
slaws
2011-07-11
1
-1
/
+1
*
Return correct interface contract when interfaces are compatible but not assi...
bdaniel
2011-06-29
1
-0
/
+6
*
Update EndpointReferenceBinderImpl to use the domain registry to workout if a...
antelder
2011-06-29
1
-3
/
+2
*
TUSCANY-3873 - A stop gap solution to running the appliesTo algorithm against...
slaws
2011-06-23
1
-4
/
+20
*
TUSCANY-3876 - minimum changes to turn of implementation model sharing and re...
slaws
2011-06-16
1
-2
/
+1
*
TUSCANY-3873 - modify the policy matching algorithm for the case where the re...
slaws
2011-06-16
1
-3
/
+28
*
TUSCANY-3872: Apply patch from Greg Dritschler to fix AsyncJDKInvocationHandl...
antelder
2011-06-13
1
-0
/
+4
*
TUSCANY-3867 - Add rethrows back in the start processing as we don;t want to ...
slaws
2011-06-10
1
-0
/
+7
*
Rename 'member' to 'node' as it seems too confusing to try to have a differen...
antelder
2011-06-07
1
-3
/
+3
*
Tidy toString and add strings to exceptions rather than numbers.
slaws
2011-06-06
1
-36
/
+21
*
TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to allo...
slaws
2011-06-06
2
-16
/
+33
*
Add a method to the DomainRegistry to get the contribution uri for the compos...
antelder
2011-06-06
1
-1
/
+13
*
Update getRunningMember to return null if the composite isn't started
antelder
2011-05-26
1
-1
/
+4
*
Revert modification made several months ago to the core as it is not needed a...
fmoga
2011-05-26
1
-5
/
+0
*
Rename InstalledContribution to ContributionDescription
antelder
2011-05-25
1
-11
/
+11
*
Allows pass -by-reference for self references
rfeng
2011-05-21
1
-43
/
+54
*
Add a way to run commands on remote nodes and add Node API and Shell commands...
antelder
2011-05-19
1
-0
/
+7
*
Update to add APIs to get at which composites are running where
antelder
2011-05-19
1
-1
/
+12
*
Add a method to get the domain members
antelder
2011-05-19
1
-0
/
+6
*
Updates to match the DomainRegistry changes to rename addListener/removeListe...
antelder
2011-05-18
1
-20
/
+18
*
Don't include contributions with now running composites
antelder
2011-05-17
1
-4
/
+6
*
Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...
antelder
2011-05-16
6
-85
/
+85
*
Update EndpointRegistryImpl to use the new ContributionListener and the updat...
antelder
2011-05-15
1
-0
/
+12
*
Update the registry to use a single class for all the installed contribution ...
antelder
2011-05-12
1
-35
/
+37
*
Update the registry to store info about a contributions deployables and expor...
antelder
2011-05-11
1
-2
/
+16
*
Start adding info about installed contributions to the registry so that distr...
antelder
2011-05-10
1
-4
/
+17
*
Update the registry to support getting the QName and Composite, and use that ...
antelder
2011-05-10
1
-2
/
+11
*
Start looking at support for a Shell command to show the domain level composi...
antelder
2011-05-09
1
-0
/
+21
*
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
3
-47
/
+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
[next]