summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-25TUSCANY-3916 Add the code to write the callback interface alongside the forwa...slaws2-55/+169
2011-08-25TUSCANY-3932 - Rework the callack wire calculation to be based on non-runtime...slaws1-37/+96
2011-08-17The RuntimeInvoker currently swallows exceptions with a TODO comment, update ...antelder1-0/+1
2011-08-15TUSCANY-3916 - extend WSDL serialization code to deal with imports/includesslaws3-27/+373
2011-08-04TUSCANY-3904 - Apply Greg's patch so that the correct endpoint is picked up w...slaws1-34/+7
2011-07-26Add some code to try to convert the wsdl string from the remote endpoint back...antelder3-24/+124
2011-07-22Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz1-3/+3
2011-07-21If the getBindingInterfaceContract isn't a Java interface then try the Compon...antelder1-1/+8
2011-07-20Use the correct endpoint interface when the business interface is not specifiedantelder1-1/+1
2011-07-19Update the Runtime Endpoint to include its normalized wsdl in its serializationantelder1-1/+70
2011-07-14Be more precise about when the async response path should be connected up in ...slaws1-19/+8
2011-07-12Fix the concurrency issue for the endpoint operation invocationrfeng3-19/+37
2011-07-11TUSCANY-3871 - provide a simple API for getting at the delegate information w...slaws2-0/+24
2011-07-11Correct comment as the code does go through that route for $self references c...slaws1-1/+1
2011-06-29Return correct interface contract when interfaces are compatible but not assi...bdaniel1-0/+6
2011-06-29Update EndpointReferenceBinderImpl to use the domain registry to workout if a...antelder1-3/+2
2011-06-23TUSCANY-3873 - A stop gap solution to running the appliesTo algorithm against...slaws1-4/+20
2011-06-16TUSCANY-3876 - minimum changes to turn of implementation model sharing and re...slaws1-2/+1
2011-06-16TUSCANY-3873 - modify the policy matching algorithm for the case where the re...slaws1-3/+28
2011-06-13TUSCANY-3872: Apply patch from Greg Dritschler to fix AsyncJDKInvocationHandl...antelder1-0/+4
2011-06-10TUSCANY-3867 - Add rethrows back in the start processing as we don;t want to ...slaws1-0/+7
2011-06-07Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder1-3/+3
2011-06-06Tidy toString and add strings to exceptions rather than numbers. slaws1-36/+21
2011-06-06TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to allo...slaws1-15/+31
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the compos...antelder1-1/+13
2011-05-26Update getRunningMember to return null if the composite isn't startedantelder1-1/+4
2011-05-26Revert modification made several months ago to the core as it is not needed a...fmoga1-5/+0
2011-05-25Rename InstalledContribution to ContributionDescriptionantelder1-11/+11
2011-05-21Allows pass -by-reference for self referencesrfeng1-43/+54
2011-05-19Add a way to run commands on remote nodes and add Node API and Shell commands...antelder1-0/+7
2011-05-19Update to add APIs to get at which composites are running whereantelder1-1/+12
2011-05-19Add a method to get the domain membersantelder1-0/+6
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder1-20/+18
2011-05-17Don't include contributions with now running compositesantelder1-4/+6
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder6-85/+85
2011-05-15Update EndpointRegistryImpl to use the new ContributionListener and the updat...antelder1-0/+12
2011-05-12Update the registry to use a single class for all the installed contribution ...antelder1-35/+37
2011-05-11Update the registry to store info about a contributions deployables and expor...antelder1-2/+16
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder1-4/+17
2011-05-10Update the registry to support getting the QName and Composite, and use that ...antelder1-2/+11
2011-05-09Start looking at support for a Shell command to show the domain level composi...antelder1-0/+21
2011-03-16Be a bit more careful about dereferencing the DomainRegistryFactory endpointR...slaws1-4/+8
2011-03-09Performance tweak - for when the interface contracts are the sameantelder1-2/+2
2011-03-09Performance enhancement - only initilize all the factories the first timeantelder1-0/+5
2011-03-06Minor performance enhacement - look up all the factories once instead of each...antelder2-22/+46
2011-03-05Fix dependency tangle by removing the dependency on node from coreantelder3-47/+30
2011-03-04Don't clear the endpoints so that they're available on a restartantelder1-1/+0
2011-02-25TUSCANY-3839 - add a generic interceptor rather than a binding specific inter...slaws1-1/+1
2011-02-21TUSCANY-3834: Update to use the Monitor when logging the stop exceptionantelder1-9/+13
2011-02-11Correct core modification.fmoga2-5/+5