summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-25fix typoslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026997 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22take account of the base-runtime-pom name changeslaws1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026346 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22Fix up ant scrip to run the async sample and make the target names more like ↵slaws1-8/+28
the contribution names git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026338 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22These are not contributions they start the SCA clientslaws9-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026304 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22Move the maven junit samples to running-tuscany.slaws57-4/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026302 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22It's a webapp not a contributionslaws11-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026301 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22Add example of Tuscany runtime run from JUnit test. slaws19-0/+719
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026289 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21Add README project to comment for completenessslaws1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026117 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21A bit of name tidying to make the docs a little more consistent. Still a few ↵slaws55-96/+102
that are odd, e.g. the dosgi ones but getting better. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026113 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21point to correct page slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026109 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21remove logging-scribe as moved to applicationsslaws18-8739/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026050 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21Move logging-scribe into applicationsslaws18-0/+8739
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026048 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21Add more words about running slaws1-4/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025922 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20Add some words about what it means to package a contribution for running in ↵slaws1-6/+36
a webapp and correct some mistakes in the existing text git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025616 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20Refresh the top level READMEslaws1-224/+99
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025605 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20Add a pointer to the web instructions for using Eclipse. Still based on 1.x ↵slaws1-0/+9
as we haven't ported yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025565 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Fix hudson fail by using latest dependenciesantelder1-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024222 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Update *-runtime pom types to be *-runtime-pom so its consistent with the ↵antelder2-2/+2
base one and more obvious you need to have <type>pom</type> when using the dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024153 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Comment out domain uri config but still need to sort out what we do for ↵antelder1-0/+2
domain support in 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023737 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Update to use base jarantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023736 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Add file I neglected to commit previouslyslaws1-0/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023702 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Run up the async sample from the embedded launcherslaws2-1/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023034 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15TUSCANY-3728 Rename the reference async interface and correct the signature ↵slaws5-14/+17
of the poll operation which is causing a bind failure in the JIRA. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022997 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Update implementation spring and bpel to use the base + extension runtime ↵antelder1-1/+1
approach git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022922 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Temporarily take out the comet sample to see if hudson will complete ok ↵antelder1-1/+1
without it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022919 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Rename the async calculator sample contribution to make it match others and ↵slaws19-274/+1
remove the launcher. The embedded-jse launcher will do this job git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022893 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Delete shades and remove all refernces to them as they're now replaced by ↵antelder3-6/+6
base + extension-runtime approach git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022892 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Update base-runtime to more closely match old shades/base, and all the scdl ↵antelder2-3/+2
models to base, associated test updates to match that, and change the comet binding to use base + extension approach. Still need to look at whats in core-runtime vs base-runtime and still need to work out what really should/shouldn't be in base but at least its all consistent to start with now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022891 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Update jms binding to use base + extension styleantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022732 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Start to get rid of shades and replace with the aggregate jars. This moves ↵antelder11-76/+76
the shades/base and base-nodep out of shades and into distribution/aggregates and updates to use those. The remaining ones in shades i think can probably just be deleted but i'll do that in separate steps. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022443 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14remove unnecessary dependencyslaws1-10/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022429 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Put learning-more before running-tuscany so that the contributions that the ↵slaws1-1/+1
launchers depend on are built before the launchers that use them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022427 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Correct artifactIDslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022425 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Move the varrious config and utility files to a subdirectory so they don't ↵antelder1-0/+0
cluter up the top level folder git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022398 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Move the varrious config and utility files to a subdirectory so they don't ↵antelder4-0/+0
cluter up the top level folder git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022397 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13Correct dependency for sample name changeslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022217 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13Fix dependency for sample moves. (not sure if this sample should be kept in ↵antelder1-1/+1
its current form or at all but this atleast stops its build failing although it does seem to get a lot of errors in the build log git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022096 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13Add -pom identifier to base-runtime so that its more obvious that you need ↵antelder4-4/+4
to have <type>pom</type> in the dependency definition git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022083 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11Fix URI in JMS sample composite and update READMEbdaniel2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021508 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11Add README for binding-sample, fix minor issue in implementation-sample READMEbdaniel2-2/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021502 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11Update store sample build.xml for new distribution structurebdaniel1-9/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021453 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11attempt to depend on the learning-more contributions so they get built first slaws1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021321 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11temporarily comment out helloworld-jsp as it can't find the tag support for ↵slaws1-0/+2
some reason git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021320 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11Switch over to new runtime references. slaws2-33/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021318 13f79535-47bb-0310-9956-ffa450edef68
2010-10-08Make it work with OSGi in distro. Needs more work to depend on osgi-runtime.slaws1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005833 13f79535-47bb-0310-9956-ffa450edef68
2010-10-08Fix up ant script to use an aggregate base jarslaws1-3/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005832 13f79535-47bb-0310-9956-ffa450edef68
2010-10-06Update to use the same slf4j version as other thingsantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004979 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05Fix typo in project namesslaws3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004590 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05Change from include to import as the include target cannot be found when ↵slaws1-3/+3
running in nested ant scripts, as in itest/distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004573 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04Add missing license headers.slaws7-1/+126
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004206 13f79535-47bb-0310-9956-ffa450edef68