summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating dependencies to match their 2.x nameslresende2010-03-2411-21/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927188 13f79535-47bb-0310-9956-ffa450edef68
* Fix package name to pick up the iface generated from the SCA WSDLslaws2010-03-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927073 13f79535-47bb-0310-9956-ffa450edef68
* remove commented out processingslaws2010-03-241-17/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927072 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-03-240-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927070 13f79535-47bb-0310-9956-ffa450edef68
* Test for JAXWS based ws binding that separates the SCA contribution from ↵slaws2010-03-2418-0/+1125
| | | | | | external JAXWS client and service with which the SCA component interacts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927061 13f79535-47bb-0310-9956-ffa450edef68
* Replace weather forcast sample with simple helloworld sample. Update the ↵slaws2010-03-2412-209/+533
| | | | | | binding with the minimum changes to get this sample working. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926981 13f79535-47bb-0310-9956-ffa450edef68
* Port the sdo sample to 2.xrfeng2010-03-2423-0/+1584
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926891 13f79535-47bb-0310-9956-ffa450edef68
* Fix the constructorsrfeng2010-03-246-65/+53
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926885 13f79535-47bb-0310-9956-ffa450edef68
* Reorder the methodsrfeng2010-03-231-13/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926811 13f79535-47bb-0310-9956-ffa450edef68
* Schedule the target definition jobrfeng2010-03-231-10/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926790 13f79535-47bb-0310-9956-ffa450edef68
* Configure JDT earlyrfeng2010-03-231-2/+16
| | | | | | Set .svn as private members git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926740 13f79535-47bb-0310-9956-ffa450edef68
* Use run() methodrfeng2010-03-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926731 13f79535-47bb-0310-9956-ffa450edef68
* Change the api so that it works with Eclipse 3.5rfeng2010-03-231-24/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926713 13f79535-47bb-0310-9956-ffa450edef68
* Update inforfeng2010-03-231-10/+214
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926680 13f79535-47bb-0310-9956-ffa450edef68
* Update docrfeng2010-03-231-10/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926675 13f79535-47bb-0310-9956-ffa450edef68
* Add some documentrfeng2010-03-231-0/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926671 13f79535-47bb-0310-9956-ffa450edef68
* An eclipse plugin that can run in headless mode to configure the eclipse ↵rfeng2010-03-2316-0/+824
| | | | | | workspace using command line git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926662 13f79535-47bb-0310-9956-ffa450edef68
* Add missing osgi import packagerfeng2010-03-231-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926641 13f79535-47bb-0310-9956-ffa450edef68
* Add missing osgi import packagerfeng2010-03-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926638 13f79535-47bb-0310-9956-ffa450edef68
* Take out test as its continually failing on Hudsonantelder2010-03-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926484 13f79535-47bb-0310-9956-ffa450edef68
* Add new composite file missed from previous commit (926303)antelder2010-03-221-0/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926327 13f79535-47bb-0310-9956-ffa450edef68
* Update hazelcast binding to use a seperate ExecutorService for each nested ↵antelder2010-03-222-1/+26
| | | | | | invocation (ie a reference calling a service over binding.sca which invokes another reference over binding.sca) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926303 13f79535-47bb-0310-9956-ffa450edef68
* 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
* Starting porting RSS binding to 2.x in support of Travel Sample scenariolresende2010-03-2220-0/+1645
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926224 13f79535-47bb-0310-9956-ffa450edef68
* Starting porting RSS binding to 2.x in support of Travel Sample scenariolresende2010-03-229-0/+545
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926223 13f79535-47bb-0310-9956-ffa450edef68
* reasonably usable now, still no workitem deletekelvingoodson2010-03-223-320/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926214 13f79535-47bb-0310-9956-ffa450edef68
* reasonably usable now, still no workitem deletekelvingoodson2010-03-224-170/+363
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926213 13f79535-47bb-0310-9956-ffa450edef68
* reasonably usable now, still no workitem deletekelvingoodson2010-03-223-49/+681
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926140 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
* Added experimental JAXWS based WS integration from Raymond's sandbox as per ↵slaws2010-03-2214-0/+1244
| | | | | | ML discussion (http://www.mail-archive.com/dev%40tuscany.apache.org/msg11881.html) so we can get more people looking at it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926127 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
* Update to use the built artifact if the folder doesn't exist and to start a ↵antelder2010-03-221-2/+6
| | | | | | distributed doamin by default git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926044 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
* Remove old plugin configantelder2010-03-221-15/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926025 13f79535-47bb-0310-9956-ffa450edef68
* Revert changes in 925994 committed by accidentantelder2010-03-223-14/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926021 13f79535-47bb-0310-9956-ffa450edef68
* Add surefire plugin configantelder2010-03-221-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925996 13f79535-47bb-0310-9956-ffa450edef68
* Remove commons logging from tomcat war licenseantelder2010-03-225-9/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925994 13f79535-47bb-0310-9956-ffa450edef68
* Add new contribution "using" with examples for using SCA componentsnash2010-03-2214-0/+428
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925991 13f79535-47bb-0310-9956-ffa450edef68
* Uncomment plugin definitionantelder2010-03-221-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925985 13f79535-47bb-0310-9956-ffa450edef68
* Correctly support binding URI on references.jsdelfino2010-03-212-7/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925910 13f79535-47bb-0310-9956-ffa450edef68
* Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to ↵jsdelfino2010-03-219-13/+44
| | | | | | start memcached as a daemon. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925909 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-03-210-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925865 13f79535-47bb-0310-9956-ffa450edef68
* Exercise the trip policy from the policy client and policy launcherslaws2010-03-216-2/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925864 13f79535-47bb-0310-9956-ffa450edef68
* Correct module names in ant scriptsslaws2010-03-213-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925863 13f79535-47bb-0310-9956-ffa450edef68