summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-20Porting Spring iTests into 2.xramkumar56-0/+2505
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766686 13f79535-47bb-0310-9956-ffa450edef68
2009-04-20Porting Spring Modules into 2.xramkumar47-7/+5210
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766685 13f79535-47bb-0310-9956-ffa450edef68
2009-04-19Remove author tagsantelder2-5/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766499 13f79535-47bb-0310-9956-ffa450edef68
2009-04-19Remove empty line in manifest causing build errorantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766497 13f79535-47bb-0310-9956-ffa450edef68
2009-04-19Update contribution archetypes to support tuscany:run, add EagerInit method ↵antelder4-0/+22
to helloworld imls so it outputs 'hello world' on init so its obvious its started up git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766439 13f79535-47bb-0310-9956-ffa450edef68
2009-04-17Upgrade to cargo 1.0rfeng2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766126 13f79535-47bb-0310-9956-ffa450edef68
2009-04-17Disable validation by default in the maven build as discussed on the ML. ↵antelder1-1/+1
Note this disables validation for full build from top and also when building individual modules/tests/samples etc. Running outside of mvn the default is currently to do schema validation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765916 13f79535-47bb-0310-9956-ffa450edef68
2009-04-16Correct version of the bundle plugin to match parent pom.xmlantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765502 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Exclude xml-apisrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765423 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Update the node-impl to use DefinitionsExtensionPoint to load definitionsrfeng4-10/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765417 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Exclude the xml apis that are already part of JDK 1.5 or laterrfeng2-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765416 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Exclude the xml apis that are already part of JDK 1.5 or laterrfeng2-0/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765414 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Make sure the class is returnedrfeng1-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765382 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Add a special classloader to work around XXXFactory.newInstance issue within ↵rfeng2-102/+167
OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765339 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Port DefinitionsProvider to Definitions extension pointrfeng6-282/+52
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765307 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Extended warning message reporting to include Composite name and Component nameedwardsmj2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765099 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14Allows Definitions to be added to the extension pointrfeng2-18/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764975 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14Add sca to the package name to make it consistent with other modulesrfeng2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764971 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14Add missing import packagesrfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764964 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng88-83/+91
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14Update the pause before the client starts up as i'm geting intermitent fais ↵antelder1-1/+1
as the service is taking more than 2 seconds to start up git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764724 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14Fix the value for "model" as described in Tuscany 2961edwardsmj1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764719 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13Start to add the DefinitionsExtensionPointrfeng12-58/+524
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764574 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13Add exclusion of axis2-adb to avoid split packagesrfeng3-11/+28
Add TCCL to work around XMLInputFactory.newInstance call made by Axis2 which is not OSGi-friendly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764571 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13Fixing build issue in non sun-jdk environment particularly in mac-oslresende1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764570 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13Add exception checkrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764566 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13Add missing import packagesrfeng2-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764565 13f79535-47bb-0310-9956-ffa450edef68
2009-04-10Cleanup import/export packages based on the Eclipse PDE 3.5 validationrfeng5-23/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763880 13f79535-47bb-0310-9956-ffa450edef68
2009-04-10Remove deprecated classes and use generic type for getModelrfeng7-137/+93
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763837 13f79535-47bb-0310-9956-ffa450edef68
2009-04-09Adjust the dependenciesrfeng2-5/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763836 13f79535-47bb-0310-9956-ffa450edef68
2009-04-09Merge LICENSE text correction from m2 to trunkantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763716 13f79535-47bb-0310-9956-ffa450edef68
2009-04-09Add the zip archetype to the buildantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763650 13f79535-47bb-0310-9956-ffa450edef68
2009-04-09Add OASIS license and copyright to assembly-xsd LICENSE and NOTICE files ↵slaws4-28/+98
(from http://tools.oasis-open.org/version-control/svn/sca-assembly/SCA_XSDS/license.txt). Also add to binary distribution LICENSE and NOTICE files. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763646 13f79535-47bb-0310-9956-ffa450edef68
2009-04-09Add doc link to changes fileantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763621 13f79535-47bb-0310-9956-ffa450edef68
2009-04-09Update to 1.0.2 of bundle plugin now that its in the reposantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763584 13f79535-47bb-0310-9956-ffa450edef68
2009-04-09Merge license changes in r763560 from m2 branch to trunkantelder5-44/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763583 13f79535-47bb-0310-9956-ffa450edef68
2009-04-08Exclude axis2-adb as it adds a split package (o.a.axis2.util) into the ↵rfeng2-33/+41
axis2-kernel bundle git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763432 13f79535-47bb-0310-9956-ffa450edef68
2009-04-08Remove unused coderfeng1-11/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763309 13f79535-47bb-0310-9956-ffa450edef68
2009-04-08Fix the Import-Package to add missing packagesrfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763307 13f79535-47bb-0310-9956-ffa450edef68
2009-04-08Add two test nodes to launcher the bundlesrfeng2-0/+86
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763053 13f79535-47bb-0310-9956-ffa450edef68
2009-04-08Add "-bundles" option to start a list of bundles instead of SCA noderfeng1-29/+57
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763049 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Rename the test caserfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763038 13f79535-47bb-0310-9956-ffa450edef68
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