summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-29TUSCANY-3856 - Missing default http port allocator implementation plus servic...lresende3-0/+79
2011-03-29TUSCANY-3856 - Integrating HttpPortAllocator with embedded jetty server and f...lresende3-31/+41
2011-03-29TUSCANY-3856 - Providing HttpPortAllocator, a default implementation plus ext...lresende7-8/+270
2011-03-29Removing System.out.println that accidentaly got in from previous commitlresende1-3/+0
2011-03-29Enhanving dojo javascript extension to support dojox js frameworklresende3-27/+50
2011-03-29TUSCANY-3496 - Adding extensibility to node api to allow other applications t...lresende10-41/+313
2011-03-29Update to support a default domain URI set via a system property. (we need to...antelder1-0/+4
2011-03-29Update to use prefix uri: instead of tuscany: to match the other places that ...antelder1-3/+3
2011-03-23Fix the string comparison to have constant as the 1st parameter to avoid NPErfeng2-63/+61
2011-03-22Update to use the latest hazelcast release which fixes a lot of issues with n...antelder1-21/+2
2011-03-22Finish the sca client cleanup, remove all the old unused classes and moethods...antelder11-758/+194
2011-03-21Expose Node to the servletrfeng3-133/+161
2011-03-21Add missing OSGi importsrfeng1-0/+2
2011-03-21Bring up the servlet-scoped node start/stop with Spring MVCrfeng9-24/+51
2011-03-21Allow the spring component to receive parent application context from the com...rfeng19-122/+237
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-18Add servlet scoped Node lifecycle support for web applicationsrfeng7-269/+565
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-15Adding a way to store binding context in threadLocal to allow policy handler ...lresende2-47/+65
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-09Performance enhancement - only initilize all the factories the first timeantelder1-0/+5
2011-03-08Upgrading to latest jetty releaselresende2-3/+3
2011-03-08TUSCANY-3842 only calculate the domain composite the first time a node is sta...slaws1-9/+15
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 deployer to support passing in the system contribution so that that ma...antelder2-3/+14
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-25Move the binding/policy configuration step to after the Axis config context h...slaws1-5/+7
2011-02-25TUSCANY-3839 - add a generic interceptor rather than a binding specific inter...slaws1-1/+1
2011-02-23Add latest Spring extensions for SCA schema from OASISantelder1-0/+66
2011-02-23Handle the case where the sca service type attribute is not specified. I'm go...antelder1-2/+38
2011-02-21TUSCANY-3837 - more SCABindingMapper from the binding sca runtime module to t...slaws7-51/+56
2011-02-21TUSCANY-3834: Update to use the Monitor when logging the stop exceptionantelder2-9/+33