summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-impl/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-18Rename the methods on RuntimeEndpoint/RuntimeEndpointReference rfeng1-0/+2
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng2-74/+1
2009-10-29Update to end all service provider files with a new lineantelder3-0/+3
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 modulerfeng5-912/+5
2009-10-22Removing references to management class which is restricted in app engine env...lresende1-2/+6
2009-10-21Remove the dependency on NodeImpl and add the service registrationrfeng3-4/+19
2009-10-21Refactor the deployment-related code from NodeFactoryImpl into a Deployer uti...rfeng5-365/+782
2009-10-21Set the monitor to ValidatingXMLStreamReaderrfeng1-7/+13
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:rfeng5-41/+48
2009-10-14Resolve relative path of the contribution locations against the node.xmlrfeng1-1/+28
2009-10-09Add capability to read domainRegistry and other optionsrfeng4-1/+18
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng3-42/+44
2009-10-05Further refactor the CompositeContext to be the place to hold information abo...rfeng2-3/+12
2009-10-05Use Tuscany extensibility to create XMLOutputFactoryrfeng1-1/+4
2009-10-02Make CompositeActivator a stateless utility by using CompositeContext to hold...rfeng2-18/+82
2009-09-30Relax the Monitor/Problem interfaces to take Throwable and Obbject...rfeng2-9/+4
2009-09-28Minor clean uprfeng1-2/+2
2009-09-25Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng2-4/+4
2009-09-24Improve CompositeImpl.clone so that it clones both included and nested compos...rfeng1-7/+8
2009-09-22Dump out nested composites also. slaws1-4/+19
2009-09-22Add an operation that dumps out the domain composite as a string. Am using fo...slaws1-1/+24
2009-09-18Remove the need of subclassing Proxy and JXM so that Tuscany can run on Googl...rfeng1-4/+7
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...rfeng6-371/+28
2009-08-12Feed the monitor through into model resolvers should they wish to use it.slaws1-2/+2
2009-08-11Improve the XML schema validation to enable XSDs in other modulesrfeng1-0/+1
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
2009-08-05Provide access to the domain composite for testing purposesslaws1-0/+4
2009-08-05Don't let serious schema validation errors pass to fix for OASIS 120013antelder1-1/+1
2009-07-28Remove the default contents of he thread message context just in case that th...slaws1-0/+3
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng11-1148/+1148
2009-07-16Refactor the OSGi discovery service into node-implementation-osgi rfeng2-73/+90
2009-07-15Add getUtility by key to UtilityExtensionPointrfeng2-4/+4
2009-07-12TUSCANY-3134 - Fixing obsolete Tuscany namespace, trying to resolve BPEL iTes...lresende1-1/+1
2009-07-11TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder1-2/+1
2009-07-08Include the domain name in the start log message antelder1-1/+1
2009-07-07Fix the merge of definitionsrfeng1-1/+1
2009-06-29Use node URI as the object namerfeng1-4/+4
2009-06-25Use the QName as the key for binding base URIsrfeng1-10/+8
2009-06-24Test to push down the default binding configuration into the URI builders so ...slaws1-1/+13
2009-06-19Only unregister the MBean if it's registeredrfeng2-7/+25