summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update rmi client to use local nodes for local domainsantelder2009-11-271-23/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884788 13f79535-47bb-0310-9956-ffa450edef68
* Fix more references to coordinationslaws2009-11-272-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884764 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out dependencyslaws2009-11-261-9/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884710 13f79535-47bb-0310-9956-ffa450edef68
* Take account for frontend contribution name changeslaws2009-11-262-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884709 13f79535-47bb-0310-9956-ffa450edef68
* Take account of composite name changesslaws2009-11-269-33/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884708 13f79535-47bb-0310-9956-ffa450edef68
* add dependencies on tuscany modules to get launcher workingslaws2009-11-261-1/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884707 13f79535-47bb-0310-9956-ffa450edef68
* Add code version of the domain launcher for testingslaws2009-11-261-0/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884706 13f79535-47bb-0310-9956-ffa450edef68
* Add some ignoresslaws2009-11-260-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884705 13f79535-47bb-0310-9956-ffa450edef68
* A bit of tidying in the full-app. Mainly renaming frontend to coordination ↵slaws2009-11-2617-36/+46
| | | | | | and correcting the composite names in the full app contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884703 13f79535-47bb-0310-9956-ffa450edef68
* Use IllegalArgumentException instead of ServiceRuntimeException to fix JCA_9001antelder2009-11-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884654 13f79535-47bb-0310-9956-ffa450edef68
* Call start if its not been called before to fix JCA_2005antelder2009-11-261-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884652 13f79535-47bb-0310-9956-ffa450edef68
* Use specific column number as *** doesn't work here yetantelder2009-11-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884651 13f79535-47bb-0310-9956-ffa450edef68
* match expected outputs to updated error messageskelvingoodson2009-11-261-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884583 13f79535-47bb-0310-9956-ffa450edef68
* more error message updateskelvingoodson2009-11-262-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884579 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to add validation for POJO_10006ramkumar2009-11-261-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884505 13f79535-47bb-0310-9956-ffa450edef68
* Updated error message for POJO_10006ramkumar2009-11-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884503 13f79535-47bb-0310-9956-ffa450edef68
* Add support for specifying the domain uri and aditional contributions, eg ↵antelder2009-11-261-18/+32
| | | | | | mvn tuscany:run -Ddomain=tribes:foo -Dcontributions=..\calculator\target\sample-calculator.jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884488 13f79535-47bb-0310-9956-ffa450edef68
* Try to avoid the current modification exceptions that hapen sometimes on ↵antelder2009-11-261-0/+2
| | | | | | shutdown. We don't need Jetty to have its own shutdown thread as the Tuscany code should always being shutting down the jetty server git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884485 13f79535-47bb-0310-9956-ffa450edef68
* Call all of visitXXX methods on the visitors one by one so that a visitor is ↵rfeng2009-11-261-43/+31
| | | | | | always invoked before the other one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884348 13f79535-47bb-0310-9956-ffa450edef68
* Add message for POL_11001 and catch up with change from General to ↵slaws2009-11-251-9/+9
| | | | | | Policy_General git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884171 13f79535-47bb-0310-9956-ffa450edef68
* Add error message for POL_5001slaws2009-11-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884151 13f79535-47bb-0310-9956-ffa450edef68
* For POL_5001 test to see if there are extensions to handle implementation ↵slaws2009-11-252-2/+28
| | | | | | types that have been specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884150 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany plugin config so you can run the sample with mvn tuscany:runantelder2009-11-251-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884146 13f79535-47bb-0310-9956-ffa450edef68
* Add a new helloworld sample as a plain sca contribution, and itest for the ↵antelder2009-11-2512-10/+334
| | | | | | helloworld sample, and a fix to DomainNode so it works with that in a standalone domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884111 13f79535-47bb-0310-9956-ffa450edef68
* Update version to use latest trunk snapshotantelder2009-11-251-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884063 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with a change in context processing for the policy testsslaws2009-11-251-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884059 13f79535-47bb-0310-9956-ffa450edef68
* Remove SCAClient as its not in the latest spec and update all the places it ↵antelder2009-11-259-88/+39
| | | | | | was used to use SCAClientFactory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884043 13f79535-47bb-0310-9956-ffa450edef68
* Put loca; distribution/itest bin-distro-unzip dependencies into the ↵slaws2009-11-2513-105/+181
| | | | | | distribution profile as bin-distro-unzip isn't build in the default profile. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884015 13f79535-47bb-0310-9956-ffa450edef68
* Update the calculator sample to use the simplest createNode API as per the ↵antelder2009-11-252-13/+4
| | | | | | ongoing dev list discussion git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884011 13f79535-47bb-0310-9956-ffa450edef68
* match expected output for DuplicateReference errors to include conformance ↵kelvingoodson2009-11-241-6/+6
| | | | | | statement number git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883697 13f79535-47bb-0310-9956-ffa450edef68
* match expected output for ASM_4008 to updated error messagekelvingoodson2009-11-241-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883687 13f79535-47bb-0310-9956-ffa450edef68
* Update the name as a precursor to moving builder related tests into a sub ↵slaws2009-11-241-1/+1
| | | | | | directory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883684 13f79535-47bb-0310-9956-ffa450edef68
* Make module name consistent with other itest modulesslaws2009-11-241-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883683 13f79535-47bb-0310-9956-ffa450edef68
* Avoid duplication of module list. slaws2009-11-241-22/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883681 13f79535-47bb-0310-9956-ffa450edef68
* Make module name consistent with other itest modulesslaws2009-11-244-5/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883675 13f79535-47bb-0310-9956-ffa450edef68
* Make module name consistent with other itest modulesslaws2009-11-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883674 13f79535-47bb-0310-9956-ffa450edef68
* Make module name consistent with other JMS itest modulesslaws2009-11-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883672 13f79535-47bb-0310-9956-ffa450edef68
* Set the default maven build to not generate distribution archives but ↵slaws2009-11-2410-33/+166
| | | | | | generate a directory instead. To run a build that generates the archives use mvn -Pdistribution instead. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883670 13f79535-47bb-0310-9956-ffa450edef68
* Make service interface remotable so it works with the distributed domainantelder2009-11-241-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883660 13f79535-47bb-0310-9956-ffa450edef68
* Remove ConfigAttributesImpl as its not used now and simplify constructorsantelder2009-11-247-217/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883659 13f79535-47bb-0310-9956-ffa450edef68
* add conformance statement numbers to error messages for ↵kelvingoodson2009-11-241-3/+3
| | | | | | ASM40002,ASM40004,ASM40011 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883658 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused directoryantelder2009-11-240-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883657 13f79535-47bb-0310-9956-ffa450edef68
* Rename package to avoid split packages rfeng2009-11-243-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883560 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Martin Clough for TUSCANY-3379. Thanks.rfeng2009-11-231-137/+137
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883446 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Martin Clough for TUSCANY-3379. Thanks.rfeng2009-11-231-137/+137
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883443 13f79535-47bb-0310-9956-ffa450edef68
* Get the interface from the endpoint when it is nullrfeng2009-11-231-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883440 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Martin Clough for TUSCANY-3379. Thanks.rfeng2009-11-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883438 13f79535-47bb-0310-9956-ffa450edef68
* Message for POL_4028slaws2009-11-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883413 13f79535-47bb-0310-9956-ffa450edef68
* For POL_4028 test that a policy isn't being attached to a property element ↵slaws2009-11-232-41/+105
| | | | | | or one of its children. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883409 13f79535-47bb-0310-9956-ffa450edef68
* Add error messages for 4012 and 4027slaws2009-11-231-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883345 13f79535-47bb-0310-9956-ffa450edef68