summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/NodeFactoryImpl.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-201-398/+0
* Only create the registry if it's not setrfeng2009-10-291-3/+5
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-281-0/+1
* Refactor the deployer into tuscany-deployment modulerfeng2009-10-221-8/+5
* Refactor the deployment-related code from NodeFactoryImpl into a Deployer uti...rfeng2009-10-211-361/+49
* Change import not found warning to severeslaws2009-10-191-1/+5
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-161-19/+22
* Resolve relative path of the contribution locations against the node.xmlrfeng2009-10-141-1/+28
* Add capability to read domainRegistry and other optionsrfeng2009-10-091-1/+2
* Refactor the runtime build logic into EndpointReferenceBinderrfeng2009-10-091-38/+28
* Relax the Monitor/Problem interfaces to take Throwable and Obbject...rfeng2009-09-301-7/+3
* Minor clean uprfeng2009-09-281-2/+2
* Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng2009-09-251-1/+1
* Improve CompositeImpl.clone so that it clones both included and nested compos...rfeng2009-09-241-7/+8
* Fix compilation errorrfeng2009-09-141-3/+3
* Rename CompositeBuilderExtensionPoint to BuilderExtensionPointrfeng2009-09-141-2/+2
* Include domain name in log messageantelder2009-08-301-1/+1
* Enable setting configuration on the NodeFactoryImplantelder2009-08-281-0/+14
* Raise an error if two composites with the same name are found (ASM_6001). Als...slaws2009-08-181-2/+2
* Fix issues around XMLStreamWriter based on the isRepairingNamespaces property...rfeng2009-08-121-9/+10
* Feed the monitor through into model resolvers should they wish to use it.slaws2009-08-121-2/+2
* TUSCANY-3020 - when definitions are aggregated together check that there are ...slaws2009-08-101-2/+8
* Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws2009-08-081-5/+5
* Better handling of case where contribution import is not satisfied, to avoid ...edwardsmj2009-08-071-6/+7
* Don't let serious schema validation errors pass to fix for OASIS 120013antelder2009-08-051-1/+1
* Refactor the OSGi discovery service into node-implementation-osgi rfeng2009-07-161-70/+66
* Add getUtility by key to UtilityExtensionPointrfeng2009-07-151-3/+2
* Fix the merge of definitionsrfeng2009-07-071-1/+1
* Use the QName as the key for binding base URIsrfeng2009-06-251-10/+8
* Test to push down the default binding configuration into the URI builders so ...slaws2009-06-241-1/+13
* TUSCANY-3092 build top level composite rather than the individual composites ...slaws2009-06-191-12/+8
* Add a LifeCycleListener interface so that extension points or extension can b...rfeng2009-06-171-22/+5
* Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...rfeng2009-06-081-1/+1
* Correct the NodeFactoryImpl use of the message properties fileantelder2009-06-011-1/+1
* Expose the setting of schema validation to subclassesrfeng2009-05-281-9/+15
* Add optional life cycle control for extension points (for example, RMI extens...rfeng2009-05-271-1/+12
* Refactoring a few methods on the ServiceDiscoverrfeng2009-05-201-5/+9
* Change the NodeFactoryImpl to be capable of hosting multiple instances of SCA...rfeng2009-05-191-5/+586
* Push down some of the createNode() methods to NodeFactory and only require th...rfeng2009-05-151-62/+0
* Integrate the NodeConfiguration with NodeImplrfeng2009-05-151-7/+65
* Start to integrate the node configuration with NodeImplrfeng2009-05-141-6/+36
* Simplify the Node API for a common default case so that creating a Node for s...antelder2008-11-211-0/+4
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-191-0/+50
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-191-55/+0
* Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to node...rfeng2008-08-191-0/+55