summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the workaround to create a URL based on the free port if no default is co...rfeng2009-06-251-21/+42
* Remove EndpointRegistry prefix as the logger has it alreadyrfeng2009-06-251-6/+6
* Use the QName as the key for binding base URIsrfeng2009-06-256-33/+38
* Configure the base URIs for the bindingsrfeng2009-06-253-9/+30
* Make the server wait and make the client impl call the server on init as ther...slaws2009-06-252-2/+12
* Add a bit logic to find the 1st non-loopback IP addressrfeng2009-06-251-19/+37
* Make the two nodes indepent of the maven pom versionsrfeng2009-06-252-7/+11
* Add a testcase that runs two nodes in the same JVM but different classloadersrfeng2009-06-253-0/+431
* Use two different node URIs for the test caserfeng2009-06-251-8/+15
* Make service remotable so its easier for users to extend without having the p...antelder2009-06-251-0/+3
* Make sure the node URI is unique when default nodes are created by the factoryrfeng2009-06-251-1/+4
* Add more logic to handle the Endpoint publication and discoveryrfeng2009-06-253-13/+54
* Add service properties from SCA Endpointrfeng2009-06-243-6/+23
* Start to add discovery service for distributed OSGi over SCArfeng2009-06-2413-1/+1379
* Allow the replicated map to be listened on the add/remove/update of entriesrfeng2009-06-246-13/+1852
* Extend test that starts nodes in separate vms. Won't actually work until dist...slaws2009-06-249-20/+91
* Simplify the sca binding providers so that no local/remote decision making is...slaws2009-06-242-71/+31
* Test to push down the default binding configuration into the URI builders so ...slaws2009-06-246-15/+106
* Remove itests that are not supported by OASIS specrfeng2009-06-2479-6262/+0
* Deal with file: protocol that doesn't populate the path part of the URLslaws2009-06-242-6/+7
* Remove URIs from reference binding.sca to move these composites toward OASIS....slaws2009-06-247-23/+13
* Update jsonp binding for recent provider api changesantelder2009-06-242-24/+17
* Revert the change for nowrfeng2009-06-231-1/+1
* Check the existence of OSGI-INF/sca/bundle.composite for SCA bundlesrfeng2009-06-232-18/+38
* Add a QName as the type for binding/implementation and use it to compare mode...rfeng2009-06-2357-743/+818
* add test with two nodes running in separate vms. Just the service side at the...slaws2009-06-235-0/+301
* Use the JAXB package (ObjectFactory and indexed classes) to build JAXBContextrfeng2009-06-231-88/+177
* TUSCANY-3089 - Applying Florian Pinel patch to improve DAS Read command perfo...lresende2009-06-237-111/+290
* Add an itest for the jsf sample. It doesn't work yet as I can't find how to a...antelder2009-06-232-0/+201
* Fixes for TUSCANY-3117ramkumar2009-06-232-47/+67
* Move OSGI-INF to the root so that these bundles can be directly launched from...rfeng2009-06-2312-0/+0
* Use componentURI/serviceName/bindingName to derive the URI of a binding if no...rfeng2009-06-231-90/+85
* Add READMEs and diagramsrfeng2009-06-223-0/+338
* Add OSGI-INF as a resource folderrfeng2009-06-221-0/+7
* Exclude .svn files rfeng2009-06-221-2/+14
* Add jstl dependency so apps using tuscany-jsf don't need to define itantelder2009-06-221-0/+7
* Update myfaces achetype for tuscany myfaces module package renameantelder2009-06-221-1/+1
* more pom fixes for global substitution errorkelvingoodson2009-06-2267-201/+201
* global search and replace had messed up general java pom - hence class files ...kelvingoodson2009-06-221-3/+3
* correct manifest for removal of conversation packageslaws2009-06-221-2/+0
* License/notice/header Changes from M3 branch r787159, r787162 and r787164slaws2009-06-228-3/+235
* correct spelling of dependency - partial fix for build problem issue - now ne...kelvingoodson2009-06-221-1/+1
* Remove all conversational related code from SCA API and code that uses it as ...antelder2009-06-2239-2230/+9
* Merge r786047 from m3 branch to trunk to update the doc files for the M3 releaseantelder2009-06-201-3/+3
* Merge r786047 from m3 branch to trunk to update the doc files for the M3 releaseantelder2009-06-201-2/+3
* Merge r786047 from m3 branch to trunk to update the doc files for the M3 releaseantelder2009-06-201-2/+2
* Only unregister the MBean if it's registeredrfeng2009-06-192-7/+25
* Make the remote flag consistent in names and setters/gettersrfeng2009-06-197-27/+52
* TUSCANY-3092 - bring up remote version of binding.sca and include it in the b...slaws2009-06-1928-147/+133
* TUSCANY-3070 add fix from 1.x so that visitors are not added more than once. slaws2009-06-191-0/+7