summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-30Starting to hook distribution/discovery servicesrfeng8-83/+178
2009-06-30Remove the duplicate notificationsrfeng1-9/+0
2009-06-29Use node URI as the object namerfeng1-4/+4
2009-06-29Start adding a more meaningful (compared to unresolved) status field to endpo...slaws3-4/+61
2009-06-26Check null to avoid NPE (we also have to find out why Endpoint.interfaceContr...rfeng1-19/+20
2009-06-26Fix the MANIFEST.MF with import-packagesrfeng1-105/+15
2009-06-26Fix the compilation error (Endpoint2/EndpointReference2)rfeng2-18/+19
2009-06-26Changes to enable implementation-bpel-runtime to run under OSGi, as described...edwardsmj1-0/+140
2009-06-26Changes to enable implementation-bpel-runtime to run under OSGi, as described...edwardsmj1-19/+118
2009-06-26Some refactoring on the discoveryrfeng5-28/+82
2009-06-25Changes to move implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.xedwardsmj1-45/+87
2009-06-25Changes to move implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.xedwardsmj5-33/+189
2009-06-25Add the workaround to create a URL based on the free port if no default is co...rfeng1-21/+42
2009-06-25Remove EndpointRegistry prefix as the logger has it alreadyrfeng1-6/+6
2009-06-25Use the QName as the key for binding base URIsrfeng6-33/+38
2009-06-25Configure the base URIs for the bindingsrfeng1-2/+14
2009-06-25Add a bit logic to find the 1st non-loopback IP addressrfeng1-19/+37
2009-06-25Make sure the node URI is unique when default nodes are created by the factoryrfeng1-1/+4
2009-06-25Add more logic to handle the Endpoint publication and discoveryrfeng3-13/+54
2009-06-24Add service properties from SCA Endpointrfeng3-6/+23
2009-06-24Start to add discovery service for distributed OSGi over SCArfeng13-1/+1379
2009-06-24Allow the replicated map to be listened on the add/remove/update of entriesrfeng6-13/+1852
2009-06-24Simplify the sca binding providers so that no local/remote decision making is...slaws2-71/+31
2009-06-24Test to push down the default binding configuration into the URI builders so ...slaws6-15/+106
2009-06-24Deal with file: protocol that doesn't populate the path part of the URLslaws2-6/+7
2009-06-24Remove URIs from reference binding.sca to move these composites toward OASIS....slaws7-23/+13
2009-06-24Update jsonp binding for recent provider api changesantelder2-24/+17
2009-06-23Revert the change for nowrfeng1-1/+1
2009-06-23Check the existence of OSGI-INF/sca/bundle.composite for SCA bundlesrfeng2-18/+38
2009-06-23Add a QName as the type for binding/implementation and use it to compare mode...rfeng57-743/+818
2009-06-23Use the JAXB package (ObjectFactory and indexed classes) to build JAXBContextrfeng1-88/+177
2009-06-23Fixes for TUSCANY-3117ramkumar2-47/+67
2009-06-23Use componentURI/serviceName/bindingName to derive the URI of a binding if no...rfeng1-90/+85
2009-06-22Exclude .svn files rfeng1-2/+14
2009-06-22Add jstl dependency so apps using tuscany-jsf don't need to define itantelder1-0/+7
2009-06-22correct manifest for removal of conversation packageslaws1-2/+0
2009-06-22License/notice/header Changes from M3 branch r787159, r787162 and r787164slaws5-0/+124
2009-06-22Remove all conversational related code from SCA API and code that uses it as ...antelder37-2227/+8
2009-06-19Only unregister the MBean if it's registeredrfeng2-7/+25
2009-06-19Make the remote flag consistent in names and setters/gettersrfeng7-27/+52
2009-06-19TUSCANY-3092 - bring up remote version of binding.sca and include it in the b...slaws26-147/+125
2009-06-19TUSCANY-3070 add fix from 1.x so that visitors are not added more than once. slaws1-0/+7
2009-06-19TUSCANY-3092 build top level composite rather than the individual composites ...slaws2-40/+27
2009-06-19TUSCANY-3106 missed file on previous checkinslaws1-1/+1
2009-06-19TUSCANY-3107 temporary work around to allow itest/nodes to run slaws1-1/+6
2009-06-19TUSCANY-3092 - add flag to indicate remotenessslaws4-2/+27
2009-06-19TUSCANY-3106 refactor include processing to make autowire handling match OASI...slaws2-48/+69
2009-06-19TUSCANY-3101 pass EndpointReference and Endpoint in to binding providers rath...slaws14-99/+119
2009-06-19Add a basic way for testcases toset the default http portantelder1-1/+2
2009-06-19Add a basic test for the jsonp bindingantelder3-6/+21