summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable setting the domain used by the webapp via a context attributeantelder2009-07-081-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792033 13f79535-47bb-0310-9956-ffa450edef68
* Update NodeFactory to support multiple domains and user defined domain URIs antelder2009-07-081-31/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792032 13f79535-47bb-0310-9956-ffa450edef68
* Include the domain name in the start log message antelder2009-07-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792031 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to get the domain nameantelder2009-07-082-0/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792030 13f79535-47bb-0310-9956-ffa450edef68
* Remove old commented out lineantelder2009-07-081-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792029 13f79535-47bb-0310-9956-ffa450edef68
* Add itest-policies to the buildrfeng2009-07-071-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791996 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest for policiesrfeng2009-07-0713-0/+607
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791992 13f79535-47bb-0310-9956-ffa450edef68
* Fix the code to read policies and intentsrfeng2009-07-072-6/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791991 13f79535-47bb-0310-9956-ffa450edef68
* Fix the merge of definitionsrfeng2009-07-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791990 13f79535-47bb-0310-9956-ffa450edef68
* Test if the excluded intents is declared but not resolvedrfeng2009-07-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791989 13f79535-47bb-0310-9956-ffa450edef68
* Handle the qualifier methods for the specific annotationsrfeng2009-07-073-14/+65
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791988 13f79535-47bb-0310-9956-ffa450edef68
* Add support to introspect intents from specific annotations such as ↵rfeng2009-07-074-6/+66
| | | | | | @Authentication git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791984 13f79535-47bb-0310-9956-ffa450edef68
* Fix the typo in the xml definition of intentsrfeng2009-07-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791978 13f79535-47bb-0310-9956-ffa450edef68
* Remove AutomaticBinding and replace it with a flag in the Contract model to ↵rfeng2009-07-0617-190/+116
| | | | | | | | indicate if a refernece or binding has one or more binding elements specified in which case it overrides the bindings from componentType or promoted contracts Change the isCallback flag to forCallback to avoid confusion with the callback property git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791651 13f79535-47bb-0310-9956-ffa450edef68
* Fix the BPEL assignment to make sure the response message is initializedrfeng2009-07-061-1/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791649 13f79535-47bb-0310-9956-ffa450edef68
* Organize importslresende2009-07-0618-36/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791623 13f79535-47bb-0310-9956-ffa450edef68
* Organize imports and reformat the coderfeng2009-07-0692-1561/+1640
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791550 13f79535-47bb-0310-9956-ffa450edef68
* - Resolving some problems on the project structuredougsleite2009-07-0614-706/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791471 13f79535-47bb-0310-9956-ffa450edef68
* - Restructured the iTest packagedougsleite2009-07-0633-49/+1507
| | | | | | | - Added a new test scenario: Primary-Backup with N backups - Added a new tag element (<affected_participants>) into the recovery rules XML file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791465 13f79535-47bb-0310-9956-ffa450edef68
* Update project version to 1.5.1-SNAPSHOTslaws2009-07-06484-12942/+12942
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791455 13f79535-47bb-0310-9956-ffa450edef68
* Branch for 1.5.1slaws2009-07-069187-0/+733889
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791397 13f79535-47bb-0310-9956-ffa450edef68
* Remove reference to email gateway SCA component as the email gateway is ↵slaws2009-07-053-101/+2
| | | | | | implemented as a spring bean git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791262 13f79535-47bb-0310-9956-ffa450edef68
* applying patch tuscany_2552_phillipe_ramalho_07_04_2009.patch.txt from ↵adrianocrestani2009-07-0564-248/+2802
| | | | | | TUSCANY-2552 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791203 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2984 - Adding prioritization while starting module activators to ↵lresende2009-07-044-3/+40
| | | | | | allow module activators dependencies to start first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791146 13f79535-47bb-0310-9956-ffa450edef68
* Enable user deciding whether or not to include the Tuscany runtime in the ↵antelder2009-07-044-5/+18
| | | | | | webapp so it can be used with the Tuscany Tomcat integration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791134 13f79535-47bb-0310-9956-ffa450edef68
* Update node tests for latest sca client api'santelder2009-07-042-8/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791099 13f79535-47bb-0310-9956-ffa450edef68
* Tag 2.0 M3 releaseantelder2009-07-042984-0/+265465
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791091 13f79535-47bb-0310-9956-ffa450edef68
* mergeantelder2009-07-042-2/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791090 13f79535-47bb-0310-9956-ffa450edef68
* Update JSF sample for sca namespace change and missing tuscany config in web.xmlantelder2009-07-042-2/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791089 13f79535-47bb-0310-9956-ffa450edef68
* Merge archetype jetty property fix from trunk to m3 branchantelder2009-07-044-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791075 13f79535-47bb-0310-9956-ffa450edef68
* Use spring to provide the component implementation as the module name ↵slaws2009-07-042-1/+30
| | | | | | suggests is the case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791074 13f79535-47bb-0310-9956-ffa450edef68
* Fix missing jetty version property in some of the archetypesantelder2009-07-044-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791073 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3128 - force the bean factory classloader to be the contribution ↵slaws2009-07-041-1/+30
| | | | | | classloader as it's reset by the application context on refresh. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791072 13f79535-47bb-0310-9956-ffa450edef68
* Update scope so launcher can start AMQ brokerantelder2009-07-031-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790988 13f79535-47bb-0310-9956-ffa450edef68
* Don't use url for systemId as it fails when url is for a nested ear resource ↵antelder2009-07-032-2/+2
| | | | | | as the archive: protocol isn't known to woodstock url handler. As far as i can see we don't need the systemId for anything and the build is working fine without it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790985 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyslaws2009-07-031-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790973 13f79535-47bb-0310-9956-ffa450edef68
* Correct 6/06 typo in artifact nameantelder2009-07-031-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790966 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing up the client api to the recent proposalsantelder2009-07-031-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790962 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing up the client api to the recent proposalsantelder2009-07-032-59/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790961 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing up the client api to the recent proposalsantelder2009-07-033-30/+82
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790960 13f79535-47bb-0310-9956-ffa450edef68
* A message to prove that the JMS message reaches the serverslaws2009-07-031-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790919 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3127 - A work around to prevent failure when both JMS and JSONRPC ↵slaws2009-07-031-0/+7
| | | | | | bindings are present on the same service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790917 13f79535-47bb-0310-9956-ffa450edef68
* Add in a second EJB component to show how the model is constructed. slaws2009-07-032-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790916 13f79535-47bb-0310-9956-ffa450edef68
* Add ws dependency for some future test binding changesslaws2009-07-031-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790915 13f79535-47bb-0310-9956-ffa450edef68
* Update README to add new scenarioslaws2009-07-031-0/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790912 13f79535-47bb-0310-9956-ffa450edef68
* Update assets and domain to support the enterprise exampleslaws2009-07-0314-4/+275
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790911 13f79535-47bb-0310-9956-ffa450edef68
* A new warehouse component that listens for orders on JMS and provides a GUI ↵slaws2009-07-036-0/+362
| | | | | | to show any orders received git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790909 13f79535-47bb-0310-9956-ffa450edef68
* Same as store merged but with a JMS link to the warehouse (store not ↵slaws2009-07-034-0/+248
| | | | | | currently configured to use web service catalogs) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790908 13f79535-47bb-0310-9956-ffa450edef68
* Add source for the diagrams (this isn't the original as I couldn't find it ↵slaws2009-07-031-0/+0
| | | | | | so apologies if it looks slightly different) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790905 13f79535-47bb-0310-9956-ffa450edef68
* Extend to include an enterpries scenarioslaws2009-07-031-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790903 13f79535-47bb-0310-9956-ffa450edef68