summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-impl/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-31Avoid NPE for the remote endpoints which don't have interface contracts setrfeng1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367808 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26Keep the composite object into the RemoteEndpointsrfeng2-6/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1366136 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26Add the remoteEndpoints configuration for node.xml to define ↵rfeng5-15/+203
statically-configured remote endpoints git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1366125 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02Add ablity to specify endpoint descriptions in node.xml for local domain ↵rfeng3-2/+35
registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209634 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Move the addNode to load() so that the import/export can be resolvedrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173362 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Add the ablity to load the contributions/composite for a given node ↵rfeng2-40/+65
configuration without starting the node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172881 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10Flush the XML stream writerslaws1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134228 13f79535-47bb-0310-9956-ffa450edef68
2011-05-21Allows pass -by-reference for self referencesrfeng3-1/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125636 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder1-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
2011-05-11Allows the lookup of services by interface (service name == null) from a noderfeng2-11/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102004 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Allow the look up of endpoint address by component/service/binding name from ↵rfeng2-0/+42
the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29TUSCANY-3496 - Adding extensibility to node api to allow other applications ↵lresende3-34/+202
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
2011-03-21Bring up the servlet-scoped node start/stop with Spring MVCrfeng1-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083940 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Allow the spring component to receive parent application context from the ↵rfeng1-0/+2
composite context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083938 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10Performance enhancement - only look up factories when requiredantelder1-7/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080135 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10TUSCANY-3843: Apply patch from Benjamin Busjaeger to fix Node.start() throws ↵antelder1-0/+2
NPE after NodeFactory.create(List<?>) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080131 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08TUSCANY-3842 only calculate the domain composite the first time a node is ↵slaws1-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
2011-03-04Add a simple test timing node start/stop timesantelder1-0/+81
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077906 13f79535-47bb-0310-9956-ffa450edef68
2011-02-14Remove old comment that no longer appliesantelder1-4/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070423 13f79535-47bb-0310-9956-ffa450edef68
2011-02-09MOve the quiet logging test out to a separate test so it doesn't interfere ↵antelder2-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
2011-02-09Fix another quiet logging bug and add the start of a testantelder2-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068829 13f79535-47bb-0310-9956-ffa450edef68
2011-02-08More quiet logging changes, update use of properties to not interfere with ↵antelder1-2/+1
registry config git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068545 13f79535-47bb-0310-9956-ffa450edef68
2011-02-08More quiet logging updatesantelder2-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068340 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Add setAutoDestroy methdodantelder2-8/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058187 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Close input stream when reading is finishedslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052255 13f79535-47bb-0310-9956-ffa450edef68
2010-12-11Fix testcase to close the streamantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044592 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Code now moved to deployerslaws1-53/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040446 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Just tidy layout of line. slaws1-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040445 13f79535-47bb-0310-9956-ffa450edef68
2010-11-17Get the Shell invoke function working and add a services command to show the ↵antelder1-41/+2
available services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036030 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Remove CompositeContext threadlocal thats might be causeing a storage leak ↵antelder1-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
2010-09-29Update the node xml processor to support reading the extra attributesantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002697 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Fix the base URI displayrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993615 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Allow the contributions list to be retrieve from a Nodeslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992283 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Remove reference to hidden NodeConfigurationImpl type that causes error due ↵slaws1-2/+4
to invalid OSGi dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991126 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Add a test case showing how to register a ProviderFactory instance. Minor ↵jsdelfino1-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
2010-06-29Allow binding name to be used to look up services implemented by SCA compositerfeng1-2/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958795 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add missing headerslaws1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948760 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Updaqte to only consider Nodes in the same domainantelder1-6/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945641 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Get imports across Nodes going. Add methods getNodesInDomain to NodeFactory ↵antelder3-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
2010-05-05Update testcase to test default schemeantelder2-4/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941246 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26Use correct default domain name. (update left off previous commit)antelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938095 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Update testcase for extra propertyantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937892 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21Add testcase for properties and add properties to the attributesantelder3-2/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936188 13f79535-47bb-0310-9956-ffa450edef68
2010-04-15Set the runtime properties in the extension to make them available across ↵antelder1-0/+3
the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934323 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14Add duplication check for SCA configurationsrfeng1-23/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933854 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08TUSCANY-3529 - update binding matching to turn on code that looks at binding ↵slaws2-2/+17
type provided intents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931904 13f79535-47bb-0310-9956-ffa450edef68
2010-03-14Improve the IP address binding to be based on the host from the urirfeng3-12/+10
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-02Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng1-1/+1
configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19Start to add the support to load node factory configuration from external filesrfeng2-0/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911689 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13Start to make extension points/extensions configurable from ↵rfeng2-5/+42
NodeFactory/ServiceDiscovery git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909678 13f79535-47bb-0310-9956-ffa450edef68