summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change the port to 8085 to avoid build break on the Apache continumm machinerfeng2008-08-055-10/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682606 13f79535-47bb-0310-9956-ffa450edef68
* Prevent the long inspection strings being printed out during the main build. slaws2008-08-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682520 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2526 - Renaming the test case, as @Ignore wasn't working as I was ↵lresende2008-08-041-1/+1
| | | | | | commenting all tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682513 13f79535-47bb-0310-9956-ffa450edef68
* Test to triger continuum notificationlresende2008-08-042-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682497 13f79535-47bb-0310-9956-ffa450edef68
* Fixed Javascript warnings, use elementByID() to get references to UI ↵jsdelfino2008-08-046-4/+41
| | | | | | elements instead of referencing global variables directly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682495 13f79535-47bb-0310-9956-ffa450edef68
* Isolate widgets from each other, have them work off the HTML div that ↵jsdelfino2008-08-048-78/+169
| | | | | | they're in instead of the parent document. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682493 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2487 - Making interfaces remotable and other small fixes.lresende2008-08-042-110/+121
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682472 13f79535-47bb-0310-9956-ffa450edef68
* Change to vtests to use port 8085 instead of the default 8080 to avoid ↵slaws2008-08-0415-134/+148
| | | | | | continuum clashes. This exercise raised TUSCANY-2523 and also involved many additions of default binding.ws uris where there were none before. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682428 13f79535-47bb-0310-9956-ffa450edef68
* Set any user properties on the request messageantelder2008-08-041-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682326 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up header processingantelder2008-08-041-5/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682318 13f79535-47bb-0310-9956-ffa450edef68
* Remove FIXME suffix as tests run ok nowantelder2008-08-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682308 13f79535-47bb-0310-9956-ffa450edef68
* Updates for properties tests and tidy up old commentsantelder2008-08-042-150/+374
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682307 13f79535-47bb-0310-9956-ffa450edef68
* Start on testing for properties supportantelder2008-08-042-88/+188
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682278 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2403 - Applying patch from Ramlresende2008-08-047-0/+136
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682275 13f79535-47bb-0310-9956-ffa450edef68
* A workaround for TUSCANY-2499 (set unresolved flag to false for intent ↵rfeng2008-08-041-2/+5
| | | | | | definitions) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682267 13f79535-47bb-0310-9956-ffa450edef68
* svn propset svn:ignorelresende2008-08-030-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682232 13f79535-47bb-0310-9956-ffa450edef68
* In <binding.corba> added configuration option to allow creating name server ↵wjaniszewski2008-08-0312-10/+245
| | | | | | by Tuscany, new test scenario in itest/corba. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682203 13f79535-47bb-0310-9956-ffa450edef68
* More ignoresslaws2008-08-030-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682176 13f79535-47bb-0310-9956-ffa450edef68
* Allow trip items to be removedslaws2008-08-033-2/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682175 13f79535-47bb-0310-9956-ffa450edef68
* Add some ignoresslaws2008-08-030-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682171 13f79535-47bb-0310-9956-ffa450edef68
* Updates to add in cars and flightsslaws2008-08-0314-54/+400
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682170 13f79535-47bb-0310-9956-ffa450edef68
* add flights to the travel sampleslaws2008-08-034-0/+361
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682169 13f79535-47bb-0310-9956-ffa450edef68
* Add cars to the travel sampleslaws2008-08-034-0/+313
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682168 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2391, apply lates patch from Thilina Buddhikaantelder2008-08-036-364/+1329
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682109 13f79535-47bb-0310-9956-ffa450edef68
* Small refactoring on the jsonRPC tests artifactslresende2008-08-025-11/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681925 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2500 - Applying Dhaval's patchlresende2008-08-026-18/+413
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681918 13f79535-47bb-0310-9956-ffa450edef68
* Change the artifact idrfeng2008-08-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681896 13f79535-47bb-0310-9956-ffa450edef68
* 1. SCA default binding over CORBA - now transient name server is beeing ↵wjaniszewski2008-08-0114-100/+421
| | | | | | created automatically for localhost service bindings. 2. Code cleanup git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681871 13f79535-47bb-0310-9956-ffa450edef68
* Updating the archive address for Tuscany TLPlresende2008-08-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681854 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2494 - Applying Douglas patchlresende2008-08-013-28/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681850 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2496 - Applying Haibo's patchlresende2008-08-0111-105/+502
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681823 13f79535-47bb-0310-9956-ffa450edef68
* svn propset svn:ignoreslresende2008-08-010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681818 13f79535-47bb-0310-9956-ffa450edef68
* Adding customer-dojo sample app to main buildlresende2008-08-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681811 13f79535-47bb-0310-9956-ffa450edef68
* Adding maven-eclipet.xml to svn-ignoreslresende2008-08-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681810 13f79535-47bb-0310-9956-ffa450edef68
* Set svn ignoresantelder2008-08-010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681685 13f79535-47bb-0310-9956-ffa450edef68
* Update to use implementation.webantelder2008-08-012-9/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681684 13f79535-47bb-0310-9956-ffa450edef68
* move files to correct placeantelder2008-08-012-27/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681683 13f79535-47bb-0310-9956-ffa450edef68
* move files to correct placeantelder2008-08-015-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681682 13f79535-47bb-0310-9956-ffa450edef68
* Start of a webapp uiantelder2008-08-019-0/+622
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681681 13f79535-47bb-0310-9956-ffa450edef68
* some more ignoresslaws2008-08-010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681679 13f79535-47bb-0310-9956-ffa450edef68
* Remove module - replaced by calendar-contributionslaws2008-08-015-209/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681677 13f79535-47bb-0310-9956-ffa450edef68
* Add some ignoresslaws2008-08-010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681676 13f79535-47bb-0310-9956-ffa450edef68
* Add impl.web xsdantelder2008-08-011-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681673 13f79535-47bb-0310-9956-ffa450edef68
* Change the sample to use only the sca-api dependency with a scope of ↵antelder2008-08-011-21/+1
| | | | | | provided as eveything is provided by the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681637 13f79535-47bb-0310-9956-ffa450edef68
* Removing work folder from sample applicationlresende2008-08-010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681632 13f79535-47bb-0310-9956-ffa450edef68
* Customer sample using Dojo + JSONRPC and OpenJPAlresende2008-08-0119-0/+1471
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681631 13f79535-47bb-0310-9956-ffa450edef68
* Corrupted commitlresende2008-08-0118-1370/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681630 13f79535-47bb-0310-9956-ffa450edef68
* Remove sysout printlnsantelder2008-08-011-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681629 13f79535-47bb-0310-9956-ffa450edef68
* remove unused fieldantelder2008-08-011-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681626 13f79535-47bb-0310-9956-ffa450edef68
* correct typo in service name and remove init method as @Reference annottaion ↵antelder2008-08-012-14/+2
| | | | | | now works git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681625 13f79535-47bb-0310-9956-ffa450edef68