summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HArdcode response in bpel script for nowantelder2010-03-221-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926227 13f79535-47bb-0310-9956-ffa450edef68
* Update the bpel sample bpel script and wsdl to match the bpel itest, and ↵antelder2010-03-222-28/+41
| | | | | | comment out the message processing and hard code the response while its not working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926137 13f79535-47bb-0310-9956-ffa450edef68
* Update component name to match other helloworld samplesantelder2010-03-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926077 13f79535-47bb-0310-9956-ffa450edef68
* Remove old testcaseantelder2010-03-221-48/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926074 13f79535-47bb-0310-9956-ffa450edef68
* Add sample testcaseantelder2010-03-221-0/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926072 13f79535-47bb-0310-9956-ffa450edef68
* Correct case in component name to match the java helloworld sampleantelder2010-03-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926071 13f79535-47bb-0310-9956-ffa450edef68
* Remove old testcaseantelder2010-03-221-68/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926068 13f79535-47bb-0310-9956-ffa450edef68
* Start adding Spring helloworld sample like the bpel and java onesantelder2010-03-226-0/+232
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926043 13f79535-47bb-0310-9956-ffa450edef68
* Start updating the bpel helloworld sample maven build to create a pure sca ↵antelder2010-03-221-76/+57
| | | | | | contribution using the tuscany plugin to run the sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926027 13f79535-47bb-0310-9956-ffa450edef68
* Add back tuscany plugin and override banSnapshots as a temp workaroundantelder2010-03-221-2/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926026 13f79535-47bb-0310-9956-ffa450edef68
* Take out the helloworld sample tuscany plugin as the build doesn't like the ↵antelder2010-03-201-2/+2
| | | | | | snapshot version. Hmm, what to do about that... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925675 13f79535-47bb-0310-9956-ffa450edef68
* Add helloworld sample to buildantelder2010-03-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925667 13f79535-47bb-0310-9956-ffa450edef68
* Update helloworld sample's zip and tuscany plugin versionsantelder2010-03-201-19/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925666 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3452 - Adding support for new extensibility for contract based ↵lresende2010-03-182-19/+36
| | | | | | elements, adjusting current xml for the new model and adapting our element extension list to read/write semantycally same xml when these extensions are in use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924584 13f79535-47bb-0310-9956-ffa450edef68
* Don't use a relative uri on the binding.httpantelder2010-03-022-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918223 13f79535-47bb-0310-9956-ffa450edef68
* Porting js invokation to use dojo programming modellresende2010-02-261-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916537 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up binding urislresende2010-02-262-15/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916517 13f79535-47bb-0310-9956-ffa450edef68
* Adding reference to dojo jslresende2010-02-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916516 13f79535-47bb-0310-9956-ffa450edef68
* Configuring tomcat-maven-plugin to avoid issues with maven enforcerlresende2010-02-261-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916515 13f79535-47bb-0310-9956-ffa450edef68
* Fixing artifactId for the store-webapp sample applicationlresende2010-02-262-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916512 13f79535-47bb-0310-9956-ffa450edef68
* progressing towards getting the store webapp going - after this commit you ↵kelvingoodson2010-02-253-7/+21
| | | | | | should expect to see "dojo is undefined" -- committing as this represents progress, but need to discuss current state on the list git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916355 13f79535-47bb-0310-9956-ffa450edef68
* fix sca namespace and spurious bindings in webapp store samplekelvingoodson2010-02-252-10/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916294 13f79535-47bb-0310-9956-ffa450edef68
* Moving to most recent release of HtmlUnit (2.6) and adjusting tests based on ↵lresende2010-02-222-34/+25
| | | | | | api changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915053 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3468 - Widget test seems to be failing from maven, while working ↵lresende2010-02-202-75/+83
| | | | | | fine from within eclipse... disabling it for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912094 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3468 - Providing htmlUnit test to verify implementation widget is ↵lresende2010-02-206-2/+255
| | | | | | working and the catalog ui is being properly populated git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912091 13f79535-47bb-0310-9956-ffa450edef68
* Remove org.apache.tuscany.sca.node.Client and merge the methods into ↵rfeng2010-02-091-2/+1
| | | | | | org.apache.tuscany.sca.node.Node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908245 13f79535-47bb-0310-9956-ffa450edef68
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-094-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* Add some extra debug code (mostly commented out)slaws2010-02-041-1/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906514 13f79535-47bb-0310-9956-ffa450edef68
* fix typo in module nameslaws2010-02-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906511 13f79535-47bb-0310-9956-ffa450edef68
* Fix multiple concurrency related issuesrfeng2010-01-271-25/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903542 13f79535-47bb-0310-9956-ffa450edef68
* Set the osgi.configuration.area to target/equinox to avoid writing ↵rfeng2010-01-266-6/+48
| | | | | | permission issues with Hudson build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903356 13f79535-47bb-0310-9956-ffa450edef68
* Update to use junit 4.8.1 and add explicit surefire plugin configs which ↵antelder2010-01-2017-17/+17
| | | | | | disable paralell test running on the modules that currently don't work with that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901133 13f79535-47bb-0310-9956-ffa450edef68
* Update dependency to see if that helps the hudson buildantelder2010-01-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900713 13f79535-47bb-0310-9956-ffa450edef68
* Update to use base jarantelder2010-01-181-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900351 13f79535-47bb-0310-9956-ffa450edef68
* Add type of null on the createNode callantelder2010-01-132-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898813 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the shaded jarsantelder2010-01-131-6/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898808 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the zip pluginantelder2010-01-131-34/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898800 13f79535-47bb-0310-9956-ffa450edef68
* Update dependencies to use base jarantelder2010-01-121-10/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898194 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest version of OSGi enterprise draft specsrfeng2010-01-091-38/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897502 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-1133-34/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Remove 1.x pom.xml definitionsantelder2009-12-101-24/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889155 13f79535-47bb-0310-9956-ffa450edef68
* Move the comments back to the middle of the samples xml to try to keep them ↵antelder2009-12-101-10/+10
| | | | | | in your face not scrolling off the top of the page git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889128 13f79535-47bb-0310-9956-ffa450edef68
* Minor formattinglresende2009-12-101-23/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889109 13f79535-47bb-0310-9956-ffa450edef68
* Adding store samples to buildlresende2009-12-101-12/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889108 13f79535-47bb-0310-9956-ffa450edef68
* Updates to store js to follow dojo style of identifying callBackslresende2009-12-101-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889107 13f79535-47bb-0310-9956-ffa450edef68
* Update project descriptionsrfeng2009-12-094-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888646 13f79535-47bb-0310-9956-ffa450edef68
* Small updates to webapp sample artifactId to group them together when ↵lresende2009-12-0410-20/+21
| | | | | | imported in eclipse, but continue to use the simple names to produce war avoiding having users to type long names which was a concern of the tuscany community git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887442 13f79535-47bb-0310-9956-ffa450edef68
* Avoid starting the node twicelresende2009-12-041-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887441 13f79535-47bb-0310-9956-ffa450edef68
* Add comment suggesting that samples should also be tested in itest/distributionslaws2009-12-021-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886100 13f79535-47bb-0310-9956-ffa450edef68
* Change helloworld sample to be a zip contributionantelder2009-11-271-4/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884824 13f79535-47bb-0310-9956-ffa450edef68