summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵slaws7-9/+13
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 ↵slaws1-3/+28
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-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-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-12Fix so that registering servlets with a * suffix in the path worksantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134878 13f79535-47bb-0310-9956-ffa450edef68
2011-06-12Add a service discovery fileantelder1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134877 13f79535-47bb-0310-9956-ffa450edef68
2011-06-12Add the osgi http host to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134876 13f79535-47bb-0310-9956-ffa450edef68
2011-06-12Move the OSGi based http host from contrib to trunk as I'm starting to use itantelder10-0/+982
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134874 13f79535-47bb-0310-9956-ffa450edef68
2011-06-11Add missing import in the OSGi manifestantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134516 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10Flush the XML stream writerslaws1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134228 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10TUSCANY-3867 - If an exception is detected at start time tidy up by stopping ↵slaws1-3/+11
what's been started. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134224 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10TUSCANY-3867 - Add rethrows back in the start processing as we don;t want to ↵slaws1-0/+7
blindly carry on starting things (as we do with stop processing) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134223 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Add TODO about support for foreign endpointsantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133827 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Use the BroadcasterLifeCyclePolicy and new callback mechanism from ↵fmoga4-20/+55
Atmosphere to improve resource cleanup. Move to Atmosphere 0.8-SNAPSHOT. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133713 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Update for Node start parameter order changeantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133696 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Move the node name to be the last parameter on the start to make it more ↵antelder2-4/+4
consistent git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133694 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08Add a test with a contribution containing an invalid composite and update ↵antelder3-1/+38
the code to not fail with that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133382 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08Add a completor for the names of remote nodes and use that with the start ↵antelder3-2/+53
command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133278 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08Add TODO reminderantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133271 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07Rename 'member' to 'node' as it seems too confusing to try to have a ↵antelder8-43/+43
different name for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132994 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07Change member arg to be the last instead of the first argument which makes ↵antelder1-1/+1
it easier to use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132977 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07Fix NPE with remote services by simplify code to just use node.getService to ↵antelder1-19/+24
get the proxy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132974 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07Sync up the sca client to match the domain node getService. Just temporary ↵antelder3-2/+39
so they both work the same to make it easier to work out how to refactor this into one bit of code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132904 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06Tidy toString and add strings to exceptions rather than numbers. slaws1-36/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132629 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to ↵slaws2-16/+33
allow the processing to complete tidily. You can then check the monitor to see if something went wrong and shut down cleanly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132625 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06No code changes just organize importsantelder1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132618 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the ↵antelder2-4/+29
composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132615 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the ↵antelder1-0/+6
composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132614 13f79535-47bb-0310-9956-ffa450edef68