summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the storing of wsdl in the registry as it snot used by anythiny presen...antelder2011-06-252-62/+1
* Take a look at the sequence of interceptors that gets called when an exceptio...slaws2011-06-237-10/+121
* TUSCANY-3881 - create a context bean to hold a more consistent of Axis2 conte...slaws2011-06-238-9/+88
* TUSCANY-3877 - fix up test policies to match the corrected appliesTo processi...slaws2011-06-233-13/+14
* TUSCANY-3873 - A stop gap solution to running the appliesTo algorithm against...slaws2011-06-233-9/+103
* TUSCANY-3878 - check policy language equality based on the namspace of the po...slaws2011-06-233-21/+28
* Add a way to set whether or not the domain name is included as the root of th...antelder2011-06-233-10/+26
* Add a method to get the domain name as well as the domain URIantelder2011-06-232-0/+17
* Add some comment reminder about hot updates of a node.xml defined Node might ...antelder2011-06-231-0/+16
* Add a test to show how to find info about a contributions artifactsantelder2011-06-231-0/+51
* Refactor appliesTo builder based on spec clarificationsbdaniel2011-06-211-54/+79
* Add a binding.ws specific policy set and capture the order in which the inter...slaws2011-06-2122-33/+756
* Temporarily disable the interceptors test so that I can commit some changes t...slaws2011-06-211-0/+2
* Revert change to only inherit interaction intents on interfaces. Though the i...bdaniel2011-06-211-6/+6
* Correct module parent to fix Hudson build issueantelder2011-06-211-1/+1
* Update old plugin nameantelder2011-06-201-2/+2
* Add some experimental code to look at dynamic updates to a running Nodeantelder2011-06-202-0/+186
* Avoid exception in updateCOntribution if the contribution doesn't exist for s...antelder2011-06-201-1/+26
* Update contribution update to handle additional deployed composites and a tes...antelder2011-06-192-3/+31
* Add an impl to the update contribution method and a testcaseantelder2011-06-193-3/+76
* Start adding a method to update an installed contributionantelder2011-06-191-0/+20
* Add another test for recursive compositesantelder2011-06-193-6/+51
* add testcase missed off on the composite update commitantelder2011-06-193-0/+120
* Correct typoantelder2011-06-191-5/+4
* Add a method to restart started composites that depend on another composite. ...antelder2011-06-182-0/+42
* Clear out old endpoints before adding the binding endpoints. Without this you...antelder2011-06-181-0/+1
* Keep track of the fuse compositesantelder2011-06-181-0/+1
* Update Composite to keep track of 'fused' includes. 'Fused' is the term the c...antelder2011-06-182-0/+6
* Change setting a contributions dependencies explicitly from using the domain....antelder2011-06-185-6/+50
* Correctly remove policies from endpoints and endpoint references when there a...bdaniel2011-06-171-8/+8
* Endpoints should only inherit interaction intentsbdaniel2011-06-171-6/+6
* Only create tx impl interceptors for valid policiesbdaniel2011-06-172-2/+24
* Allow tx interaction policies to attach to services and references in additio...bdaniel2011-06-171-4/+4
* Add a testcase for stopCompositeAndUninstallUnusedantelder2011-06-171-0/+23
* Add a method to stop a running composite and then uninstall any contributions...antelder2011-06-172-2/+20
* Adding org.apache.tuscany.sca.assembly.impl package to imports in MANIFEST.MF...edwardsmj2011-06-171-0/+1
* When uninstalling a contribution also remove any stopped DeployedComposites s...antelder2011-06-171-0/+10
* Add a method to get the URIs of all the contributions used by this DeployedCo...antelder2011-06-171-0/+10
* TUSCANY-3876 - minimum changes to turn of implementation model sharing and re...slaws2011-06-169-12/+20
* TUSCANY-3873 - modify the policy matching algorithm for the case where the re...slaws2011-06-162-10/+30
* Add intents to implementations. It shows that implementation policy is not be...slaws2011-06-153-2/+5
* TUSCANY-3873 - Tidy so that it runsslaws2011-06-143-9/+3
* Add a test for explicit dependenciesantelder2011-06-148-1/+33
* TUSCANY-3873 - start of a test case to check out policy matching and to look ...slaws2011-06-1421-0/+1033
* Update to support a contribution exploded (unzipped) into a file system direc...antelder2011-06-1411-2/+151
* Add readme files about the test directoriesantelder2011-06-143-0/+14
* Update to support using a node.xml config file in the domain directoryantelder2011-06-143-1/+62
* Add a test with a domain.properties fileantelder2011-06-142-1/+2
* Update to only treat .jar, .zip and folders that don't start with . as contri...antelder2011-06-141-2/+2
* Have a look at creating a domain node from a file system dirctory to see if i...antelder2011-06-146-1/+193