summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/deployment (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-4067: Update to support resources in jars and zips nested within ↵antelder2012-07-301-0/+19
| | | | | | contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367135 13f79535-47bb-0310-9956-ffa450edef68
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
* Put back the definitions as it causes some policy regressionsantelder2012-03-271-18/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1305824 13f79535-47bb-0310-9956-ffa450edef68
* Fix Node validateContribution to not cause duplicate definition problems by ↵antelder2012-03-211-16/+18
| | | | | | removing definitions aggregation from the resolve method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303355 13f79535-47bb-0310-9956-ffa450edef68
* Fix Deployer.resolve to resolve dependent contributions correctly. It looks ↵antelder2012-03-042-6/+7
| | | | | | like nothing is using Deplyer.resolve except the validateContribution call so this bug had gone unoticed, the code in Deplyer.resove is duplicate din build, really build should just call resolve, i'll do that change in a seperate commit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296876 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3312 - Copy JavaInterfaceFactory memory leak changes from 1.x + ↵slaws2012-03-041-1/+1
| | | | | | other related changes and some extensions to allow the cache to be reduced when contributions are unloaded in the domain node. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296845 13f79535-47bb-0310-9956-ffa450edef68
* Bump up the date in the NOTICE fileantelder2012-02-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1243530 13f79535-47bb-0310-9956-ffa450edef68
* Don't do the build time binding if errors have been reported during the ↵slaws2011-09-211-4/+6
| | | | | | build steps git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173616 13f79535-47bb-0310-9956-ffa450edef68
* Use domain info to decide if the binding.sca needs to be distributedrfeng2011-09-201-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173361 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2011-08-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162089 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3907 - Clone top level composites before adding them to the domain ↵slaws2011-08-051-0/+9
| | | | | | level composite so that they don't get build more than once. Also clone bindings when reference and services are cloned. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154194 13f79535-47bb-0310-9956-ffa450edef68
* Rename 'member' to 'node' as it seems too confusing to try to have a ↵antelder2011-06-071-3/+3
| | | | | | different name for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132994 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to the DomainRegistry to get the contribution uri for the ↵antelder2011-06-061-0/+6
| | | | | | composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132613 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to Deployer to get a contributions dependencies from a set of ↵antelder2011-06-032-2/+35
| | | | | | contribution metadata git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1131053 13f79535-47bb-0310-9956-ffa450edef68
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-251-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127531 13f79535-47bb-0310-9956-ffa450edef68
* Add a way to run commands on remote nodes and add Node API and Shell ↵antelder2011-05-191-0/+7
| | | | | | commands to start and stop composites on remote nodes. Initial code so a little prototypy but it does work so committing it now for review git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124705 13f79535-47bb-0310-9956-ffa450edef68
* Update to add APIs to get at which composites are running whereantelder2011-05-191-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124606 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to get the domain membersantelder2011-05-191-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124566 13f79535-47bb-0310-9956-ffa450edef68
* Updates to match the DomainRegistry changes to rename ↵antelder2011-05-181-3/+3
| | | | | | addListener/removeListener to be addEndpointListener/removeEndpointListener as there are now multiple types of listener, and change the running composite methods to use the composite uri instead of its QName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124143 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to Deployer to load a model from XML and validate the Monitor ↵antelder2011-05-162-1/+20
| | | | | | results git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103639 13f79535-47bb-0310-9956-ffa450edef68
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder2011-05-161-8/+8
| | | | | | lots of times in the past just no one ever got around to it. It effects quite a few classes but its a relatively trivial rename and i don't think it should impact on anyone too much git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103629 13f79535-47bb-0310-9956-ffa450edef68
* Update for the new updateInstalledContribution methodantelder2011-05-151-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103529 13f79535-47bb-0310-9956-ffa450edef68
* Update for the new addComposite methodantelder2011-05-151-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103528 13f79535-47bb-0310-9956-ffa450edef68
* Update for COntribution interfcae changeantelder2011-05-151-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103279 13f79535-47bb-0310-9956-ffa450edef68
* Update for new method on the Contribution interfaceantelder2011-05-141-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102969 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to use a single class for all the installed contribution ↵antelder2011-05-121-16/+9
| | | | | | attributes, and to correct the storing of running composites to be qualified by the contribution uri. As per a previous commit comment this is still work in progress so a little rough, but its getting closer now to show the type of thing thats needed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102252 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to store info about a contributions deployables and ↵antelder2011-05-111-1/+9
| | | | | | exports so that distrubuted nodes are able to see what is available without having to actually go get and install a remote contribution. This is work in progress, an alternative is to just put the Contribution model object itself in the registry and have the registry impl hide the details, but this approach is easier for now as we see how things can work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101793 13f79535-47bb-0310-9956-ffa450edef68
* Start adding info about installed contributions to the registry so that ↵antelder2011-05-101-4/+13
| | | | | | distributed Nodes can find out about contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101468 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to support getting the QName and Composite, and use that ↵antelder2011-05-101-1/+6
| | | | | | in teh hazelcast registry to manage the running composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101369 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at support for a Shell command to show the domain level ↵antelder2011-05-091-0/+14
| | | | | | composite, this includes adding info about the running composites to the domain registry and a the new shell command to access it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101031 13f79535-47bb-0310-9956-ffa450edef68
* Update deployer to support passing in the system contribution so that that ↵antelder2011-03-042-3/+14
| | | | | | may be reused as cloning it each time can be slow git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077875 13f79535-47bb-0310-9956-ffa450edef68
* Bump up copyright year in the NOTICE filesantelder2011-01-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
* remove redundant dependencies slaws2010-12-231-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052291 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependenciesslaws2010-12-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052287 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be ↵slaws2010-11-303-8/+128
| | | | | | resolved then so that async response services can be established at that point. In a reliable situation the response service is then available as soon as reference is resolved and doesn't depend on the reference actually being used. Also start adding interfaces to allow the implementation provider to make an async invocation explicitly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040444 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to Deployer to resolve a contributions dependenciesantelder2010-07-032-0/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960159 13f79535-47bb-0310-9956-ffa450edef68
* Update Deployer.attachDeploymentComposite to return the URI of the attached ↵antelder2010-05-262-5/+19
| | | | | | composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948564 13f79535-47bb-0310-9956-ffa450edef68
* Update deployer to use a separate list of contributions to look at when ↵antelder2010-05-183-4/+5
| | | | | | looking for exports git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945568 13f79535-47bb-0310-9956-ffa450edef68
* Decode the url to avoid problems with it inlcudes spaces in the pathantelder2010-05-151-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944591 13f79535-47bb-0310-9956-ffa450edef68
* Allow direct access to the SCA schema. Rather than via the Tuscany schema. ↵slaws2010-05-131-3/+3
| | | | | | At the moment I've turned off validation of sca namespace schema as the OASIS sca schema already includes a "value" element which is an any. So values should validate against anything. Am raising with OASIS but didn't want to do any more fiddling until I get an answer as the guts of this stuff is proving surprisingly frustrating. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944004 13f79535-47bb-0310-9956-ffa450edef68
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3553 - add the SCA spec schema to the system contribution so that ↵slaws2010-05-113-7/+65
| | | | | | users can use SCA schema in property types. I don't know why people would want to do that but this capability seems to be the intention of the spec. This slows down the loading of any contributions that use these types, as the schema are loaded, but has little affect if you don't. I'm still looking at whether the local scheme optimization I added is effective but decided to check in as this fault is stopping the otests from running properly currently. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943224 13f79535-47bb-0310-9956-ffa450edef68
* As a trial to see if we can rule out the tuscany eclipse compiler causing ↵antelder2010-04-081-4/+4
| | | | | | the too many open files problem on Hudson try changing to use the regular maven compiler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931936 13f79535-47bb-0310-9956-ffa450edef68
* Fix multiple concurrency related issuesrfeng2010-01-271-2/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903542 13f79535-47bb-0310-9956-ffa450edef68
* Expose system definitions from the deployerrfeng2010-01-192-10/+10
| | | | | | | Add the removal of entries when the member leaves the group Add listeners to the hazelcastInstance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900661 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3397 - Adding support for identifying the sca spec version used for ↵lresende2009-12-181-9/+12
| | | | | | contribution metadata being read git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@892324 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-112-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2015-0/+1593
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68