summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-27Update rmi client to use local nodes for local domainsantelder1-23/+55
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884788 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26Use IllegalArgumentException instead of ServiceRuntimeException to fix JCA_9001antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884654 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26Call start if its not been called before to fix JCA_2005antelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884652 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26more error message updateskelvingoodson2-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884579 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26Fixes to add validation for POJO_10006ramkumar1-1/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884505 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26Try to avoid the current modification exceptions that hapen sometimes on ↵antelder1-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
2009-11-26Call all of visitXXX methods on the visitors one by one so that a visitor is ↵rfeng1-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
2009-11-25For POL_5001 test to see if there are extensions to handle implementation ↵slaws2-2/+28
types that have been specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884150 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25Add tuscany plugin config so you can run the sample with mvn tuscany:runantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884146 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25Add a new helloworld sample as a plain sca contribution, and itest for the ↵antelder12-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
2009-11-25Remove SCAClient as its not in the latest spec and update all the places it ↵antelder9-88/+39
was used to use SCAClientFactory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884043 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25Put loca; distribution/itest bin-distro-unzip dependencies into the ↵slaws13-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
2009-11-25Update the calculator sample to use the simplest createNode API as per the ↵antelder2-13/+4
ongoing dev list discussion git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884011 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24Update the name as a precursor to moving builder related tests into a sub ↵slaws1-1/+1
directory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883684 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24Make module name consistent with other itest modulesslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883683 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24Avoid duplication of module list. slaws1-22/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883681 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24Make module name consistent with other itest modulesslaws4-5/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883675 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24Make module name consistent with other itest modulesslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883674 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24Make module name consistent with other JMS itest modulesslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883672 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24Set the default maven build to not generate distribution archives but ↵slaws10-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
2009-11-24Make service interface remotable so it works with the distributed domainantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883660 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24Remove ConfigAttributesImpl as its not used now and simplify constructorsantelder7-217/+57
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883659 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24add conformance statement numbers to error messages for ↵kelvingoodson1-3/+3
ASM40002,ASM40004,ASM40011 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883658 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24Rename package to avoid split packages rfeng3-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883560 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23Get the interface from the endpoint when it is nullrfeng1-6/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883440 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23Apply the patch from Martin Clough for TUSCANY-3379. Thanks.rfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883438 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23For POL_4028 test that a policy isn't being attached to a property element ↵slaws2-41/+105
or one of its children. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883409 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23For POL_4012 add code that tests for mutual exclusive intents within a ↵slaws1-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
2009-11-22Add an option to invoke a service after the node is startedrfeng2-1/+139
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883155 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21Add missing importrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882816 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende4129-0/+356855
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Delete RC tagantelder3928-342105/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835301 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Delete RC tagantelder3928-341648/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835300 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Rename to final 2.0 M4 tag nameantelder3928-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835299 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Moving 2.x contribslresende6264-0/+491668
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835178 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Moving 2.x tagslresende3928-0/+342254
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835155 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Moving 2.x tagslresende3928-0/+342105
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835154 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Moving 2.x tagslresende3928-0/+341648
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835152 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Moving 2.x tagslresende2913-0/+260756
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835151 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Moving 2.x tagslresende3401-0/+289274
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835149 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Moving 2.x tagslresende3137-0/+278917
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835148 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Moving 2.x brancheslresende3928-0/+342254
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835137 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Moving 2.x brancheslresende2913-0/+260756
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835136 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Moving 2.x brancheslresende3401-0/+289275
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835134 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Moving 2.x brancheslresende7400-0/+603555
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835133 13f79535-47bb-0310-9956-ffa450edef68