summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Javascript test case. Enable Javascript error reporting on non-debug build.jsdelfino2011-03-212-2/+5
* Support authentication across wildcard domains.jsdelfino2011-03-214-5/+5
* Add servlet scoped Node lifecycle support for web applicationsrfeng2011-03-188-269/+569
* Fix the build errorrfeng2011-03-181-9/+4
* Fix the OSGi dependenciesrfeng2011-03-173-1/+4
* Simplify help output by only including the version not the build revision and...antelder2011-03-171-6/+1
* Put back the build number plugin so that the version in the SPI is correctly ...antelder2011-03-171-2/+3
* Be a bit more careful about dereferencing the DomainRegistryFactory endpointR...slaws2011-03-161-4/+8
* Correct typo in removing of registriesantelder2011-03-161-1/+1
* Take a copy from 2.x trunk as I'm going to remove it from there shortly. slaws2011-03-1513-0/+1066
* A bit of tidying from the itest/bundle example to get the repository.xml file...slaws2011-03-153-0/+670
* Add a webapp based helloworld exampleantelder2011-03-159-0/+337
* Remove unused code, rename config parameter to be domainURI, add nodeConfig (...antelder2011-03-151-42/+8
* Update mojo to use a paramter name domainURI for the domain URI to match the ...antelder2011-03-151-6/+6
* Add OO doc about the samplesantelder2011-03-151-0/+0
* Add a new distribution for only samples to explore what that might work likeantelder2011-03-155-0/+336
* Remove example Ant build scriptantelder2011-03-153-294/+0
* Adding a way to store binding context in threadLocal to allow policy handler ...lresende2011-03-152-47/+65
* Commit minor changes before refactoringslaws2011-03-143-4/+216
* Change to use the which-jars file to construct the OBR meta data describing a...slaws2011-03-141-13/+47
* Remove dependency on a felix jar that seems to be compile with an old version...slaws2011-03-141-1/+3
* Simplify sample by removing things that aren't necessaryantelder2011-03-142-11/+0
* Update svn:ignore properties and minor build cleanups.jsdelfino2011-03-146-592/+9
* Add test components that evaluate python expressions.jsdelfino2011-03-132-0/+84
* Fix app link creation and save one HTTP proxy hop.jsdelfino2011-03-132-3/+14
* Move etc/git-exclude to .gitignore to avoid having to configure ignores manua...jsdelfino2011-03-131-0/+20
* Add Javascript functions and test cases to help work with JSON.jsdelfino2011-03-138-5/+441
* Add a reusable component that returns the contents of a configured url.jsdelfino2011-03-1319-27/+463
* TUSCANY-3846: Apply patch from Anuj B to fix build fails with maven 3.0 with ...antelder2011-03-111-2/+0
* Add a sample that uses Scalaantelder2011-03-116-0/+213
* Extend test to prove that node which fires up ws binding can be stopped/start...slaws2011-03-101-3/+28
* Performance enhancement - only look up factories when requiredantelder2011-03-101-7/+8
* TUSCANY-3843: Apply patch from Benjamin Busjaeger to fix Node.start() throws ...antelder2011-03-101-0/+2
* Performance tweak - for when the interface contracts are the sameantelder2011-03-091-2/+2
* A bundle test that generates a repository.xml file using the Aries generator....slaws2011-03-0912-0/+766
* Performance enhancement - only initilize all the factories the first timeantelder2011-03-091-0/+5
* Upgrading to latest jetty releaselresende2011-03-083-5/+5
* TUSCANY-3842 only calculate the domain composite the first time a node is sta...slaws2011-03-081-9/+15
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-0880-1505/+805
* Simplified list component by using a reference per element. Automatically set...jsdelfino2011-03-0810-160/+233
* Show how NodeFactory and Node can be replaced by finer grain deploy, build, a...jsdelfino2011-03-072-29/+154
* Fix unused import warnings.jsdelfino2011-03-072-7/+0
* Update spi txt fileantelder2011-03-061-0/+10
* DO some clean up, move some things around and add a bit of javadocantelder2011-03-064-21/+43
* Minor performance enhancement - create scope once instead of each timeantelder2011-03-061-3/+3
* Minor performance enhancement - look up the mapper once instead of each timeantelder2011-03-062-9/+7
* Minor performance enhacement - look up all the factories once instead of each...antelder2011-03-062-22/+46
* Fix dependency tangle by removing the dependency on node from coreantelder2011-03-054-53/+30
* Add a way to find all the extension point registry instancesantelder2011-03-052-1/+46
* Update to use a map instead of a list to store the start composites to make t...antelder2011-03-042-21/+13