summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-07Expose the CalculatorService as a web servicerfeng7-22/+67
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762966 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Update manifest for sca client packageantelder2-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762950 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Fix the dependencies to get distributed OSGi samples working inside Eclipserfeng6-9/+48
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762942 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Update scaclient itest to stop the nodeantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762764 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Add scaclient itest to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762762 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Add an itest for the SCAClient APIantelder6-0/+195
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762761 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Initial support for the SCAClient API, probably better ways we can do this ↵antelder3-1/+43
but this is the simplest way to get it working as a starting point git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762760 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Start adding the new non-SCA client API proposal code (see ↵antelder6-0/+490
http://lists.oasis-open.org/archives/sca-j/200903/msg00121.html). This is code mostly from that initial proposal with minimal change sto get it to work in Tuscany, so it needs updating from the rest of that email thread git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762759 13f79535-47bb-0310-9956-ffa450edef68
2009-04-06Add samples for distributed OSGi (RFC 119) with Tuscany/SCArfeng46-0/+2733
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762569 13f79535-47bb-0310-9956-ffa450edef68
2009-04-06Update doc INSTALL file for M2 RC1 review commentsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762231 13f79535-47bb-0310-9956-ffa450edef68
2009-04-06Update release notes for m2 RC1 review commentsantelder1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762230 13f79535-47bb-0310-9956-ffa450edef68
2009-04-05Add an archetype for zip contributionantelder9-0/+353
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762052 13f79535-47bb-0310-9956-ffa450edef68
2009-04-05Update for zip and folders and fix for nested jars in sub foldersantelder1-7/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762051 13f79535-47bb-0310-9956-ffa450edef68
2009-04-05Fix for folder contributions antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762049 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03Add scope of provided to sca api dependencyantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761701 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03Add contribution with nested jar jar support to contribution class loaderantelder1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761611 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Update to SNAPSHOT versions of the plugins for tuscany maven-bundle-plugin ↵rfeng1-2/+2
and maven-eclipse-compiler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761471 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Remove System.out.printlnrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761463 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Update the package versions to match the pom.xmlrfeng1-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761461 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Add logic to avoid duplicate URLsrfeng1-7/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761458 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Remove Eclipse-BuddyPolicyrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761457 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Update to JUNIT 4.5rfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761351 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Add prototype code to support zip/folder contributions containing nested ↵antelder3-4/+85
jar's, and add itests for that to build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761236 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Clean up contribution itests for split into seperate itestsantelder11-76/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761232 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Copy itest for zip and folder contributions from 1.x to 2.xantelder16-0/+373
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761229 13f79535-47bb-0310-9956-ffa450edef68
2009-04-01Add missing filesrfeng2-0/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761060 13f79535-47bb-0310-9956-ffa450edef68
2009-04-01Clean up the artifact processor extension pointrfeng8-283/+407
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761053 13f79535-47bb-0310-9956-ffa450edef68
2009-04-01Bring up the reference binding with the WeatherForecast web servicerfeng6-32/+322
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760744 13f79535-47bb-0310-9956-ffa450edef68
2009-03-31Update composite to use 1.1 namespaceantelder3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760466 13f79535-47bb-0310-9956-ffa450edef68
2009-03-31Update MFrfeng1-5/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760340 13f79535-47bb-0310-9956-ffa450edef68
2009-03-31Add a skeleton project for binding.ws over JAX-WS APIsrfeng9-0/+806
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760336 13f79535-47bb-0310-9956-ffa450edef68
2009-03-30Add a map of attributes to the Interface/Operation modelrfeng4-62/+89
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760185 13f79535-47bb-0310-9956-ffa450edef68
2009-03-30Exclude pom-transformed.xml files from bin distroantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759997 13f79535-47bb-0310-9956-ffa450edef68
2009-03-28Add javax.el bundlerfeng1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759596 13f79535-47bb-0310-9956-ffa450edef68
2009-03-28Add javax.elrfeng1-2/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759595 13f79535-47bb-0310-9956-ffa450edef68
2009-03-28Add some more missing license headersantelder6-106/+208
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759445 13f79535-47bb-0310-9956-ffa450edef68
2009-03-28Add some missing license headersantelder15-135/+405
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759443 13f79535-47bb-0310-9956-ffa450edef68
2009-03-28Exclude osgi surefile reportsantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759442 13f79535-47bb-0310-9956-ffa450edef68
2009-03-28Update for Jetty release updateantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759440 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27Add an option to control is schema validation should be enabledrfeng1-73/+96
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759329 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27Register ExtensionPointRegistry as an OSGi service and BundleContext as a ↵rfeng2-8/+26
utility git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759327 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27Remove unused filesrfeng2-23/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759325 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27Update to jetty 6.1.15rfeng1-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759245 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27Add jsr181 dep to the wsimport plugin as wellrfeng1-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759207 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27Add a module to host http based on OSGi Http Servicerfeng11-0/+976
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759191 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27Update doc file headings for M2antelder3-26/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759175 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27Update changes fileantelder1-0/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759174 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27Update to use OASIS namespaceantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759169 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27Update RELEASE_NOTESantelder1-71/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759167 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27Update NOTICE file for dependency changesantelder1-58/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759119 13f79535-47bb-0310-9956-ffa450edef68