summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* For POL_4012 add code that tests for mutual exclusive intents within a ↵slaws2009-11-231-153/+205
| | | | | | single policy subject. There is existing code to check for mutual exclusion between two policy subjects. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883344 13f79535-47bb-0310-9956-ffa450edef68
* Add an option to invoke a service after the node is startedrfeng2009-11-222-1/+139
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883155 13f79535-47bb-0310-9956-ffa450edef68
* Add missing importrfeng2009-11-211-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882816 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-204129-0/+356855
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
* Delete RC tagantelder2009-11-123928-342105/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835301 13f79535-47bb-0310-9956-ffa450edef68
* Delete RC tagantelder2009-11-123928-341648/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835300 13f79535-47bb-0310-9956-ffa450edef68
* Rename to final 2.0 M4 tag nameantelder2009-11-123928-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835299 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x contribslresende2009-11-126264-0/+491668
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835178 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x tagslresende2009-11-113928-0/+342254
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835155 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x tagslresende2009-11-113928-0/+342105
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835154 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x tagslresende2009-11-113928-0/+341648
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835152 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x tagslresende2009-11-112913-0/+260756
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835151 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x tagslresende2009-11-113401-0/+289274
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835149 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x tagslresende2009-11-113137-0/+278917
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835148 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x brancheslresende2009-11-113928-0/+342254
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835137 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x brancheslresende2009-11-112913-0/+260756
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835136 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x brancheslresende2009-11-113401-0/+289275
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835134 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x brancheslresende2009-11-117400-0/+603555
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835133 13f79535-47bb-0310-9956-ffa450edef68