summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-21Add a binding.ws specific policy set and capture the order in which the ↵slaws22-33/+756
interceptors should be called so that this can be explicitly checked by the test. The test also looks at the result of the matchin process which is not correct at present because "appliesTo" processing is not performed for runtime resolved references. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138071 13f79535-47bb-0310-9956-ffa450edef68
2011-06-21Temporarily disable the interceptors test so that I can commit some changes ↵slaws1-0/+2
that won't work until the infrastructure is updated. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137987 13f79535-47bb-0310-9956-ffa450edef68
2011-06-21Revert change to only inherit interaction intents on interfaces. Though the ↵bdaniel1-6/+6
implementation intents are not used at runtime, they are used for validation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137968 13f79535-47bb-0310-9956-ffa450edef68
2011-06-21Correct module parent to fix Hudson build issueantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137884 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20Update old plugin nameantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137598 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20Add some experimental code to look at dynamic updates to a running Nodeantelder2-0/+186
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137548 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20Avoid exception in updateCOntribution if the contribution doesn't exist for ↵antelder1-1/+26
some reason, and add a new method to uninstall a contribution and stop any started composites that were using it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137546 13f79535-47bb-0310-9956-ffa450edef68
2011-06-19Update contribution update to handle additional deployed composites and a ↵antelder2-3/+31
testcase for that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137311 13f79535-47bb-0310-9956-ffa450edef68
2011-06-19Add an impl to the update contribution method and a testcaseantelder3-3/+76
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137308 13f79535-47bb-0310-9956-ffa450edef68
2011-06-19Start adding a method to update an installed contributionantelder1-0/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137305 13f79535-47bb-0310-9956-ffa450edef68
2011-06-19Add another test for recursive compositesantelder3-6/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137302 13f79535-47bb-0310-9956-ffa450edef68
2011-06-19add testcase missed off on the composite update commitantelder3-0/+120
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137297 13f79535-47bb-0310-9956-ffa450edef68
2011-06-19Correct typoantelder1-5/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137296 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18Add a method to restart started composites that depend on another composite. ↵antelder2-0/+42
That so you can updated a composite and have everything thats using it pick up the changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137224 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18Clear out old endpoints before adding the binding endpoints. Without this ↵antelder1-0/+1
you get duplicated endpoints when reusing contributions. It may be that we need a better way of resetting this and other things for restarts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137222 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18Keep track of the fuse compositesantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137221 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18Update Composite to keep track of 'fused' includes. 'Fused' is the term the ↵antelder2-0/+6
code is using for the merging of the inlcudes inline into the composite. But after that process has happened there was nolonger any way to find what includes a composite had so this new method enables still finding that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137220 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18Change setting a contributions dependencies explicitly from using the ↵antelder5-6/+50
domain.properties file to use a <contributionName>.dependencies file to be more consistent with how the other files are used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137135 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17Correctly remove policies from endpoints and endpoint references when there ↵bdaniel1-8/+8
are multiple endpoints git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137040 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17Endpoints should only inherit interaction intentsbdaniel1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137036 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17Only create tx impl interceptors for valid policiesbdaniel2-2/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137033 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17Allow tx interaction policies to attach to services and references in ↵bdaniel1-4/+4
addition to bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137030 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17Add a testcase for stopCompositeAndUninstallUnusedantelder1-0/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136909 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17Add a method to stop a running composite and then uninstall any ↵antelder2-2/+20
contributions that were used by the composite and are unused now that the composite is stopped git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136907 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17Adding org.apache.tuscany.sca.assembly.impl package to imports in ↵edwardsmj1-0/+1
MANIFEST.MF to correct an OSGi access error. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136897 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17When uninstalling a contribution also remove any stopped DeployedComposites ↵antelder1-0/+10
so that they get correctly rebuilt afresh on a re-start git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136894 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17Add a method to get the URIs of all the contributions used by this ↵antelder1-0/+10
DeployedComposite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136892 13f79535-47bb-0310-9956-ffa450edef68
2011-06-16TUSCANY-3876 - minimum changes to turn of implementation model sharing and ↵slaws9-12/+20
represent implementation policy correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136391 13f79535-47bb-0310-9956-ffa450edef68
2011-06-16TUSCANY-3873 - modify the policy matching algorithm for the case where the ↵slaws2-10/+30
reference has a target but no policy and the service has policy. In this case the code now copies the service policy to the reference. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136386 13f79535-47bb-0310-9956-ffa450edef68
2011-06-15Add intents to implementations. It shows that implementation policy is not ↵slaws3-2/+5
being handled correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136033 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14TUSCANY-3873 - Tidy so that it runsslaws3-9/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135456 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14Add a test for explicit dependenciesantelder8-1/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135455 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14TUSCANY-3873 - start of a test case to check out policy matching and to look ↵slaws21-0/+1033
at where an how policy interceptors are added along the reference, service and binding chains git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135444 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14Update to support a contribution exploded (unzipped) into a file system ↵antelder11-2/+151
directory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135438 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14Add readme files about the test directoriesantelder3-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135421 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14Update to support using a node.xml config file in the domain directoryantelder3-1/+62
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135417 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14Add a test with a domain.properties fileantelder2-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135394 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14Update to only treat .jar, .zip and folders that don't start with . as ↵antelder1-2/+2
contributions (so the .svn folders are ignored) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135392 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14Have a look at creating a domain node from a file system dirctory to see if ↵antelder6-1/+193
its possible to do it in a way thats simpler than requiring a node.xml config file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135391 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14Fix getDeployables so that any composites added with addDeployable are ↵antelder1-1/+3
included in all the deployables git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135389 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Use the domain name not the uri when looking for a local registryantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135301 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Update for to use the domain uri and name from the registry and to use the ↵antelder4-12/+8
domain name in the binding base uri for non-default domains git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135297 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Update the name and uri variable names in the hazelcast regsitry to make it ↵antelder2-7/+7
a bit clearer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135296 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Updates to the hazelcast registry manifestantelder1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135295 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Update the DomainRegistry to have getters for both the registry uri and nameantelder2-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135294 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13TUSCANY-3872: Apply patch from Greg Dritschler to fix ↵antelder1-0/+4
AsyncJDKInvocationHandler should short-circuit Object methods git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135253 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Update so that for nodes that don't use the default domain name the domain ↵antelder1-1/+10
name is included in the service uri (except for binding.sca) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135139 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Enable setting a default base uri thats used if a specific base is not set ↵antelder1-0/+7
but a default value is git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135131 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Add callback handling to PolicyAttachmentBuilderbdaniel1-11/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135123 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Add an itest to look at having the domain name be able to be used as part of ↵antelder3-0/+146
service endpoint URIs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135092 13f79535-47bb-0310-9956-ffa450edef68