summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a method to the domain registry to test if an EndpointReference is out ↵antelder2011-06-292-0/+6
| | | | | | of date git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141028 13f79535-47bb-0310-9956-ffa450edef68
* Start of an archetype for creating implementation extensions. Not finished ↵antelder2011-06-2924-0/+923
| | | | | | yet and doesn't work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140988 13f79535-47bb-0310-9956-ffa450edef68
* Correct archetype variable names which i think got incorrectly updated after ↵antelder2011-06-291-2/+2
| | | | | | a global edit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140972 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3861: Move up to the new bundle plugin releaseantelder2011-06-293-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140963 13f79535-47bb-0310-9956-ffa450edef68
* Commit patch for TUSCANY-3887 to add doPrivileged blocks to ↵bdaniel2011-06-281-77/+92
| | | | | | EquinoxServiceDiscoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140741 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3881 - fix a typo in the original commitslaws2011-06-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140706 13f79535-47bb-0310-9956-ffa450edef68
* Fix for hanging compliance test JCA_11017. In some cases Axis doesn't have ↵slaws2011-06-281-1/+2
| | | | | | the "In" context available at the point at which the outgoing message is sent. There is already code in TransportReferenceInterceptor to capture the "In" context when a response is received. The test was hanging as this was causing a crash so the client waited for ever for a response which never came. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140687 13f79535-47bb-0310-9956-ffa450edef68
* When the domainURI is null use a defaultantelder2011-06-281-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140683 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE when the domainURI is nullantelder2011-06-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140682 13f79535-47bb-0310-9956-ffa450edef68
* Add some guards around setting the contribution classloaderantelder2011-06-281-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140455 13f79535-47bb-0310-9956-ffa450edef68
* Swap incorrectly-ordered sourceOperation, targetOperation in ↵scottkurz2011-06-271-25/+35
| | | | | | MediatoryImpl.copyOutput to reflect conventions. Adjust var names for clarity. TODO - add test of binding-sca-runtime which exposes the previous error. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140211 13f79535-47bb-0310-9956-ffa450edef68
* Add some more logging to NodeImplantelder2011-06-271-1/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140066 13f79535-47bb-0310-9956-ffa450edef68
* Make DeployedComposite set the Contribution ClassLoader when a composite is ↵antelder2011-06-271-0/+6
| | | | | | started. It feels like there should be a better place for this to be happening, perhaps in the builder somewhere but for now this ensures that a composite's contribution will have a classloader set after the a composite is started. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140065 13f79535-47bb-0310-9956-ffa450edef68
* Remove all the code trying to derive a domain name from the uri and instead ↵antelder2011-06-271-15/+4
| | | | | | let the registry do that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140052 13f79535-47bb-0310-9956-ffa450edef68
* Support using null for the domain name and deriving the name from the uriantelder2011-06-271-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140051 13f79535-47bb-0310-9956-ffa450edef68
* Make getModelResolverInstance public so you can find the resolver used for a ↵antelder2011-06-271-1/+1
| | | | | | particular type git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140050 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3886: removing hanging itest from buildantelder2011-06-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140043 13f79535-47bb-0310-9956-ffa450edef68
* Remove the storing of wsdl in the registry as it snot used by anythiny ↵antelder2011-06-252-62/+1
| | | | | | presently now that the client has been changed to get the contribution jars itself git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1139503 13f79535-47bb-0310-9956-ffa450edef68
* Take a look at the sequence of interceptors that gets called when an ↵slaws2011-06-237-10/+121
| | | | | | exception is thrown. Seems to be OK at first view when we depend on InterceptorAsyncImpl. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138966 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3881 - create a context bean to hold a more consistent of Axis2 ↵slaws2011-06-238-9/+88
| | | | | | context in the reference and service side chains. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138899 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3877 - fix up test policies to match the corrected appliesTo ↵slaws2011-06-233-13/+14
| | | | | | processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138865 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3873 - A stop gap solution to running the appliesTo algorithm ↵slaws2011-06-233-9/+103
| | | | | | against a matched endpoint reference. Waiting on the discussion from TUSCANY-3877 before producing the full solution. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138864 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3878 - check policy language equality based on the namspace of the ↵slaws2011-06-233-21/+28
| | | | | | policy element rather than the full element QName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138859 13f79535-47bb-0310-9956-ffa450edef68
* Add a way to set whether or not the domain name is included as the root of ↵antelder2011-06-233-10/+26
| | | | | | the service endpoint uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138822 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to get the domain name as well as the domain URIantelder2011-06-232-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138815 13f79535-47bb-0310-9956-ffa450edef68
* Add some comment reminder about hot updates of a node.xml defined Node might ↵antelder2011-06-231-0/+16
| | | | | | work like git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138812 13f79535-47bb-0310-9956-ffa450edef68
* Add a test to show how to find info about a contributions artifactsantelder2011-06-231-0/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138751 13f79535-47bb-0310-9956-ffa450edef68
* Refactor appliesTo builder based on spec clarificationsbdaniel2011-06-211-54/+79
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138105 13f79535-47bb-0310-9956-ffa450edef68
* Add a binding.ws specific policy set and capture the order in which the ↵slaws2011-06-2122-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
* Temporarily disable the interceptors test so that I can commit some changes ↵slaws2011-06-211-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
* Revert change to only inherit interaction intents on interfaces. Though the ↵bdaniel2011-06-211-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
* Correct module parent to fix Hudson build issueantelder2011-06-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137884 13f79535-47bb-0310-9956-ffa450edef68
* Update old plugin nameantelder2011-06-201-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137598 13f79535-47bb-0310-9956-ffa450edef68
* Add some experimental code to look at dynamic updates to a running Nodeantelder2011-06-202-0/+186
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137548 13f79535-47bb-0310-9956-ffa450edef68
* Avoid exception in updateCOntribution if the contribution doesn't exist for ↵antelder2011-06-201-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
* Update contribution update to handle additional deployed composites and a ↵antelder2011-06-192-3/+31
| | | | | | testcase for that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137311 13f79535-47bb-0310-9956-ffa450edef68
* Add an impl to the update contribution method and a testcaseantelder2011-06-193-3/+76
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137308 13f79535-47bb-0310-9956-ffa450edef68
* Start adding a method to update an installed contributionantelder2011-06-191-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137305 13f79535-47bb-0310-9956-ffa450edef68
* Add another test for recursive compositesantelder2011-06-193-6/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137302 13f79535-47bb-0310-9956-ffa450edef68
* add testcase missed off on the composite update commitantelder2011-06-193-0/+120
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137297 13f79535-47bb-0310-9956-ffa450edef68
* Correct typoantelder2011-06-191-5/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137296 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to restart started composites that depend on another composite. ↵antelder2011-06-182-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
* Clear out old endpoints before adding the binding endpoints. Without this ↵antelder2011-06-181-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
* Keep track of the fuse compositesantelder2011-06-181-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137221 13f79535-47bb-0310-9956-ffa450edef68
* Update Composite to keep track of 'fused' includes. 'Fused' is the term the ↵antelder2011-06-182-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
* Change setting a contributions dependencies explicitly from using the ↵antelder2011-06-185-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
* Correctly remove policies from endpoints and endpoint references when there ↵bdaniel2011-06-171-8/+8
| | | | | | are multiple endpoints git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137040 13f79535-47bb-0310-9956-ffa450edef68
* Endpoints should only inherit interaction intentsbdaniel2011-06-171-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137036 13f79535-47bb-0310-9956-ffa450edef68
* Only create tx impl interceptors for valid policiesbdaniel2011-06-172-2/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137033 13f79535-47bb-0310-9956-ffa450edef68
* Allow tx interaction policies to attach to services and references in ↵bdaniel2011-06-171-4/+4
| | | | | | addition to bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137030 13f79535-47bb-0310-9956-ffa450edef68