summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment out the updateXxx methods for now as its not clear what they should ↵antelder2010-11-275-76/+77
| | | | | | do, and rename getDeployedComposites and getInstalledContributions to make it clearer what they do git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039643 13f79535-47bb-0310-9956-ffa450edef68
* Update node2 api to more closely match the commands the Shell hasantelder2010-11-255-31/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039077 13f79535-47bb-0310-9956-ffa450edef68
* Fix to use a new List for the deployables as the List in the contribution ↵antelder2010-11-251-1/+1
| | | | | | gets over written git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039044 13f79535-47bb-0310-9956-ffa450edef68
* Fix build breaks and MFsrfeng2010-11-172-1/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036159 13f79535-47bb-0310-9956-ffa450edef68
* Remove CompositeContext threadlocal thats might be causeing a storage leak ↵antelder2010-10-251-2/+0
| | | | | | as Tuscany doesn't use this anymore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026981 13f79535-47bb-0310-9956-ffa450edef68
* Update to use all the contribution attributes, rename the test to use the ↵antelder2010-09-292-238/+1
| | | | | | correct attribute name, and make sure the xml file gets closed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002691 13f79535-47bb-0310-9956-ffa450edef68
* Update to use all the contribution attributes, rename the test to use the ↵antelder2010-09-291-3/+9
| | | | | | correct attribute name, and make sure the xml file gets closed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002690 13f79535-47bb-0310-9956-ffa450edef68
* Add a createNodeFromXML method that can create and configure a node from an ↵antelder2010-09-294-0/+356
| | | | | | xml config file. Only supports minimal install so far and not all the other options for installing contributions and starting composites yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002650 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in method name. slaws2010-09-035-11/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992287 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3653 - Read JAXWS annotations in Java interfaces ↵slaws2010-08-181-0/+7
| | | | | | (JAXWSJavaIntefaceProcessor) and, in the JavaIntefaceProcessor, post process these to reconfigure the Java interface based on what is found. The case where WSDL is referenced is tricky and still has holes. The WSDL is read and is attached to the Java interface as a normalized interface and is used during interface matching. Binding implementations that care about WSDL should really check the normalized interface rather than the service interface itself. This is still a TODO. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986740 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE when no dependent contributions are usedantelder2010-08-081-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983368 13f79535-47bb-0310-9956-ffa450edef68
* Change createStandaloneNode to be named newStandaloneNodeantelder2010-08-032-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981849 13f79535-47bb-0310-9956-ffa450edef68
* @Ignore a test which depends on the jar produced by itest/T3558 which isn't ↵slaws2010-08-031-0/+2
| | | | | | in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981778 13f79535-47bb-0310-9956-ffa450edef68
* Change add/removeToDoamin method to have the contribution and composite uri ↵antelder2010-08-024-20/+17
| | | | | | as separate parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981512 13f79535-47bb-0310-9956-ffa450edef68
* Remove the @IGnore from a test of a contribution which was using the data ↵antelder2010-08-021-6/+2
| | | | | | api, and updates for tests to use the new createStandaloneNode method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981497 13f79535-47bb-0310-9956-ffa450edef68
* Update for using a default contribution uri if none is specifiedantelder2010-08-021-13/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981496 13f79535-47bb-0310-9956-ffa450edef68
* Add a createStandaloneNode method which creates a Node running a composite ↵antelder2010-08-021-34/+26
| | | | | | outside of any domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981495 13f79535-47bb-0310-9956-ffa450edef68
* Update all the install methods to return the uri of the installed ↵antelder2010-08-021-3/+5
| | | | | | contribution which simplifies the use of default URIs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981494 13f79535-47bb-0310-9956-ffa450edef68
* Add data api as a test dependency so it can be used by one of the testsantelder2010-08-021-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981493 13f79535-47bb-0310-9956-ffa450edef68
* Update to configure the registry from the domainURIantelder2010-07-061-2/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960881 13f79535-47bb-0310-9956-ffa450edef68
* Change getDeployedComposites to return the composite relative uri instead of ↵antelder2010-07-053-6/+6
| | | | | | the absolute uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960659 13f79535-47bb-0310-9956-ffa450edef68
* Fix to return the correct deployed composite listantelder2010-07-041-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960323 13f79535-47bb-0310-9956-ffa450edef68
* Include getter for domain name on Node interfaceantelder2010-07-031-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960264 13f79535-47bb-0310-9956-ffa450edef68
* 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-288-13/+862
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958497 13f79535-47bb-0310-9956-ffa450edef68
* Add manifest entries for packages org.apache.tuscany.sca.context and ↵edwardsmj2010-06-171-1/+3
| | | | | | org.apache.tuscany.sca.work to enable correct operation under OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955565 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-058-694/+694
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 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
* 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
* Remove the dependency on obsolete ↵rfeng2010-03-041-1/+1
| | | | | | binding-sca-axis2/binding-sca-rmi/sca-client-rmi modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918851 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
* Change to use RMI client which now does both local and remote domainsantelder2009-11-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884789 13f79535-47bb-0310-9956-ffa450edef68