summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add local cache for external XSDs referenced by SCA specsrfeng2009-06-1014-128/+1241
* Disable SAX entity processing to avoid IOException rfeng2009-06-101-34/+13
* Use componentURI#srevice-binding(serviceName/bindingName) as the endpoint URIrfeng2009-06-091-1/+2
* Remove commented out code as in-JVM cross node sharing is provided via the st...slaws2009-06-091-4/+0
* Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...rfeng2009-06-089-196/+254
* Use Node.getService() instead of exposing the Endpoints to the clientrfeng2009-06-082-13/+7
* Move EndpointRegistry from assembly to core-spirfeng2009-06-0810-420/+484
* Start to add an Apache Tomcat Tribes based replicated EndpointRegistryrfeng2009-06-084-0/+291
* Fix NPEs in RuntimeWireImpl2 when implementation.web in one node is wired to ...antelder2009-06-081-0/+5
* Add import packages as a work around for the NodeImpl and Endpoint dependenci...rfeng2009-06-081-1/+3
* Update the SCAClient impl to work with multiple nodes in a domainantelder2009-06-083-13/+38
* TUSCANY-3081 - Enable the local endpoint registry implementation in the endpo...slaws2009-06-0814-188/+343
* TUSCANY-3081 - Add a pluggable local endpoint registry implementation. This r...slaws2009-06-084-0/+126
* TUSCANY-3081 - Add toString (and remove some commented out code) to aid debug...slaws2009-06-081-11/+28
* TUSCANY-3081 - Add the name of the component/service/binding that the endpoin...slaws2009-06-082-10/+96
* Remove cache of RMI proxy because otherwise if the RMI service has been resta...rfeng2009-06-031-23/+23
* Commit initial strawman prototype of the EndpointRegistry being discussed on ...antelder2009-06-022-0/+125
* Fix for TUSCANY-3069, using ModelResolver instead of TCCL to resolve location...rfeng2009-06-013-141/+180
* Correct the NodeFactoryImpl use of the message properties fileantelder2009-06-012-1/+23
* Fix for unguarded access to compositeActivator.getDomainComposite() in stop()...edwardsmj2009-05-291-11/+13
* Make the versions consistentrfeng2009-05-293-6/+6
* Remove unused importsrfeng2009-05-291-35/+34
* Should check source instead of target MF filerfeng2009-05-291-2/+2
* Tolerate the non-existence of META-INF/MANIFEST.MFrfeng2009-05-281-0/+6
* Removed unnecessary reference to Impl class RuntimeComponentServiceImpledwardsmj2009-05-281-3/+5
* Start of a way to get at the endpoints in a Nodeantelder2009-05-282-0/+41
* Expose the setting of schema validation to subclassesrfeng2009-05-282-9/+21
* Update dependencies and fix the MFrfeng2009-05-272-4/+18
* First steps towards implementing new method for calculating Endpoints and End...edwardsmj2009-05-279-171/+815
* Added new method for testing Equality of two interfaces, as described in TUSC...edwardsmj2009-05-272-3/+84
* Add type info to remove ide warningantelder2009-05-271-1/+1
* Improve reporting information using a toString() method in WebServicesBinding...edwardsmj2009-05-271-0/+7
* Move workspace-impl to contrib as its not used by 2.x trunk code nowantelder2009-05-279-589/+0
* Move workspace to contrib as its not used by 2.x trunk code nowantelder2009-05-2720-1350/+0
* Move implementation-node-runtime to contrib as its not used by 2.x trunk code...antelder2009-05-2716-1456/+0
* Move implementation-node to contrib as its not used by 2.x trunk code nowantelder2009-05-2721-2020/+0
* Remove last references to implementation-node and workspace modules as they'r...antelder2009-05-274-14/+1
* Add optional life cycle control for extension points (for example, RMI extens...rfeng2009-05-2712-39/+139
* Refactor the contribution scanner to take Contribution as an argumentrfeng2009-05-2715-221/+219
* Tolerate the non-OSGi environmentrfeng2009-05-273-8/+12
* Add bundleentry protocolrfeng2009-05-271-4/+5
* Only stop the bundle when it is activerfeng2009-05-271-1/+1
* Update to jaxb-impl 2.1.11rfeng2009-05-271-7/+7
* Remove xml-apis dependenciesrfeng2009-05-271-3/+11
* Add checking for wrapper stylerfeng2009-05-271-6/+7
* Refactor the XMLInputFactory.newInstance into FactoryExtensionPoint.getFactoryrfeng2009-05-272-22/+23
* Fixes for TUSCANY-3061ramkumar2009-05-261-6/+2
* Update ClassLoaderModelResolver to use the thread context classloader as the ...antelder2009-05-251-1/+12
* Fix NPE when using jetty:run plugin with webapps, change contribution to be e...antelder2009-05-231-3/+3
* Update manifest for binding.sca movesantelder2009-05-231-3/+2