summaryrefslogtreecommitdiffstats
path: root/java/sca/samples (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-19Changing client application to discover contribution location and avoid ↵lresende2-2/+8
default node behaviour that is finding multiple contributions based on existent sca-contribution.xmlin tuscany modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882273 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Fixing composite to remove binding information from references wired by ↵lresende1-9/+3
@target attribute git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881957 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Minor fix to start node during store launchlresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881951 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17Updating store sample webapp to the latest OASIS namespace/packageslresende8-32/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881167 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17Updating store sample application to the latest OASIS namespace/packages and ↵lresende10-43/+45
updating the launcher to use 2.x Node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881166 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Copying store webapp from 1.xlresende17-0/+1155
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881043 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Copying store sample app from 1.xlresende16-0/+1158
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880806 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the ↵rfeng1-2/+5
owner of invocaiton chains (http://www.mail-archive.com/dev@tuscany.apache.org/msg07856.html) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@836009 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Update READMErfeng2-134/+136
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832958 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04Various corrects to files headers resulting from the 2.0-M4-RC2 reviewslaws6-0/+105
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832839 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04Update README filesrfeng4-155/+137
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832820 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03Add a big reminder to also update the distribution when adding samplesantelder1-9/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832483 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02Add dependency to osgi junit plugin so it uses the local build version of ↵antelder6-5/+47
the node launcher git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831914 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02Use released version on osgi junit pluginantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831912 13f79535-47bb-0310-9956-ffa450edef68
2009-11-01Use 6.1.18 release of jetty to be consistent across other samplesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831668 13f79535-47bb-0310-9956-ffa450edef68
2009-11-01Add the Jetty plugin to the webapp pom.xml's so that the samples can be run ↵antelder5-0/+35
with mvn jetty:run git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831664 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Add the servlet api dependency to try to fix the hudson build problem, ↵antelder1-0/+7
though strangely its building fine for without that for me locally with mvn git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830455 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Use sca-config XML files for SCA binding/policy definitionsrfeng10-154/+83
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830339 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Update servlet sample to use ComponentContext look up in non-SCA enabled ↵antelder3-10/+20
runtimes where injection doesn't work. And add the jetty plugin to the pom.xml so the sample can be tried with mvn jetty:run git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830270 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Add the implementation-web-client sample to the buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830022 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Update to use the new implementation-web-client moduleantelder3-88/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829753 13f79535-47bb-0310-9956-ffa450edef68
2009-10-25Add sample showing using <implementation.web> with browser-side JavaScript ↵antelder7-0/+280
client using web 2.0 style ajax (ported from 1.x) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829513 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng2-2/+2
Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods Change the processor/resolver/builder implementation classes to not cache the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Add jms webapp sample to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820682 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Update sample readme for using jetty pluginantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820635 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Add configuration for Jetty so you can run the sample with mvn jetty:runantelder2-0/+55
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820618 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Minor clean up and commentsantelder3-5/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820612 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Add new 2.x JMS webapp sample migrated from 1.xantelder9-0/+483
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820607 13f79535-47bb-0310-9956-ffa450edef68
2009-09-18Use the explicit contribution location to avoid conflicts inside Eclipse as ↵rfeng1-1/+4
the test dependencies are on the classpath git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816705 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Disable osgi junit test for nowrfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805622 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Make the 3rd party jar dependencies consistent in version to avoid conflicts rfeng1-0/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805621 13f79535-47bb-0310-9956-ffa450edef68
2009-08-03Remove unused importsrfeng1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800587 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Disable OSGi DS to avoid conflictsrfeng2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799508 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Disable the OSGi DS to avoid conflictsrfeng3-26/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799483 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Set the import package to be fixed version to avoid conflicts in PDE for the ↵rfeng2-2/+2
static and dynamic samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799478 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Put back the sample as the hudson build fail seems like randomnessantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798524 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Change back the webapp samples to have the simple namingantelder5-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798391 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26TUSCANY-3182: take dosgi-dynamic-calculator-operations sample out of build ↵antelder1-1/+3
while its fialing on the hudson build machine git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797875 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24Add the support for dynamic OSGi remote service import and export based on ↵rfeng56-34/+3084
OSGi properties Add two samples to demonstrate the OSGi property driven remote services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797580 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng121-5885/+5885
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21Fixing artifact id to follow same name pattern and to group all webapps when ↵lresende5-6/+6
loading into eclipse ide git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796125 13f79535-47bb-0310-9956-ffa450edef68
2009-07-18Change the name of OSGi remote service related propertiesrfeng2-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795280 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16Update to Equinox 3.5 to take advantage of the hook services APIrfeng5-8/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794552 13f79535-47bb-0310-9956-ffa450edef68
2009-07-13Update Jetty to 6.1.19 and set up the cargo plugin to use a customized ↵rfeng1-1/+1
version of Jetty git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793724 13f79535-47bb-0310-9956-ffa450edef68
2009-07-12TUSCANY-3134 - Fixing obsolete Tuscany namespace, trying to resolve BPEL ↵lresende1-1/+1
iTest failures git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793406 13f79535-47bb-0310-9956-ffa450edef68
2009-07-04Update JSF sample for sca namespace change and missing tuscany config in web.xmlantelder2-2/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791089 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02Update the bpelrfeng1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790461 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01Update bpel to create the WSDL/XSD conforming responserfeng1-5/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790422 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26Update to ode 1.3.2 for the dao-derby ziprfeng2-13/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788814 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26Correct the jsf sample dependency. (Sigh, thought i committed this the other ↵antelder1-3/+3
day, there's always one more isn't there) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788671 13f79535-47bb-0310-9956-ffa450edef68