summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove tutorials/travelsample directory from source and binary distributionsnash2010-09-152-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997254 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 fix test failures due to contribution and launcher moveskelvingoodson2010-09-151-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997247 13f79535-47bb-0310-9956-ffa450edef68
* Update the expected error messageantelder2010-09-151-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997211 13f79535-47bb-0310-9956-ffa450edef68
* Accept JSON-RPC requests with application/x-www-form-urlencoded content type.jsdelfino2010-09-152-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997187 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade build scripts to on Ubuntu 10.04.jsdelfino2010-09-1510-34/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997186 13f79535-47bb-0310-9956-ffa450edef68
* Update jms binding to callback interceptor to support jms: uri format ↵antelder2010-09-141-0/+8
| | | | | | callback q property values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997103 13f79535-47bb-0310-9956-ffa450edef68
* Update setup instructions in samples READMEnash2010-09-141-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996998 13f79535-47bb-0310-9956-ffa450edef68
* Update instructions for using Eclipse with the samples in the source and ↵nash2010-09-141-15/+22
| | | | | | binary distributions (TUSCANY-3676) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996994 13f79535-47bb-0310-9956-ffa450edef68
* Move instructions for using Eclipse with the source distribution from the ↵nash2010-09-141-0/+32
| | | | | | samples README to the BUILDING file (TUSCANY-3676) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996991 13f79535-47bb-0310-9956-ffa450edef68
* Add pom.xml file to samples directory of binary distribution (TUSCANY-3676)nash2010-09-143-2/+183
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996988 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3631 - re-enable the test basic auth test case. The issue was that ↵slaws2010-09-142-7/+12
| | | | | | the appliesTo processing wasn't removing policy sets from Endpoints/EndpointReferences it was just removing them from the Service/Reference models. The Endpoint/EndpointReference versions are used to drive the runtime processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996966 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out lineslaws2010-09-141-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996960 13f79535-47bb-0310-9956-ffa450edef68
* Add a missing commentslaws2010-09-141-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996955 13f79535-47bb-0310-9956-ffa450edef68
* Currently the JSONP binding shouldn't directly rely on the HTTP binding ↵slaws2010-09-144-5/+4
| | | | | | runtime as there is work to do to ensure that the HTTP binding has reference support and JSONP wire format support (assuming we want to go that way). For now I've ranked the JSONP provider higher than the HTTP provider so that the JSONP runtime will always pick up the JSONP provider now that the JSONP model is an instanceof both the HTTP model and the JSONP model. This should fix the NPE reported on the ML for the short term. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996954 13f79535-47bb-0310-9956-ffa450edef68
* Replace wildcard errors for BJM_3020 and BJM_3022 with actual exceptionsbdaniel2010-09-141-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996944 13f79535-47bb-0310-9956-ffa450edef68
* BJM_3020 Validate that activationSpec is not used on a referencebdaniel2010-09-141-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996943 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 fix bad contribution path (contribution yet to be moved)kelvingoodson2010-09-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996903 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 update launchers to reference contributions in new locationskelvingoodson2010-09-144-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996901 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 pom updates to match recent server side reorg of launcher projectskelvingoodson2010-09-142-12/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996897 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 move launchers into running-tuscany folderkelvingoodson2010-09-1445-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996894 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 fix pom errors after recent changeskelvingoodson2010-09-143-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996890 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 alter pom to match recent sample reorg of binding.* sampleskelvingoodson2010-09-142-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996887 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 server side move of some sca feature samples (matching pom ↵kelvingoodson2010-09-1471-0/+0
| | | | | | change to follow shortly) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996885 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 add directory for "running tuscany" sampleskelvingoodson2010-09-142-0/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996883 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 ignore target folders in new samples structurekelvingoodson2010-09-140-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996880 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 add folders for sample applications and demonstrations of sca ↵kelvingoodson2010-09-143-0/+86
| | | | | | features git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996878 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 move store sample into applications folderkelvingoodson2010-09-1420-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996875 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3677 add basic structure as per mailing list discussionkelvingoodson2010-09-140-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996870 13f79535-47bb-0310-9956-ffa450edef68
* BJM_6016 Add error messagebdaniel2010-09-141-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996766 13f79535-47bb-0310-9956-ffa450edef68
* Use JMS ReplyTo as callback desitnation when scaCallbackDestination property ↵bdaniel2010-09-141-2/+12
| | | | | | is not set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996765 13f79535-47bb-0310-9956-ffa450edef68
* Add expected error messages for bjm_3013A and 3013Cantelder2010-09-131-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996698 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup EmbedUtil a bit. Use a builder pattern and closures to pass a node ↵jsdelfino2010-09-133-147/+226
| | | | | | factory context around instead of being kept in a static. Change the DOM util to use a similar builder pattern as well. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996622 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup EmbedUtil a bit. Use a builder pattern and closures to pass a node ↵jsdelfino2010-09-133-147/+226
| | | | | | factory context around instead of being kept in a static. Change the DOM util to use a similar builder pattern as well. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996620 13f79535-47bb-0310-9956-ffa450edef68
* Reverse incorrect commit r959529nash2010-09-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996573 13f79535-47bb-0310-9956-ffa450edef68
* Reverse incorrect commit r988706nash2010-09-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996572 13f79535-47bb-0310-9956-ffa450edef68
* update pom in line with move of getting started sample contributionskelvingoodson2010-09-131-0/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996552 13f79535-47bb-0310-9956-ffa450edef68
* separate out getting started sample contributionskelvingoodson2010-09-1357-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996545 13f79535-47bb-0310-9956-ffa450edef68
* more sample reorgkelvingoodson2010-09-130-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996536 13f79535-47bb-0310-9956-ffa450edef68
* match poms to changed structurekelvingoodson2010-09-132-8/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996472 13f79535-47bb-0310-9956-ffa450edef68
* move hello world samples to getting startedkelvingoodson2010-09-1356-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996462 13f79535-47bb-0310-9956-ffa450edef68
* begin samples rearrangementkelvingoodson2010-09-130-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996461 13f79535-47bb-0310-9956-ffa450edef68
* Update release documentation files for 1.6.1nash2010-09-129-423/+579
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996380 13f79535-47bb-0310-9956-ffa450edef68
* BJM_6015D Make sure scaCallbackDestination property is honoredbdaniel2010-09-101-18/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995916 13f79535-47bb-0310-9956-ffa450edef68
* Minor updates to MANIFEST.MFlresende2010-09-101-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995905 13f79535-47bb-0310-9956-ffa450edef68
* Change the base jar to use the base featureantelder2010-09-101-253/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995774 13f79535-47bb-0310-9956-ffa450edef68
* Create a base feature copied from the shades/base jarantelder2010-09-105-0/+573
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995773 13f79535-47bb-0310-9956-ffa450edef68
* Fix the self reference with explicit bindingsrfeng2010-09-105-31/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995627 13f79535-47bb-0310-9956-ffa450edef68
* A windows launcherslaws2010-09-091-0/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995479 13f79535-47bb-0310-9956-ffa450edef68
* Start separate nodes from separate mainlines. slaws2010-09-095-1/+546
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995477 13f79535-47bb-0310-9956-ffa450edef68
* BJM_3026_1 Ensure correct message selector is usedbdaniel2010-09-092-4/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995307 13f79535-47bb-0310-9956-ffa450edef68