summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-impl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid NPE for the remote endpoints which don't have interface contracts setrfeng2012-07-311-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367808 13f79535-47bb-0310-9956-ffa450edef68
* Keep the composite object into the RemoteEndpointsrfeng2012-07-262-6/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1366136 13f79535-47bb-0310-9956-ffa450edef68
* Add the remoteEndpoints configuration for node.xml to define ↵rfeng2012-07-266-15/+205
| | | | | | statically-configured remote endpoints git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1366125 13f79535-47bb-0310-9956-ffa450edef68
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 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
* Add ablity to specify endpoint descriptions in node.xml for local domain ↵rfeng2011-12-023-2/+35
| | | | | | registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209634 13f79535-47bb-0310-9956-ffa450edef68
* Move the addNode to load() so that the import/export can be resolvedrfeng2011-09-201-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173362 13f79535-47bb-0310-9956-ffa450edef68
* Add the ablity to load the contributions/composite for a given node ↵rfeng2011-09-192-40/+65
| | | | | | configuration without starting the node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172881 13f79535-47bb-0310-9956-ffa450edef68
* Flush the XML stream writerslaws2011-06-101-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134228 13f79535-47bb-0310-9956-ffa450edef68
* Allows pass -by-reference for self referencesrfeng2011-05-213-1/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125636 13f79535-47bb-0310-9956-ffa450edef68
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder2011-05-161-3/+3
| | | | | | 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
* Allows the lookup of services by interface (service name == null) from a noderfeng2011-05-113-11/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102004 13f79535-47bb-0310-9956-ffa450edef68
* Allow the look up of endpoint address by component/service/binding name from ↵rfeng2011-04-202-0/+42
| | | | | | the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3496 - Adding extensibility to node api to allow other applications ↵lresende2011-03-294-34/+203
| | | | | | to tap to it and provide services that require introspecting node metadata git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086667 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the servlet-scoped node start/stop with Spring MVCrfeng2011-03-211-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083940 13f79535-47bb-0310-9956-ffa450edef68
* Allow the spring component to receive parent application context from the ↵rfeng2011-03-211-0/+2
| | | | | | composite context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083938 13f79535-47bb-0310-9956-ffa450edef68
* Performance enhancement - only look up factories when requiredantelder2011-03-101-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080135 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3843: Apply patch from Benjamin Busjaeger to fix Node.start() throws ↵antelder2011-03-101-0/+2
| | | | | | NPE after NodeFactory.create(List<?>) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080131 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3842 only calculate the domain composite the first time a node is ↵slaws2011-03-081-9/+15
| | | | | | started and when the contributions are loaded. I don't see why the domain composite, within a node, would change when we are not reloading the contributions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079366 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple test timing node start/stop timesantelder2011-03-041-0/+81
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077906 13f79535-47bb-0310-9956-ffa450edef68
* Remove old comment that no longer appliesantelder2011-02-141-4/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070423 13f79535-47bb-0310-9956-ffa450edef68
* MOve the quiet logging test out to a separate test so it doesn't interfere ↵antelder2011-02-092-13/+74
| | | | | | with other test logging and update the test so that it actually verifies nothing is logged git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068841 13f79535-47bb-0310-9956-ffa450edef68
* Fix another quiet logging bug and add the start of a testantelder2011-02-092-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068829 13f79535-47bb-0310-9956-ffa450edef68
* More quiet logging changes, update use of properties to not interfere with ↵antelder2011-02-081-2/+1
| | | | | | registry config git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068545 13f79535-47bb-0310-9956-ffa450edef68
* More quiet logging updatesantelder2011-02-082-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068340 13f79535-47bb-0310-9956-ffa450edef68
* Add setAutoDestroy methdodantelder2011-01-122-8/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058187 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
* Close input stream when reading is finishedslaws2010-12-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052255 13f79535-47bb-0310-9956-ffa450edef68
* Fix testcase to close the streamantelder2010-12-111-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044592 13f79535-47bb-0310-9956-ffa450edef68
* Code now moved to deployerslaws2010-11-301-53/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040446 13f79535-47bb-0310-9956-ffa450edef68
* Just tidy layout of line. slaws2010-11-301-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040445 13f79535-47bb-0310-9956-ffa450edef68
* Get the Shell invoke function working and add a services command to show the ↵antelder2010-11-171-41/+2
| | | | | | available services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036030 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 the node xml processor to support reading the extra attributesantelder2010-09-291-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002697 13f79535-47bb-0310-9956-ffa450edef68
* Fix the base URI displayrfeng2010-09-081-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993615 13f79535-47bb-0310-9956-ffa450edef68
* Allow the contributions list to be retrieve from a Nodeslaws2010-09-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992283 13f79535-47bb-0310-9956-ffa450edef68
* Remove reference to hidden NodeConfigurationImpl type that causes error due ↵slaws2010-08-311-2/+4
| | | | | | to invalid OSGi dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991126 13f79535-47bb-0310-9956-ffa450edef68
* Add a test case showing how to register a ProviderFactory instance. Minor ↵jsdelfino2010-08-311-0/+8
| | | | | | cleanup, add a createNode method that takes a list of contributions and remove reference to NodeFactory implementation class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991044 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
* Allow binding name to be used to look up services implemented by SCA compositerfeng2010-06-291-2/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958795 13f79535-47bb-0310-9956-ffa450edef68
* Add missing headerslaws2010-05-271-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948760 13f79535-47bb-0310-9956-ffa450edef68
* Updaqte to only consider Nodes in the same domainantelder2010-05-181-6/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945641 13f79535-47bb-0310-9956-ffa450edef68
* Get imports across Nodes going. Add methods getNodesInDomain to NodeFactory ↵antelder2010-05-183-7/+38
| | | | | | and getContributions to Node, and update Node init to pass in all contributiosn to Deployer.build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945569 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 testcase to test default schemeantelder2010-05-052-4/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941246 13f79535-47bb-0310-9956-ffa450edef68
* Use correct default domain name. (update left off previous commit)antelder2010-04-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938095 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase for extra propertyantelder2010-04-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937892 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase for properties and add properties to the attributesantelder2010-04-213-2/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936188 13f79535-47bb-0310-9956-ffa450edef68
* Set the runtime properties in the extension to make them available across ↵antelder2010-04-151-0/+3
| | | | | | the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934323 13f79535-47bb-0310-9956-ffa450edef68
* Add duplication check for SCA configurationsrfeng2010-04-141-23/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933854 13f79535-47bb-0310-9956-ffa450edef68