summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* This bug has been fixed in hazelcast nowantelder2011-04-131-9/+8
* Change to use the wsdl interface from the runtime getGeneratedWSDLContract in...antelder2011-04-131-16/+4
* Remove unused importslaws2011-04-121-1/+0
* handle the case where no interface is defined on implementation.web reference...antelder2011-04-121-0/+31
* Validate the Spring beans xml service names are uniqueantelder2011-04-041-0/+10
* Revert 1086760 change pending solution to TUSCANY-3857 to keep itest function...scottkurz2011-03-312-16/+17
* Set the client connection attempts to 1 so that clients only make a single at...antelder2011-03-311-1/+5
* Set the logging level for hazelcast classes to WARNING when the Tuscany level...antelder2011-03-302-1/+30
* Adding ranking to allow other implementations to override itlresende2011-03-301-1/+1
* Update to use the correct domain name when the domain URI is not defaulting t...antelder2011-03-301-5/+9
* Allow WebApplicationException to pass back to wink so that the correct respon...rfeng2011-03-294-49/+67
* Fix OSGi dependenciesrfeng2011-03-291-0/+2
* Fix OMElementWrapperHandler getChildren (unwrap) since minOccurs="0" case wil...scottkurz2011-03-292-15/+132
* Node-manager strawman - adding meta-inf to avoid build failurelresende2011-03-291-0/+20
* Node management strawman, adding test dependencies to allow running tests fro...lresende2011-03-292-2/+16
* TUSCANY-3856 - Adding support for 'portDefault' backdoor to avoid test failur...lresende2011-03-291-1/+5
* Simple strawman to provide some management rest services for nodes.lresende2011-03-2920-0/+5352
* 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