summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-14TUSCANY-3873 - start of a test case to check out policy matching and to look ...slaws21-0/+1033
2011-06-14Update to support a contribution exploded (unzipped) into a file system direc...antelder11-2/+151
2011-06-14Add readme files about the test directoriesantelder3-0/+14
2011-06-14Update to support using a node.xml config file in the domain directoryantelder3-1/+62
2011-06-14Add a test with a domain.properties fileantelder2-1/+2
2011-06-14Update to only treat .jar, .zip and folders that don't start with . as contri...antelder1-2/+2
2011-06-14Have a look at creating a domain node from a file system dirctory to see if i...antelder6-1/+193
2011-06-14Fix getDeployables so that any composites added with addDeployable are includ...antelder1-1/+3
2011-06-13Use the domain name not the uri when looking for a local registryantelder1-2/+2
2011-06-13Update for to use the domain uri and name from the registry and to use the do...antelder4-12/+8
2011-06-13Update the name and uri variable names in the hazelcast regsitry to make it a...antelder2-7/+7
2011-06-13Updates to the hazelcast registry manifestantelder1-1/+7
2011-06-13Update the DomainRegistry to have getters for both the registry uri and nameantelder2-1/+6
2011-06-13TUSCANY-3872: Apply patch from Greg Dritschler to fix AsyncJDKInvocationHandl...antelder1-0/+4
2011-06-13Update so that for nodes that don't use the default domain name the domain na...antelder1-1/+10
2011-06-13Enable setting a default base uri thats used if a specific base is not set bu...antelder1-0/+7
2011-06-13Add callback handling to PolicyAttachmentBuilderbdaniel1-11/+34
2011-06-13Add an itest to look at having the domain name be able to be used as part of ...antelder3-0/+146
2011-06-12Fix so that registering servlets with a * suffix in the path worksantelder1-0/+5
2011-06-12Add a service discovery fileantelder1-0/+18
2011-06-12Add the osgi http host to buildantelder1-0/+1
2011-06-12Move the OSGi based http host from contrib to trunk as I'm starting to use itantelder10-0/+0
2011-06-11Update to match the current trunk ServletHost interfaceantelder1-1/+21
2011-06-11Add missing import in the OSGi manifestantelder1-0/+1
2011-06-10Flush the XML stream writerslaws1-1/+5
2011-06-10TUSCANY-3867 - Add more output to the test so we can test when exceptions are...slaws1-26/+59
2011-06-10TUSCANY-3867 - If an exception is detected at start time tidy up by stopping ...slaws1-3/+11
2011-06-10TUSCANY-3867 - Add rethrows back in the start processing as we don;t want to ...slaws1-0/+7
2011-06-09Update LICENSE file with latest Atmosphere and Jersey versions.fmoga1-9/+9
2011-06-09Add TODO about support for foreign endpointsantelder1-0/+5
2011-06-09Minor modifications to the comet samples.fmoga4-15/+9
2011-06-09Update with JIRA number for issueantelder1-0/+1
2011-06-09Use the BroadcasterLifeCyclePolicy and new callback mechanism from Atmosphere...fmoga4-20/+55
2011-06-09Add an itest for stopping and starting a composite on a remote nodeantelder7-0/+278
2011-06-09Update for tuscany plugin name changeantelder1-2/+2
2011-06-09Update for Node start parameter order changeantelder1-1/+1
2011-06-09Move the node name to be the last parameter on the start to make it more cons...antelder2-4/+4
2011-06-08Add a test with a contribution containing an invalid composite and update the...antelder3-1/+38
2011-06-08Add a completor for the names of remote nodes and use that with the start com...antelder3-2/+53
2011-06-08Add TODO reminderantelder1-0/+2
2011-06-07Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder8-43/+43
2011-06-07Update LICENSE for latest comet binding changesantelder1-9/+9
2011-06-07Change member arg to be the last instead of the first argument which makes it...antelder1-1/+1
2011-06-07Fix NPE with remote services by simplify code to just use node.getService to ...antelder1-19/+24
2011-06-07Sync up the sca client to match the domain node getService. Just temporary so...antelder3-2/+39
2011-06-06TUSCANY-3867 - Fix up the test messages so they are easy to compare for corre...slaws2-0/+3
2011-06-06Tidy toString and add strings to exceptions rather than numbers. slaws1-36/+21
2011-06-06TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to allo...slaws2-16/+33
2011-06-06No code changes just organize importsantelder1-3/+0
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the compos...antelder2-4/+29