summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany (follow)
Commit message (Expand)AuthorAgeFilesLines
* TUSCANY-3873 - A stop gap solution to running the appliesTo algorithm against...slaws2011-06-231-4/+20
* TUSCANY-3876 - minimum changes to turn of implementation model sharing and re...slaws2011-06-161-2/+1
* TUSCANY-3873 - modify the policy matching algorithm for the case where the re...slaws2011-06-161-3/+28
* TUSCANY-3872: Apply patch from Greg Dritschler to fix AsyncJDKInvocationHandl...antelder2011-06-131-0/+4
* 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
* Tidy toString and add strings to exceptions rather than numbers. slaws2011-06-061-36/+21
* 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
* Revert modification made several months ago to the core as it is not needed a...fmoga2011-05-261-5/+0
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-251-11/+11
* Allows pass -by-reference for self referencesrfeng2011-05-211-43/+54
* 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-166-85/+85
* 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
* Be a bit more careful about dereferencing the DomainRegistryFactory endpointR...slaws2011-03-161-4/+8
* 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
* Minor performance enhacement - look up all the factories once instead of each...antelder2011-03-062-22/+46
* Fix dependency tangle by removing the dependency on node from coreantelder2011-03-053-47/+30
* 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
* Correct core modification.fmoga2011-02-112-5/+5
* Copy Message bindingContext from forward message to callback message.fmoga2011-02-111-0/+5
* TUSCANY-3834 - ensure that exceptions in @Destroy operations are handled and ...slaws2011-02-092-19/+49
* Start quiet logging updates by changing endpoint registry logging. Seems a li...antelder2011-02-011-2/+41
* Add missing license headersantelder2011-01-281-0/+18
* Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj2011-01-241-2/+18
* Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj2011-01-241-19/+133
* TUSCANY-3783 - don't wrap exceptions unnecessarilyslaws2011-01-211-2/+4
* TUSCANY-3783 - Fix a hole in the AsyncReponseInvoker serialization to cover t...slaws2011-01-212-1/+34
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-206-49/+181
* Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz2011-01-201-8/+47
* Update deserialization of RuntimeEndpointImpl & RuntimeEndpointReferenceImpl ...edwardsmj2011-01-172-9/+110
* Make MessageFactoryImpl serializable to enable correct serialization of Endpo...edwardsmj2011-01-171-2/+9
* Add getter methods for the endpoint and endpoint and endpointRef to AsyncResp...bdaniel2011-01-141-0/+7
* TUSCANY-3783 - throw system exceptions rather than pushing them into the resp...slaws2011-01-141-4/+1
* TUSCANY-3801 - make the non-blocking interceptor work with native async bindingsslaws2011-01-141-8/+20
* TUSCANY-3788 - Put some more info back into the response message based on wha...slaws2011-01-141-1/+9