summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Use IOHelper to create URI to avoid exceptionsantelder2010-07-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960263 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsantelder2010-07-031-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960169 13f79535-47bb-0310-9956-ffa450edef68
* Clean up factory instantiation, add a static helper to create simple nodes, ↵antelder2010-07-036-75/+149
| | | | | | and update impl to correctly resolve dependencies for installed contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960160 13f79535-47bb-0310-9956-ffa450edef68
* Start cleaning up JavaDoc and changes coming to light while doing that: move ↵antelder2010-07-014-60/+101
| | | | | | getDeployer and getAssemblyFactory from Node to NodeFactory, change getInstalledContribution to return an assembly Contribution instead of an InstalledContribution, rename deployDeployables to runDeployables git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959582 13f79535-47bb-0310-9956-ffa450edef68
* More updates for new namesantelder2010-06-282-10/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958541 13f79535-47bb-0310-9956-ffa450edef68
* Add a short form create methodantelder2010-06-282-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958540 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of places still using old namesantelder2010-06-281-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958538 13f79535-47bb-0310-9956-ffa450edef68
* Remove old packagesantelder2010-06-285-839/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958499 13f79535-47bb-0310-9956-ffa450edef68
* Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder2010-06-287-13/+860
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958497 13f79535-47bb-0310-9956-ffa450edef68
* Remove some more of those pesky non-utf8 charactersantelder2010-06-091-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953037 13f79535-47bb-0310-9956-ffa450edef68
* Move the code in the domain module to the domain-node module as thats what ↵antelder2010-06-0912-0/+1104
| | | | | | domain-node was intended for git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952989 13f79535-47bb-0310-9956-ffa450edef68
* Setting svn:eol-style for java and xml filesrfeng2010-06-057-633/+633
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
* Update to use NodeFactory as now that does most things that DomainNode didantelder2010-05-051-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941248 13f79535-47bb-0310-9956-ffa450edef68
* Add uri: and properties: so these work with the .bat/.sh scriptsantelder2010-04-301-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939707 13f79535-47bb-0310-9956-ffa450edef68
* Improve the IP address binding to be based on the host from the urirfeng2010-03-141-1/+1
| | | | | | Having servlet host to return deployed uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922701 13f79535-47bb-0310-9956-ffa450edef68
* Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng2010-02-252-4/+4
| | | | | | for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-091-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908255 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the DomainRegistryFactory to be extensions of ↵rfeng2010-01-291-3/+2
| | | | | | DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
* Catch up the tomcat runtime with all the recent domain and node changesantelder2010-01-251-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902818 13f79535-47bb-0310-9956-ffa450edef68
* NodeFactory.getInstance doesn't work properly anymore so use the config approachantelder2010-01-121-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898335 13f79535-47bb-0310-9956-ffa450edef68
* Allow starting an empty node (with no contributions) so its possible to ↵antelder2010-01-081-4/+21
| | | | | | configure and start a shared endpoint registry that gets reused by subsequent nodes taht are started with the in-VM scheme git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897143 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany uri prefixantelder2010-01-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896465 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3391 - Disabling failing testslresende2009-12-114-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889533 13f79535-47bb-0310-9956-ffa450edef68
* Add a new helloworld sample as a plain sca contribution, and itest for the ↵antelder2009-11-251-9/+15
| | | | | | helloworld sample, and a fix to DomainNode so it works with that in a standalone domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884111 13f79535-47bb-0310-9956-ffa450edef68
* Remove SCAClient as its not in the latest spec and update all the places it ↵antelder2009-11-254-22/+26
| | | | | | was used to use SCAClientFactory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884043 13f79535-47bb-0310-9956-ffa450edef68
* Remove ConfigAttributesImpl as its not used now and simplify constructorsantelder2009-11-247-217/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883659 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2011-0/+757
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68