summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-26Changes to enable implementation-bpel-runtime to run under OSGi, as ↵edwardsmj1-19/+118
described in TUSCANY-3123: https://issues.apache.org/jira/browse/TUSCANY-3123 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788647 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26Add repo for Saxon 9.xslaws1-1/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788620 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26Add missing license headerantelder1-0/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788611 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26Some refactoring on the discoveryrfeng5-28/+82
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788553 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Changes to move implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.xedwardsmj1-45/+87
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788524 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Changes to move implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.xedwardsmj5-33/+189
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788522 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Use file paths instead of file URLs as relative paths for file URLs are not ↵rfeng5-46/+18
supported git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788492 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Add the workaround to create a URL based on the free port if no default is ↵rfeng1-21/+42
configured git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788489 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Remove EndpointRegistry prefix as the logger has it alreadyrfeng1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788488 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Use the QName as the key for binding base URIsrfeng6-33/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788487 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Configure the base URIs for the bindingsrfeng3-9/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788486 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Make the server wait and make the client impl call the server on init as ↵slaws2-2/+12
there is no one to call the client operation in this case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788467 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Add a bit logic to find the 1st non-loopback IP addressrfeng1-19/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788465 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Make the two nodes indepent of the maven pom versionsrfeng2-7/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788419 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Add a testcase that runs two nodes in the same JVM but different classloadersrfeng3-0/+431
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788418 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Use two different node URIs for the test caserfeng1-8/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788417 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Make service remotable so its easier for users to extend without having the ↵antelder1-0/+3
problem of forgetting the annottaion like that user posted about a while back git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788283 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Make sure the node URI is unique when default nodes are created by the factoryrfeng1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788224 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Add more logic to handle the Endpoint publication and discoveryrfeng3-13/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788223 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24Add service properties from SCA Endpointrfeng3-6/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788211 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24Start to add discovery service for distributed OSGi over SCArfeng13-1/+1379
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788210 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24Allow the replicated map to be listened on the add/remove/update of entriesrfeng6-13/+1852
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788201 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24Extend test that starts nodes in separate vms. Won't actually work until ↵slaws9-20/+91
distributed endpoint registry can be made to work in all environments. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788162 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24Simplify the sca binding providers so that no local/remote decision making ↵slaws2-71/+31
is not based on binding uri. Next need to add some logic so that only top level composite components are exposed as remote endpoints. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788161 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24Test to push down the default binding configuration into the URI builders so ↵slaws6-15/+106
that the binding uri can be calculated with a user specified default root. If this works out need to update the real CompositeBuilder interface however I notice Raymond has recently added so info to the bindings that makes this easier so will re-work to use that. Also need to add mechanism for bindings to determine their own default base URI when none is specified. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788159 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24Remove itests that are not supported by OASIS specrfeng79-6262/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788112 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24Deal with file: protocol that doesn't populate the path part of the URLslaws2-6/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788055 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24Remove URIs from reference binding.sca to move these composites toward ↵slaws7-23/+13
OASIS. service bindings changes to follow. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788053 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24Update jsonp binding for recent provider api changesantelder2-24/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787969 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23Revert the change for nowrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787870 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23Check the existence of OSGI-INF/sca/bundle.composite for SCA bundlesrfeng2-18/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787866 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23Add a QName as the type for binding/implementation and use it to compare ↵rfeng57-743/+818
model types instead of class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787865 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23add test with two nodes running in separate vms. Just the service side at ↵slaws5-0/+301
the moment to look at how the style of binding.sca we use would affect what configuration and registration information is required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787837 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23Use the JAXB package (ObjectFactory and indexed classes) to build JAXBContextrfeng1-88/+177
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787802 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23Add an itest for the jsf sample. It doesn't work yet as I can't find how to ↵antelder2-0/+201
add the el-api dependency where the Jetty plugin can find it so it fails with ClassNotFoundException for ExpressionFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787600 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23Fixes for TUSCANY-3117ramkumar2-47/+67
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787566 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23Move OSGI-INF to the root so that these bundles can be directly launched ↵rfeng12-0/+0
from PDE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787517 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23Use componentURI/serviceName/bindingName to derive the URI of a binding if ↵rfeng1-90/+85
not present git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787503 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22Add READMEs and diagramsrfeng3-0/+338
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787401 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22Add OSGI-INF as a resource folderrfeng1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787383 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22Exclude .svn files rfeng1-2/+14
Not scan internal jars if it is not on the Bundle-Classpath header git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787381 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22Add jstl dependency so apps using tuscany-jsf don't need to define itantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787297 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22Update myfaces achetype for tuscany myfaces module package renameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787259 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22more pom fixes for global substitution errorkelvingoodson67-201/+201
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787236 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22global search and replace had messed up general java pom - hence class files ↵kelvingoodson1-3/+3
silently not added to jar -- still more otest build fixes to come git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787190 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22correct manifest for removal of conversation packageslaws1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787188 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22License/notice/header Changes from M3 branch r787159, r787162 and r787164slaws8-3/+235
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787187 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22correct spelling of dependency - partial fix for build problem issue - now ↵kelvingoodson1-1/+1
need to get missing class files into jar in project General_Java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787182 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22Remove all conversational related code from SCA API and code that uses it as ↵antelder39-2230/+9
per the public review spec's git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787158 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20Merge r786047 from m3 branch to trunk to update the doc files for the M3 releaseantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786764 13f79535-47bb-0310-9956-ffa450edef68