summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-21Start of getting the remote sca client working again. This works now but ther...antelder7-70/+423
2011-03-21Fix to correctly save the node so that its stopped properly when the webapp i...antelder1-1/+1
2011-03-21Fix test fail by adding back regexp dependencyantelder1-0/+5
2011-03-18Add servlet scoped Node lifecycle support for web applicationsrfeng8-269/+569
2011-03-18Fix the build errorrfeng1-9/+4
2011-03-17Fix the OSGi dependenciesrfeng3-1/+4
2011-03-17Simplify help output by only including the version not the build revision and...antelder1-6/+1
2011-03-17Put back the build number plugin so that the version in the SPI is correctly ...antelder1-2/+3
2011-03-16Be a bit more careful about dereferencing the DomainRegistryFactory endpointR...slaws1-4/+8
2011-03-16Correct typo in removing of registriesantelder1-1/+1
2011-03-15A bit of tidying from the itest/bundle example to get the repository.xml file...slaws3-0/+670
2011-03-15Add a webapp based helloworld exampleantelder9-0/+337
2011-03-15Remove unused code, rename config parameter to be domainURI, add nodeConfig (...antelder1-42/+8
2011-03-15Update mojo to use a paramter name domainURI for the domain URI to match the ...antelder1-6/+6
2011-03-15Add OO doc about the samplesantelder1-0/+0
2011-03-15Add a new distribution for only samples to explore what that might work likeantelder5-0/+336
2011-03-15Remove example Ant build scriptantelder3-294/+0
2011-03-15Adding a way to store binding context in threadLocal to allow policy handler ...lresende2-47/+65
2011-03-14Commit minor changes before refactoringslaws3-4/+216
2011-03-14Change to use the which-jars file to construct the OBR meta data describing a...slaws1-13/+47
2011-03-14Remove dependency on a felix jar that seems to be compile with an old version...slaws1-1/+3
2011-03-14Simplify sample by removing things that aren't necessaryantelder2-11/+0
2011-03-11TUSCANY-3846: Apply patch from Anuj B to fix build fails with maven 3.0 with ...antelder1-2/+0
2011-03-11Add a sample that uses Scalaantelder6-0/+213
2011-03-10Extend test to prove that node which fires up ws binding can be stopped/start...slaws1-3/+28
2011-03-10Performance enhancement - only look up factories when requiredantelder1-7/+8
2011-03-10TUSCANY-3843: Apply patch from Benjamin Busjaeger to fix Node.start() throws ...antelder1-0/+2
2011-03-09Performance tweak - for when the interface contracts are the sameantelder1-2/+2
2011-03-09A bundle test that generates a repository.xml file using the Aries generator....slaws12-0/+766
2011-03-09Performance enhancement - only initilize all the factories the first timeantelder1-0/+5
2011-03-08Upgrading to latest jetty releaselresende3-5/+5
2011-03-08TUSCANY-3842 only calculate the domain composite the first time a node is sta...slaws1-9/+15
2011-03-06Update spi txt fileantelder1-0/+10
2011-03-06DO some clean up, move some things around and add a bit of javadocantelder4-21/+43
2011-03-06Minor performance enhancement - create scope once instead of each timeantelder1-3/+3
2011-03-06Minor performance enhancement - look up the mapper once instead of each timeantelder2-9/+7
2011-03-06Minor performance enhacement - look up all the factories once instead of each...antelder2-22/+46
2011-03-05Fix dependency tangle by removing the dependency on node from coreantelder4-53/+30
2011-03-05Add a way to find all the extension point registry instancesantelder2-1/+46
2011-03-04Update to use a map instead of a list to store the start composites to make t...antelder2-21/+13
2011-03-04Add a simple test timing node start/stop timesantelder1-0/+74
2011-03-04Add a simple test timing node start/stop timesantelder1-0/+81
2011-03-04Do some clean up, simplify dependencies, remove unused classes and folders, u...antelder11-641/+87
2011-03-04Don't clear the endpoints so that they're available on a restartantelder1-1/+0
2011-03-04Update safe spi file to match deployer updateantelder1-0/+2
2011-03-04Update deployer to support passing in the system contribution so that that ma...antelder2-3/+14
2011-02-28Add Ant build script generated from mvn ant:antantelder3-0/+294
2011-02-28Update exception message to make it more clearantelder1-1/+1
2011-02-25Correct validation of the Spring reference default bean attributeantelder1-3/+3
2011-02-25Add an alternative approach to the helloworld rest sample that reuses the hel...antelder8-0/+369