summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/unreleased (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-01Update the webapp sample to use the tuscany plugin to run the webappantelder2-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087684 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Update the scaclient sample to use the tuscany plugin to invoke the sample ↵antelder2-14/+15
main method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087673 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Copy the trunk getting started samples to unreleased to continue modifying themantelder21-0/+949
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087670 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Delete the old samples in unreleased that have been moved back to trunkantelder9-337/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087668 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Delete the old samples in unreleased that have been moved back to trunkantelder7-279/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087667 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Move the store app to unreleasedantelder21-0/+1444
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086858 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15A bit of tidying from the itest/bundle example to get the repository.xml ↵slaws3-0/+670
files to represent features and to put them in features directories. I not necessarily proposing a separate OSGi distro so it would be good to get this to work in the context of the all distro. Just proved difficult due to the number of dependencies required by pax exam. Maybe we need a simpler way of running OSGi and the aries bundles. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081763 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Add a webapp based helloworld exampleantelder9-0/+337
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081733 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Add OO doc about the samplesantelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081711 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Remove example Ant build scriptantelder3-294/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081680 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14Commit minor changes before refactoringslaws3-4/+216
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081447 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14Change to use the which-jars file to construct the OBR meta data describing ↵slaws1-13/+47
all the base the bundles. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081347 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14Remove dependency on a felix jar that seems to be compile with an old ↵slaws1-1/+3
version of Java which doesn't know about generics. Doesn't seem to be required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081346 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14Simplify sample by removing things that aren't necessaryantelder2-11/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081285 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11Add a sample that uses Scalaantelder6-0/+213
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080511 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09A bundle test that generates a repository.xml file using the Aries ↵slaws12-0/+766
generator. I'm hoping to use this mechanism to general OBR configuration that describes our various collections of bundles. I note though from recent Aries ML activity that Felix has a generator also and they are discussing whether they should remove the Aries version so we'll have to see. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079774 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28Add Ant build script generated from mvn ant:antantelder3-0/+294
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075361 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25Add an alternative approach to the helloworld rest sample that reuses the ↵antelder8-0/+369
helloworld sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074480 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25Use the latest Spring SCA extension namespaceantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074441 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24Adding a test to start looking if we can support Gang's scenario in 2.x. The ↵slaws21-0/+1134
idea is to prod each of the injection points to make sure we do the right thing at each stage. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074213 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Add binding dependenciesantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073845 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Add a test sample that uses Spring with both binding.http and binding.restantelder8-0/+382
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073839 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Add the JAXRS APIs so the maven build worksantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073830 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Start looking at how to do all the http/rest/web20 type samples, this one a ↵antelder7-0/+340
helloworld sample using binding.rest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073816 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Start looking at how to do all the http/rest/web20 type samples with a ↵antelder7-0/+346
helloworld http sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073803 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Updates to the spring helloworld sample, move all the config files into ↵antelder3-1/+3
meta-inf and add a sca service element to the beans xml file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073733 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Remove things from the pom that are redundant now that it uses a parentantelder1-12/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073638 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Add new version of the helloworld sample which doesn't include anything to ↵antelder7-0/+236
do with running Tuscany git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073637 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17Update READMEantelder1-20/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071624 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17Add a helloworld sample using implementation.springantelder8-0/+327
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071621 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15Add a binding.ws composite that can be used with the helloworld sampleantelder1-0/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071020 13f79535-47bb-0310-9956-ffa450edef68
2011-02-14Minor README editsantelder1-4/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070449 13f79535-47bb-0310-9956-ffa450edef68
2011-02-14Update helloworld sample to use top level sam[ple pom.xml as parentantelder1-2/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070427 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10Copy the samples readme to unreleasedantelder1-0/+154
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069282 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10Copy the helloworld sample to unreleasedantelder7-0/+294
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069280 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10Move the current trunk unreleased folder to contrib as i don't think ↵antelder151-12220/+0
anything in there is being actively worked on. If this not the case and something is then no problem to move it back git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069275 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05Fix lots of depricated maven variable warnings for Maven v3antelder5-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067440 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10Bump up copyright year in the NOTICE filesantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09TUSCANY-3801 - Make the async invoker creation signature more consistent ↵slaws2-9/+4
with the invoke creation signature git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043910 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08TUSCANY-3801 - Separate off the asyncy response invocation interfaces from ↵slaws2-6/+4
the "process" methods I added as a convenience for sharing invoker implementation. Asl get rid of "throws" from Invocable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043447 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ↵slaws4-15/+29
async response handler so that the invokerAsyncResponse can have a void return type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042976 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06TUSCANY-3801 - move chain tail location code into the chain implementationslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042609 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03correct importslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041875 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - update to match infrastructure changes to support native ↵slaws5-19/+66
async bindings (not committed yet) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041784 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01Make space for testing native as well as generic async support in bindingsslaws5-70/+100
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041090 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01Correct the implementation of the service to expect/produce elementsslaws1-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041088 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01Make it clear the this invoker is for handling async responses. slaws2-2/+70
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041080 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Add code to process the async responseslaws4-13/+117
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040598 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Open up this utility so it can be used from the async implementation providerslaws1-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040594 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Change to pom dependency so I don't have to keep building the base jar just ↵slaws1-1/+2
to test individual changes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040448 13f79535-47bb-0310-9956-ffa450edef68