summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-11Take *-osoa modules out of build in preparation for moving to contribantelder1-2/+0
2009-06-11Move binding-jsonrpc to contrib as discussed on MLantelder10-494/+0
2009-06-11Move binding-dwr to contrib as discussed on MLantelder10-462/+0
2009-06-11Take dwr and jsonrpc bindings out of main build as they're not finished and n...antelder1-2/+0
2009-06-11Move binding-dwr-runtime to contrib as discussed on MLantelder10-900/+0
2009-06-11Move binding-rest-runtime to contrib as discussed on MLantelder9-837/+0
2009-06-11Move binding-rest to contrib as discussed on MLantelder8-284/+0
2009-06-11Move binding-ws-jaxws to contrib as discussed on MLantelder13-1147/+0
2009-06-11TUSCANY-3082 TUSCANY-3090 - Remove references to the old EndpointReference an...slaws33-475/+329
2009-06-11Update implementation-bpel so it works agian when the contribution file name ...antelder2-2/+13
2009-06-11Use uri for Endpoint/EndpointReferencerfeng11-262/+377
2009-06-10Add uri to Endpoint/EndpointReferencerfeng8-57/+120
2009-06-10Remove unused getEndpoints() methodrfeng2-43/+0
2009-06-10Allow the use of configured attributes for ModuleActivator and Utilityrfeng2-29/+53
2009-06-10Fix URI double-escaping issuerfeng3-0/+9
2009-06-10Fix the class type for DefaultBeanModelProcessorrfeng1-30/+30
2009-06-10Make the xsd dependency optionalrfeng1-1/+1
2009-06-10Addd import packagerfeng1-5/+6
2009-06-10Cache DTDs for XMLSchemarfeng3-1/+622
2009-06-10Create the runtime version of Endpoint2 for serializationrfeng11-25/+372
2009-06-10Add local cache for external XSDs referenced by SCA specsrfeng14-128/+1241
2009-06-10Disable SAX entity processing to avoid IOException rfeng1-34/+13
2009-06-09Use componentURI#srevice-binding(serviceName/bindingName) as the endpoint URIrfeng1-1/+2
2009-06-09Remove commented out code as in-JVM cross node sharing is provided via the st...slaws1-4/+0
2009-06-08Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...rfeng9-196/+254
2009-06-08Use Node.getService() instead of exposing the Endpoints to the clientrfeng2-13/+7
2009-06-08Move EndpointRegistry from assembly to core-spirfeng10-420/+484
2009-06-08Start to add an Apache Tomcat Tribes based replicated EndpointRegistryrfeng4-0/+291
2009-06-08Fix NPEs in RuntimeWireImpl2 when implementation.web in one node is wired to ...antelder1-0/+5
2009-06-08Add import packages as a work around for the NodeImpl and Endpoint dependenci...rfeng1-1/+3
2009-06-08Update the SCAClient impl to work with multiple nodes in a domainantelder3-13/+38
2009-06-08TUSCANY-3081 - Enable the local endpoint registry implementation in the endpo...slaws14-188/+343
2009-06-08TUSCANY-3081 - Add a pluggable local endpoint registry implementation. This r...slaws4-0/+126
2009-06-08TUSCANY-3081 - Add toString (and remove some commented out code) to aid debug...slaws1-11/+28
2009-06-08TUSCANY-3081 - Add the name of the component/service/binding that the endpoin...slaws2-10/+96
2009-06-03Remove cache of RMI proxy because otherwise if the RMI service has been resta...rfeng1-23/+23
2009-06-02Commit initial strawman prototype of the EndpointRegistry being discussed on ...antelder2-0/+125
2009-06-01Fix for TUSCANY-3069, using ModelResolver instead of TCCL to resolve location...rfeng3-141/+180
2009-06-01Correct the NodeFactoryImpl use of the message properties fileantelder2-1/+23
2009-05-29Fix for unguarded access to compositeActivator.getDomainComposite() in stop()...edwardsmj1-11/+13
2009-05-29Make the versions consistentrfeng3-6/+6
2009-05-29Remove unused importsrfeng1-35/+34
2009-05-29Should check source instead of target MF filerfeng1-2/+2
2009-05-28Tolerate the non-existence of META-INF/MANIFEST.MFrfeng1-0/+6
2009-05-28Removed unnecessary reference to Impl class RuntimeComponentServiceImpledwardsmj1-3/+5
2009-05-28Start of a way to get at the endpoints in a Nodeantelder2-0/+41
2009-05-28Expose the setting of schema validation to subclassesrfeng2-9/+21
2009-05-27Update dependencies and fix the MFrfeng2-4/+18
2009-05-27First steps towards implementing new method for calculating Endpoints and End...edwardsmj9-171/+815
2009-05-27Added new method for testing Equality of two interfaces, as described in TUSC...edwardsmj2-3/+84