summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* TUSCANY-3856 - Missing default http port allocator implementation plus servic...lresende2011-03-293-0/+79
* TUSCANY-3856 - Integrating HttpPortAllocator with embedded jetty server and f...lresende2011-03-293-31/+41
* TUSCANY-3856 - Providing HttpPortAllocator, a default implementation plus ext...lresende2011-03-297-8/+270
* Removing System.out.println that accidentaly got in from previous commitlresende2011-03-291-3/+0
* Enhanving dojo javascript extension to support dojox js frameworklresende2011-03-293-27/+50
* TUSCANY-3496 - Adding extensibility to node api to allow other applications t...lresende2011-03-2910-41/+313
* Update to support a default domain URI set via a system property. (we need to...antelder2011-03-291-0/+4
* Update to use prefix uri: instead of tuscany: to match the other places that ...antelder2011-03-291-3/+3
* Fix the string comparison to have constant as the 1st parameter to avoid NPErfeng2011-03-232-63/+61
* Update to use the latest hazelcast release which fixes a lot of issues with n...antelder2011-03-221-21/+2
* Finish the sca client cleanup, remove all the old unused classes and moethods...antelder2011-03-2211-758/+194
* Expose Node to the servletrfeng2011-03-213-133/+161
* Add missing OSGi importsrfeng2011-03-211-0/+2
* Bring up the servlet-scoped node start/stop with Spring MVCrfeng2011-03-219-24/+51
* Allow the spring component to receive parent application context from the com...rfeng2011-03-2119-122/+237
* Start of getting the remote sca client working again. This works now but ther...antelder2011-03-217-70/+423
* Fix to correctly save the node so that its stopped properly when the webapp i...antelder2011-03-211-1/+1
* Add servlet scoped Node lifecycle support for web applicationsrfeng2011-03-187-269/+565
* 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
* Adding a way to store binding context in threadLocal to allow policy handler ...lresende2011-03-152-47/+65
* 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
* Performance enhancement - only initilize all the factories the first timeantelder2011-03-091-0/+5
* Upgrading to latest jetty releaselresende2011-03-082-3/+3
* TUSCANY-3842 only calculate the domain composite the first time a node is sta...slaws2011-03-081-9/+15
* 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
* Add a simple test timing node start/stop timesantelder2011-03-041-0/+74
* Add a simple test timing node start/stop timesantelder2011-03-041-0/+81
* Do some clean up, simplify dependencies, remove unused classes and folders, u...antelder2011-03-0411-641/+87
* Don't clear the endpoints so that they're available on a restartantelder2011-03-041-1/+0
* Update deployer to support passing in the system contribution so that that ma...antelder2011-03-042-3/+14
* Update exception message to make it more clearantelder2011-02-281-1/+1
* Correct validation of the Spring reference default bean attributeantelder2011-02-251-3/+3
* Move the binding/policy configuration step to after the Axis config context h...slaws2011-02-251-5/+7
* TUSCANY-3839 - add a generic interceptor rather than a binding specific inter...slaws2011-02-251-1/+1
* Add latest Spring extensions for SCA schema from OASISantelder2011-02-231-0/+66
* Handle the case where the sca service type attribute is not specified. I'm go...antelder2011-02-231-2/+38
* TUSCANY-3837 - more SCABindingMapper from the binding sca runtime module to t...slaws2011-02-217-51/+56
* TUSCANY-3834: Update to use the Monitor when logging the stop exceptionantelder2011-02-212-9/+33