summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-03Fix typo in method name. slaws5-11/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992287 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18TUSCANY-3653 - Read JAXWS annotations in Java interfaces ↵slaws1-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
2010-08-08Avoid NPE when no dependent contributions are usedantelder1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983368 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03Change createStandaloneNode to be named newStandaloneNodeantelder2-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981849 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03@Ignore a test which depends on the jar produced by itest/T3558 which isn't ↵slaws1-0/+2
in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981778 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Change add/removeToDoamin method to have the contribution and composite uri ↵antelder4-20/+17
as separate parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981512 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Remove the @IGnore from a test of a contribution which was using the data ↵antelder1-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
2010-08-02Update for using a default contribution uri if none is specifiedantelder1-13/+35
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981496 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Add a createStandaloneNode method which creates a Node running a composite ↵antelder1-34/+26
outside of any domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981495 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Update all the install methods to return the uri of the installed ↵antelder1-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
2010-08-02Add data api as a test dependency so it can be used by one of the testsantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981493 13f79535-47bb-0310-9956-ffa450edef68
2010-07-06Update to configure the registry from the domainURIantelder1-2/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960881 13f79535-47bb-0310-9956-ffa450edef68
2010-07-05Change getDeployedComposites to return the composite relative uri instead of ↵antelder3-6/+6
the absolute uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960659 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04Fix to return the correct deployed composite listantelder1-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960323 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03Include getter for domain name on Node interfaceantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960264 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03Use IOHelper to create URI to avoid exceptionsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960263 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03Remove unused importsantelder1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960169 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03Clean up factory instantiation, add a static helper to create simple nodes, ↵antelder6-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
2010-07-01Start cleaning up JavaDoc and changes coming to light while doing that: move ↵antelder4-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
2010-06-28More updates for new namesantelder2-10/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958541 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Add a short form create methodantelder2-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958540 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Fix a couple of places still using old namesantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958538 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Remove old packagesantelder5-839/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958499 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder8-13/+862
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958497 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17Add manifest entries for packages org.apache.tuscany.sca.context and ↵edwardsmj1-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
2010-06-09Remove some more of those pesky non-utf8 charactersantelder1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953037 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Move the code in the domain module to the domain-node module as thats what ↵antelder12-0/+1104
domain-node was intended for git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952989 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Setting svn:eol-style for java and xml filesrfeng8-694/+694
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Updating Copyright Year in NOTICE fileslresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05Update to use NodeFactory as now that does most things that DomainNode didantelder1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941248 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30Add uri: and properties: so these work with the .bat/.sh scriptsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939707 13f79535-47bb-0310-9956-ffa450edef68
2010-03-14Improve the IP address binding to be based on the host from the urirfeng1-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
2010-03-04Remove the dependency on obsolete ↵rfeng1-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
2010-02-25Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng2-4/+4
for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908255 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Refactor the DomainRegistryFactory to be extensions of ↵rfeng1-3/+2
DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Catch up the tomcat runtime with all the recent domain and node changesantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902818 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12NodeFactory.getInstance doesn't work properly anymore so use the config approachantelder1-4/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898335 13f79535-47bb-0310-9956-ffa450edef68
2010-01-08Allow starting an empty node (with no contributions) so its possible to ↵antelder1-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
2010-01-06Add tuscany uri prefixantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896465 13f79535-47bb-0310-9956-ffa450edef68
2009-12-11TUSCANY-3391 - Disabling failing testslresende4-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889533 13f79535-47bb-0310-9956-ffa450edef68
2009-11-27Change to use RMI client which now does both local and remote domainsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884789 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25Add a new helloworld sample as a plain sca contribution, and itest for the ↵antelder2-10/+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
2009-11-25Remove SCAClient as its not in the latest spec and update all the places it ↵antelder4-22/+26
was used to use SCAClientFactory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884043 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24Remove ConfigAttributesImpl as its not used now and simplify constructorsantelder7-217/+57
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883659 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21Add missing importrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882816 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende15-0/+1046
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68