summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Change currency converter request to exchange rate request slaws2009-06-201-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786822 13f79535-47bb-0310-9956-ffa450edef68
* Corrected the uri of the export.resourcemcombellack2009-06-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786783 13f79535-47bb-0310-9956-ffa450edef68
* Added the help-pages-contribution and help-pages-launcher modules to the buildmcombellack2009-06-201-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786780 13f79535-47bb-0310-9956-ffa450edef68
* Added help pages contribution that uses implementation.resource with a ↵mcombellack2009-06-207-0/+286
| | | | | | binding.http to expose some sample help pages for SCA Tours git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786774 13f79535-47bb-0310-9956-ffa450edef68
* Added names to callback bindings to avoid warning messagesnash2009-06-171-4/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785494 13f79535-47bb-0310-9956-ffa450edef68
* Make the tuscany dependency consistentrfeng2009-06-162-23/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785437 13f79535-47bb-0310-9956-ffa450edef68
* Added EJB binding related projects into the buildmcombellack2009-06-151-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785002 13f79535-47bb-0310-9956-ffa450edef68
* Added notification contribution that connects to the SMS gateway that ↵mcombellack2009-06-153-0/+115
| | | | | | exposes an EJB service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784997 13f79535-47bb-0310-9956-ffa450edef68
* Added notification-rmi-contribution into the buildmcombellack2009-06-141-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784621 13f79535-47bb-0310-9956-ffa450edef68
* Added notification service contribution that has an RMI bindingmcombellack2009-06-143-0/+117
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784619 13f79535-47bb-0310-9956-ffa450edef68
* Component name change and separate getting synch results and sending results ↵slaws2009-06-142-3/+4
| | | | | | to callback in Hotel component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784617 13f79535-47bb-0310-9956-ffa450edef68
* Extend the launcher for the interaction examples based on components from ↵slaws2009-06-1420-150/+391
| | | | | | the travel sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784575 13f79535-47bb-0310-9956-ffa450edef68
* Added basic current converter .composite filemcombellack2009-06-131-0/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784398 13f79535-47bb-0310-9956-ffa450edef68
* Moving Travel Sample to use 1.6-SNAPSHOT dependencieslresende2009-06-1235-134/+134
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784257 13f79535-47bb-0310-9956-ffa450edef68
* Moved EmailGateway to from port 8082 to port 8088 to avoid port clash on ↵mcombellack2009-06-114-9/+9
| | | | | | port 8082 with CreditCardPayment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783907 13f79535-47bb-0310-9956-ffa450edef68
* Start adding some simple scenarios that explore SCA interaction patternsslaws2009-06-119-17/+190
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783854 13f79535-47bb-0310-9956-ffa450edef68
* Use a CountDownLatch instead of a manual count of concurrent threads. Need ↵slaws2009-06-071-35/+12
| | | | | | 1.x change for TUSCANY-3076 for this to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782427 13f79535-47bb-0310-9956-ffa450edef68
* Copy from my sandboxrfeng2009-06-037-0/+325
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781612 13f79535-47bb-0310-9956-ffa450edef68
* Copy creditcard-payment-webrfeng2009-06-035-0/+361
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781610 13f79535-47bb-0310-9956-ffa450edef68
* Copy creditcard-payment-dosgi-contribution from my sandboxrfeng2009-06-0312-0/+977
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781609 13f79535-47bb-0310-9956-ffa450edef68
* Add the changes and configuration necessary to allow the full travel sample ↵slaws2009-06-0213-51/+108
| | | | | | to run under the control of the domain manager. The domain manager changes rely on some changes in order to run. Namely TUSCANY-3070/3075/3062. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781189 13f79535-47bb-0310-9956-ffa450edef68
* Update versions and dependencyrfeng2009-06-011-1/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780849 13f79535-47bb-0310-9956-ffa450edef68
* Add a spring version of the payment component which has no SCA annotations ↵slaws2009-06-0116-4/+829
| | | | | | and uses and internal composition with a local bean to represent the payment and email-gateway wiring. Doesn't quite work yet in the full app as the contribution processing is not picking up the spring context for some reason. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780847 13f79535-47bb-0310-9956-ffa450edef68
* Add maven plugin repo for java.net wsimport pluginrfeng2009-06-014-128/+178
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780840 13f79535-47bb-0310-9956-ffa450edef68
* Create a cart after checkoutrfeng2009-06-011-104/+105
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780829 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the SCA Tours common contribution version as it should be 1.0-SNAPSHOT ↵mcombellack2009-06-011-1/+1
| | | | | | as it is part of the SCA Tours modules and not 1.5 as this is the Tuscany version git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780821 13f79535-47bb-0310-9956-ffa450edef68
* Updated versions so that it refers to 1.5 rather than 1.5-SNAPSHOT. Set the ↵mcombellack2009-06-011-1/+2
| | | | | | artifact version to 1.0-SNAPSHOT git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780809 13f79535-47bb-0310-9956-ffa450edef68
* Change the wsdl to use anonymous types to work around a JAXB schema ↵rfeng2009-06-012-26/+48
| | | | | | generation issue (adding nillable to root elements) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780785 13f79535-47bb-0310-9956-ffa450edef68
* Update versionsrfeng2009-06-0134-275/+278
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780783 13f79535-47bb-0310-9956-ffa450edef68
* Add contributions for interaction pattern testing and contributions to split ↵slaws2009-05-3128-113/+1301
| | | | | | the full app composite up ready for running across multiple nodes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780430 13f79535-47bb-0310-9956-ffa450edef68
* Move conversational behaviour into the care store component to make the ↵slaws2009-05-3112-119/+193
| | | | | | front end simpler and allow removal of the SCA tours component if required. Also make payments work in the full app. Ad some more features to calendar and hotel to demonstrate interaction patterns git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780423 13f79535-47bb-0310-9956-ffa450edef68
* no longer requiredslaws2009-05-257-821/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778455 13f79535-47bb-0310-9956-ffa450edef68
* activate composites in payment and credit card payment and use the ↵slaws2009-05-2415-143/+74
| | | | | | contributions in the databinding sample. Still some problem when running these contributions in full app mode that causes a wire configuration problem. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778220 13f79535-47bb-0310-9956-ffa450edef68
* Databinding client component used to show how JAXB Payment component can ↵slaws2009-05-245-0/+189
| | | | | | talk to SDO creditcard payment component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778188 13f79535-47bb-0310-9956-ffa450edef68
* Version of Payment component that takes SDO objects on its interface instead ↵slaws2009-05-247-0/+477
| | | | | | of JAXB objects git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778186 13f79535-47bb-0310-9956-ffa450edef68
* Fix problem with managedTransaction.global intent not being definednash2009-05-241-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778157 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the Introducing sample and the top-level pom.xmlnash2009-05-231-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777953 13f79535-47bb-0310-9956-ffa450edef68
* Updated the SMS message so that the subject and message are separatedmcombellack2009-05-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777503 13f79535-47bb-0310-9956-ffa450edef68
* Initial commit of the notification contribution that uses an external SMS ↵mcombellack2009-05-214-0/+118
| | | | | | Gateway that has a CORBA interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777303 13f79535-47bb-0310-9956-ffa450edef68
* Corrected the name of this projectmcombellack2009-05-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777104 13f79535-47bb-0310-9956-ffa450edef68
* Renamed currency contributions so that the binding type appears before ↵mcombellack2009-05-2110-6/+6
| | | | | | | | contribution rathe than after. i.e. currency-contribution-ws becomes currency-ws-contribution etc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777102 13f79535-47bb-0310-9956-ffa450edef68
* Initial commit of notification contributions that use an external SMS ↵mcombellack2009-05-219-0/+306
| | | | | | Gateway that has a web service interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777043 13f79535-47bb-0310-9956-ffa450edef68
* Re-enabled the sca:managedTransaction.global policy as it had been commented ↵mcombellack2009-05-201-1/+1
| | | | | | out but it is needed to run the payment contribution since without it when using the payment contribution it complains of a missing policy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776633 13f79535-47bb-0310-9956-ffa450edef68
* Initial commit of currency converter with CORBA bindingmcombellack2009-05-194-0/+106
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776441 13f79535-47bb-0310-9956-ffa450edef68
* Initial commit of the currency converter contribution with an RMI bindingmcombellack2009-05-194-0/+106
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776342 13f79535-47bb-0310-9956-ffa450edef68
* Made the currency converter interfaces @Remotable so that it can have ↵mcombellack2009-05-191-0/+3
| | | | | | bindings added to it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776231 13f79535-47bb-0310-9956-ffa450edef68
* Initial attempt at creating a contribution for the currency converter that ↵mcombellack2009-05-184-0/+111
| | | | | | exposes the currency converter with a basic web service binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776121 13f79535-47bb-0310-9956-ffa450edef68
* Add a little more function to the simple travel booking sample and simplify ↵slaws2009-05-173-6/+20
| | | | | | the command line launcher contribution configuration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775672 13f79535-47bb-0310-9956-ffa450edef68
* Add ui contribution for the full travel booking application. This is just ↵slaws2009-05-179-2/+823
| | | | | | getting it basically working after the reorg of the code. Payment not fixed up yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775647 13f79535-47bb-0310-9956-ffa450edef68
* Correct contribution dependency and add ignoresslaws2009-05-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775621 13f79535-47bb-0310-9956-ffa450edef68