summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add implementation for DOMInvokerantelder2012-08-151-3/+6
* TUSCANY-4037: Apply patch from Greg Dritschler to fix OutOfMemoryError becaus...antelder2012-05-011-1/+3
* TUSCANY-4025 - enhance the previous fix for this JIRA to call the listeners i...slaws2012-03-191-1/+10
* TUSCANY-4025 - delay the removal of the contribution information until after ...slaws2012-03-081-1/+1
* Add a strawman approach to enable setting the binding uri on a ServiceReferenceantelder2011-12-081-1/+16
* TUSCANY-3988 - Apply Greg's suggested fix to ensure that policy provider list...slaws2011-12-051-0/+8
* Add a contributionInstalled() operation to the listener interface. Completes ...slaws2011-12-011-0/+3
* TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save in...antelder2011-11-211-0/+14
* TUSCANY-3958 - serialize endpoint intents/policy sets across the registry for...slaws2011-10-172-2/+100
* TUSCANY-3957: Apply patch from Greg Dritschler to fix Endpoint references are...antelder2011-10-032-2/+9
* TUSCANY-3955: Apply patch from Greg Drischler to fix Cached invocation chain ...antelder2011-09-281-0/+1
* Use domain info to decide if the binding.sca needs to be distributedrfeng2011-09-201-0/+5
* TUSCANY-3945 - Make public the operations that allow the promoted component a...slaws2011-09-151-2/+2
* TUSCANY-3916 - Replace WSDL representation of interface contract with an inte...slaws2011-09-091-12/+54
* TUSCANY-3916 - Turn remote interface match back on with a couple of restricti...slaws2011-09-012-13/+57
* TUSCANY-3925 - Apply Jennifer's Java security patch. slaws2011-08-261-3/+26
* Correct comment errorsslaws2011-08-261-2/+2
* TUSCANY-3916 Add the code to write the callback interface alongside the forwa...slaws2011-08-252-55/+169
* TUSCANY-3916 - extend WSDL serialization code to deal with imports/includesslaws2011-08-152-13/+372
* TUSCANY-3904 - Apply Greg's patch so that the correct endpoint is picked up w...slaws2011-08-041-34/+7
* Add some code to try to convert the wsdl string from the remote endpoint back...antelder2011-07-262-21/+121
* Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz2011-07-221-3/+3
* Update the Runtime Endpoint to include its normalized wsdl in its serializationantelder2011-07-191-1/+70
* Be more precise about when the async response path should be connected up in ...slaws2011-07-141-19/+8
* TUSCANY-3871 - provide a simple API for getting at the delegate information w...slaws2011-07-112-0/+24
* TUSCANY-3876 - minimum changes to turn of implementation model sharing and re...slaws2011-06-161-2/+1
* TUSCANY-3867 - Add rethrows back in the start processing as we don;t want to ...slaws2011-06-101-0/+7
* Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder2011-06-071-3/+3
* TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to allo...slaws2011-06-061-15/+31
* Add a method to the DomainRegistry to get the contribution uri for the compos...antelder2011-06-061-1/+13
* Update getRunningMember to return null if the composite isn't startedantelder2011-05-261-1/+4
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-251-11/+11
* Add a way to run commands on remote nodes and add Node API and Shell commands...antelder2011-05-191-0/+7
* Update to add APIs to get at which composites are running whereantelder2011-05-191-1/+12
* Add a method to get the domain membersantelder2011-05-191-0/+6
* Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder2011-05-181-20/+18
* Don't include contributions with now running compositesantelder2011-05-171-4/+6
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder2011-05-164-43/+43
* Update EndpointRegistryImpl to use the new ContributionListener and the updat...antelder2011-05-151-0/+12
* Update the registry to use a single class for all the installed contribution ...antelder2011-05-121-35/+37
* Update the registry to store info about a contributions deployables and expor...antelder2011-05-111-2/+16
* Start adding info about installed contributions to the registry so that distr...antelder2011-05-101-4/+17
* Update the registry to support getting the QName and Composite, and use that ...antelder2011-05-101-2/+11
* Start looking at support for a Shell command to show the domain level composi...antelder2011-05-091-0/+21
* Performance tweak - for when the interface contracts are the sameantelder2011-03-091-2/+2
* Performance enhancement - only initilize all the factories the first timeantelder2011-03-091-0/+5
* Fix dependency tangle by removing the dependency on node from coreantelder2011-03-052-36/+27
* Don't clear the endpoints so that they're available on a restartantelder2011-03-041-1/+0
* TUSCANY-3839 - add a generic interceptor rather than a binding specific inter...slaws2011-02-251-1/+1
* TUSCANY-3834: Update to use the Monitor when logging the stop exceptionantelder2011-02-211-9/+13