summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/NodeFactoryImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-07Official Tuscany 2.0.1 Releaselresende1-504/+0
2013-09-302.0.1 RC1 release taglresende1-0/+0
2013-09-262.0 branch for possible maintenance releaselresende1-0/+0
2012-02-08Tag for rc0 preview of beta4 releaseantelder1-0/+0
2011-09-19Add the ablity to load the contributions/composite for a given node configura...rfeng1-0/+19
2011-03-21Bring up the servlet-scoped node start/stop with Spring MVCrfeng1-2/+5
2011-02-09Fix another quiet logging bug and add the start of a testantelder1-1/+2
2011-02-08More quiet logging updatesantelder1-1/+4
2011-01-12Add setAutoDestroy methdodantelder1-8/+5
2010-11-30Code now moved to deployerslaws1-53/+1
2010-09-08Fix the base URI displayrfeng1-1/+0
2010-08-31Remove reference to hidden NodeConfigurationImpl type that causes error due t...slaws1-2/+4
2010-08-31Add a test case showing how to register a ProviderFactory instance. Minor cle...jsdelfino1-0/+8
2010-05-18Updaqte to only consider Nodes in the same domainantelder1-6/+8
2010-05-18Get imports across Nodes going. Add methods getNodesInDomain to NodeFactory a...antelder1-6/+34
2010-04-21Add testcase for properties and add properties to the attributesantelder1-2/+9
2010-04-15Set the runtime properties in the extension to make them available across the...antelder1-0/+3
2010-04-08TUSCANY-3529 - update binding matching to turn on code that looks at binding ...slaws1-0/+10
2010-03-14Improve the IP address binding to be based on the host from the urirfeng1-6/+4
2010-03-02Add the ability to map binding.sca to any bindings in the runtime by configur...rfeng1-1/+1
2010-02-13Start to make extension points/extensions configurable from NodeFactory/Servi...rfeng1-5/+16
2010-02-09Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng1-2/+2
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng1-1/+0
2010-02-08Generate unique Node URI if it's not set in the NodeConfigurationrfeng1-0/+4
2010-01-29Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng1-1/+2
2010-01-15The code for build time matching. To actually use this we need to create a bu...slaws1-1/+64
2009-11-20Moving 2.x trunklresende1-0/+0
2009-10-29Only create the registry if it's not setrfeng1-3/+5
2009-10-28Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng1-0/+1
2009-10-22Refactor the deployer into tuscany-deployment modulerfeng1-8/+5
2009-10-21Refactor the deployment-related code from NodeFactoryImpl into a Deployer uti...rfeng1-361/+49
2009-10-19Change import not found warning to severeslaws1-1/+5
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng1-19/+22
2009-10-14Resolve relative path of the contribution locations against the node.xmlrfeng1-1/+28
2009-10-09Add capability to read domainRegistry and other optionsrfeng1-1/+2
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng1-38/+28
2009-09-30Relax the Monitor/Problem interfaces to take Throwable and Obbject...rfeng1-7/+3
2009-09-28Minor clean uprfeng1-2/+2
2009-09-25Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng1-1/+1
2009-09-24Improve CompositeImpl.clone so that it clones both included and nested compos...rfeng1-7/+8
2009-09-14Fix compilation errorrfeng1-3/+3
2009-09-14Rename CompositeBuilderExtensionPoint to BuilderExtensionPointrfeng1-2/+2
2009-08-30Include domain name in log messageantelder1-1/+1
2009-08-28Enable setting configuration on the NodeFactoryImplantelder1-0/+14
2009-08-18Raise an error if two composites with the same name are found (ASM_6001). Als...slaws1-2/+2
2009-08-12Fix issues around XMLStreamWriter based on the isRepairingNamespaces property...rfeng1-9/+10
2009-08-12Feed the monitor through into model resolvers should they wish to use it.slaws1-2/+2
2009-08-10TUSCANY-3020 - when definitions are aggregated together check that there are ...slaws1-2/+8
2009-08-08Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws1-5/+5
2009-08-07Better handling of case where contribution import is not satisfied, to avoid ...edwardsmj1-6/+7