summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update the testcase to be Junit4rfeng2008-08-062-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683131 13f79535-47bb-0310-9956-ffa450edef68
* Update to aspectj 1.6.1rfeng2008-08-063-10/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683127 13f79535-47bb-0310-9956-ffa450edef68
* Change default URIs from 8080 to 8085 to avoid continuum conflictslaws2008-08-051-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682722 13f79535-47bb-0310-9956-ffa450edef68
* Add support for subscriptionHeaders to the jms binding modelantelder2008-08-053-0/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682682 13f79535-47bb-0310-9956-ffa450edef68
* Change default port from 8080 to 8085 to avoid continuum clashslaws2008-08-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682668 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2528nash2008-08-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682664 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest jms binding codeantelder2008-08-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682663 13f79535-47bb-0310-9956-ffa450edef68
* Add tests for propertiesantelder2008-08-058-0/+338
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682647 13f79535-47bb-0310-9956-ffa450edef68
* Minor changes, converted some of the buttons to links, added a link to ↵jsdelfino2008-08-054-45/+134
| | | | | | expand/collapse the 'Add' section at the bottom of the widgets. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682646 13f79535-47bb-0310-9956-ffa450edef68
* Added constructors taking integer and double parameters.jsdelfino2008-08-051-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682645 13f79535-47bb-0310-9956-ffa450edef68
* Correct opertion properties correlation idantelder2008-08-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682642 13f79535-47bb-0310-9956-ffa450edef68
* Updates for special 'onMessage' methodantelder2008-08-052-5/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682615 13f79535-47bb-0310-9956-ffa450edef68
* Set correlation id on request, fix for void responseantelder2008-08-051-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682613 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in correlation id name (ends with capital I)antelder2008-08-052-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682612 13f79535-47bb-0310-9956-ffa450edef68
* 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