summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-01Add maven plugin repo for java.net wsimport pluginrfeng4-128/+178
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780840 13f79535-47bb-0310-9956-ffa450edef68
2009-06-01Create a cart after checkoutrfeng1-104/+105
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780829 13f79535-47bb-0310-9956-ffa450edef68
2009-06-01Fixed the SCA Tours common contribution version as it should be 1.0-SNAPSHOT ↵mcombellack1-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
2009-06-01Updated versions so that it refers to 1.5 rather than 1.5-SNAPSHOT. Set the ↵mcombellack1-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
2009-06-01Change the wsdl to use anonymous types to work around a JAXB schema ↵rfeng2-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
2009-06-01Update versionsrfeng34-275/+278
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780783 13f79535-47bb-0310-9956-ffa450edef68
2009-05-31Add contributions for interaction pattern testing and contributions to split ↵slaws28-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
2009-05-31Move conversational behaviour into the care store component to make the ↵slaws12-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
2009-05-25no longer requiredslaws7-821/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778455 13f79535-47bb-0310-9956-ffa450edef68
2009-05-24activate composites in payment and credit card payment and use the ↵slaws15-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
2009-05-24Databinding client component used to show how JAXB Payment component can ↵slaws5-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
2009-05-24Version of Payment component that takes SDO objects on its interface instead ↵slaws7-0/+477
of JAXB objects git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778186 13f79535-47bb-0310-9956-ffa450edef68
2009-05-24Fix problem with managedTransaction.global intent not being definednash1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778157 13f79535-47bb-0310-9956-ffa450edef68
2009-05-23Clean up the Introducing sample and the top-level pom.xmlnash1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777953 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22Updated the SMS message so that the subject and message are separatedmcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777503 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21Initial commit of the notification contribution that uses an external SMS ↵mcombellack4-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
2009-05-21Corrected the name of this projectmcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777104 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21Renamed currency contributions so that the binding type appears before ↵mcombellack10-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
2009-05-21Initial commit of notification contributions that use an external SMS ↵mcombellack9-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
2009-05-20Re-enabled the sca:managedTransaction.global policy as it had been commented ↵mcombellack1-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
2009-05-19Initial commit of currency converter with CORBA bindingmcombellack4-0/+106
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776441 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19Initial commit of the currency converter contribution with an RMI bindingmcombellack4-0/+106
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776342 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19Made the currency converter interfaces @Remotable so that it can have ↵mcombellack1-0/+3
bindings added to it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776231 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Initial attempt at creating a contribution for the currency converter that ↵mcombellack4-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
2009-05-17Add a little more function to the simple travel booking sample and simplify ↵slaws3-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
2009-05-17Add ui contribution for the full travel booking application. This is just ↵slaws9-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
2009-05-17Correct contribution dependency and add ignoresslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775621 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12Travel sample restructurenash115-0/+7102
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774129 13f79535-47bb-0310-9956-ffa450edef68