summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Copy travelsample-1.0-RC3 tag as travelsample-1.0nash2010-06-10807-0/+49395
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953445 13f79535-47bb-0310-9956-ffa450edef68
* tag for Tuscany 2.0 Milestone 5 releasekelvingoodson2010-06-105367-0/+452465
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953330 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi importrfeng2010-06-091-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953179 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi importrfeng2010-06-091-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953176 13f79535-47bb-0310-9956-ffa450edef68
* Remove some more of those pesky non-utf8 charactersantelder2010-06-091-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953037 13f79535-47bb-0310-9956-ffa450edef68
* Add some code to install the JAXWS provider into Axis and copy the code from ↵slaws2010-06-096-23/+652
| | | | | | the old binding to integrate the Axis2 runtime with our servler container. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953017 13f79535-47bb-0310-9956-ffa450edef68
* Remove the domain module as the code is now in domain-nodeantelder2010-06-0914-1162/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952990 13f79535-47bb-0310-9956-ffa450edef68
* Move the code in the domain module to the domain-node module as thats what ↵antelder2010-06-0912-0/+1104
| | | | | | domain-node was intended for git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952989 13f79535-47bb-0310-9956-ffa450edef68
* Tidy the processing that creates the links between enpointreferences and ↵slaws2010-06-091-36/+60
| | | | | | endpoints to represent callbacks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952936 13f79535-47bb-0310-9956-ffa450edef68
* Add more ws callback test casesslaws2010-06-093-22/+67
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952934 13f79535-47bb-0310-9956-ffa450edef68
* Remove non-UTF8 charsrfeng2010-06-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952897 13f79535-47bb-0310-9956-ffa450edef68
* Remove non UTF-8 charsrfeng2010-06-081-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952727 13f79535-47bb-0310-9956-ffa450edef68
* bump java compiler source and target to java 6kelvingoodson2010-06-081-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952653 13f79535-47bb-0310-9956-ffa450edef68
* Start thinking about providing and Axis backed runtime for the JAXWS based ↵slaws2010-06-0822-0/+2297
| | | | | | ws binding so that we can exploit Axis policy and protocols. Very early days so not ready for trunk yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952627 13f79535-47bb-0310-9956-ffa450edef68
* Start of the ws binding oasis testsuite for the trunk buildantelder2010-06-084-0/+405
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952557 13f79535-47bb-0310-9956-ffa450edef68
* Start of the jms binding oasis testsuite for the trunk buildantelder2010-06-084-0/+405
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952556 13f79535-47bb-0310-9956-ffa450edef68
* remove troublesome comments which trigger jdk issue "unmappable character ↵kelvingoodson2010-06-0729-30/+5
| | | | | | for encoding UTF-8" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952189 13f79535-47bb-0310-9956-ffa450edef68
* Read composite content after contributions have been loaded (TUSCANY-3569)nash2010-06-071-21/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952186 13f79535-47bb-0310-9956-ffa450edef68
* remove accidental merge of branch version idkelvingoodson2010-06-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952172 13f79535-47bb-0310-9956-ffa450edef68
* Tag for 2.0-M5 RC3kelvingoodson2010-06-065367-0/+452465
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951885 13f79535-47bb-0310-9956-ffa450edef68
* Handle explicit dependent contribution URIs and implement the helper ↵antelder2010-06-051-4/+26
| | | | | | methods to get the AssemblyFactory and installed contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951671 13f79535-47bb-0310-9956-ffa450edef68
* Keep track on any explicit dependent contribution URIsantelder2010-06-051-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951670 13f79535-47bb-0310-9956-ffa450edef68
* Add methods to get an installed contribution and to get the AssemblyFactory ↵antelder2010-06-051-0/+4
| | | | | | (which could then be used to create all the artifacts programatically). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951669 13f79535-47bb-0310-9956-ffa450edef68
* Add a script to bootstrap a dev build image on an EC2 instance.jsdelfino2010-06-051-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951661 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes to ubuntu image creation scripts.jsdelfino2010-06-056-32/+161
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951659 13f79535-47bb-0310-9956-ffa450edef68
* Add build support for a minimum distribution using prebuilt dependencies ↵jsdelfino2010-06-0533-607/+815
| | | | | | from Ubuntu 9.10. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951656 13f79535-47bb-0310-9956-ffa450edef68
* Add RSS support to the WSGI integration module.jsdelfino2010-06-057-46/+377
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951655 13f79535-47bb-0310-9956-ffa450edef68
* Setting svn:eol-style for java and xml filesrfeng2010-06-05103-9417/+9417
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
* Change eol stylerfeng2010-06-051-45/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951647 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3565 - Fixing merge conflict on dependency versionlresende2010-06-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951646 13f79535-47bb-0310-9956-ffa450edef68
* svn propset svn:eol-style nativelresende2010-06-041-26/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951607 13f79535-47bb-0310-9956-ffa450edef68
* svn propset svn:eol-style nativelresende2010-06-041-26/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951604 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3565 - Adding missing dojo extension providerlresende2010-06-042-2/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951590 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3565 - Adding missing dojo extension providerlresende2010-06-042-2/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951583 13f79535-47bb-0310-9956-ffa450edef68
* Ensure the binary distribution contains commons-lang-2.3 instead of ↵nash2010-06-041-0/+7
| | | | | | commons-lang-2.1 (TUSCANY-3589) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951571 13f79535-47bb-0310-9956-ffa450edef68
* Fix NullPointerException caused by missing tests for null callback interface ↵nash2010-06-042-10/+16
| | | | | | (TUSCANY-3588) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951561 13f79535-47bb-0310-9956-ffa450edef68
* Add missing wires to DomainManager.composite file (TUSCANY-3587)nash2010-06-041-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951557 13f79535-47bb-0310-9956-ffa450edef68
* Add <binding.sca> to generated node configuration (TUSCANY-3193)nash2010-06-041-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951548 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3585 - Moving to Spring 2.5.6lresende2010-06-043-16/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951526 13f79535-47bb-0310-9956-ffa450edef68
* add README to signal /lib directory as volatilelresende2010-06-042-1/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951522 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3585 - Moving to Spring 2.5.6lresende2010-06-043-16/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951514 13f79535-47bb-0310-9956-ffa450edef68
* Add support for generated sca-contribution.xml metadataantelder2010-06-045-15/+65
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951457 13f79535-47bb-0310-9956-ffa450edef68
* add README to signal /lib directory as volatilekelvingoodson2010-06-042-1/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951438 13f79535-47bb-0310-9956-ffa450edef68
* Add TODO reminder about generated sca-contribution xmlantelder2010-06-041-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951431 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase to add a Deployer Composite as a deployment compositeantelder2010-06-043-11/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951416 13f79535-47bb-0310-9956-ffa450edef68
* To keep it as simple as possible for now remove the multiple install methods antelder2010-06-043-31/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951411 13f79535-47bb-0310-9956-ffa450edef68
* Rename autoDeploy to deployDeployablesantelder2010-06-042-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951410 13f79535-47bb-0310-9956-ffa450edef68
* Add methods to install/update using Deployer artifacts and associated ↵antelder2010-06-045-27/+109
| | | | | | simplify use of monitors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951409 13f79535-47bb-0310-9956-ffa450edef68
* Update to remove use of Node APIsantelder2010-06-041-11/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951359 13f79535-47bb-0310-9956-ffa450edef68
* Move the prototype of APIs from section 10 of the Assembly spec from contrib ↵antelder2010-06-0411-0/+958
| | | | | | to trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951357 13f79535-47bb-0310-9956-ffa450edef68