summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* TUSCANY-3916 - missed manifest change from previous commitslaws2011-09-011-0/+1
* TUSCANY-3916 - Turn remote interface match back on with a couple of restricti...slaws2011-09-013-13/+71
* Fix the index for messagerfeng2011-08-291-1/+1
* TUSCANY-3925 - Apply Jennifer's Java security patch. slaws2011-08-262-5/+32
* Correct comment errorsslaws2011-08-261-2/+2
* TUSCANY-3932 - sample of how the structural URI could be passed over a remote...slaws2011-08-261-1/+22
* TUSCANY-3932 - changes to get callbacks working over the distributed domain. ...slaws2011-08-251-0/+38
* TUSCANY-3916 Add the code to write the callback interface alongside the forwa...slaws2011-08-252-55/+169
* TUSCANY-3932 - Rework the callack wire calculation to be based on non-runtime...slaws2011-08-251-37/+96
* TUSCANY-3916 - add missing OSGi dependenciesslaws2011-08-191-0/+2
* The RuntimeInvoker currently swallows exceptions with a TODO comment, update ...antelder2011-08-171-0/+1
* TUSCANY-3916 - extend WSDL serialization code to deal with imports/includesslaws2011-08-153-27/+373
* 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-263-24/+124
* Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz2011-07-221-3/+3
* If the getBindingInterfaceContract isn't a Java interface then try the Compon...antelder2011-07-211-1/+8
* Fix OSGi importsrfeng2011-07-201-4/+5
* Use the correct endpoint interface when the business interface is not specifiedantelder2011-07-201-1/+1
* Update the Runtime Endpoint to include its normalized wsdl in its serializationantelder2011-07-192-1/+73
* Be more precise about when the async response path should be connected up in ...slaws2011-07-141-19/+8
* Fix the concurrency issue for the endpoint operation invocationrfeng2011-07-123-19/+37
* TUSCANY-3871 - provide a simple API for getting at the delegate information w...slaws2011-07-112-0/+24
* Correct comment as the code does go through that route for $self references c...slaws2011-07-111-1/+1
* Return correct interface contract when interfaces are compatible but not assi...bdaniel2011-06-291-0/+6
* Update EndpointReferenceBinderImpl to use the domain registry to workout if a...antelder2011-06-291-3/+2
* 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-062-16/+33
* 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