summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-29TUSCANY-3856 - Providing HttpPortAllocator, a default implementation plus ↵lresende7-8/+270
extensibility to allow others to provide their own way to select available ports for http embedded runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086671 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Removing System.out.println that accidentaly got in from previous commitlresende1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086670 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Enhanving dojo javascript extension to support dojox js frameworklresende3-27/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086668 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29TUSCANY-3496 - Adding extensibility to node api to allow other applications ↵lresende10-41/+313
to tap to it and provide services that require introspecting node metadata git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086667 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Update to support a default domain URI set via a system property. (we need ↵antelder1-0/+4
to clean up the webapp host domain uri support because it now looks like there are several ways to set the domain uri all slightly different. I'll do some investigation on what they all do) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086613 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Update to use prefix uri: instead of tuscany: to match the other places that ↵antelder1-3/+3
handle domain uri's git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086612 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23Fix the string comparison to have constant as the 1st parameter to avoid NPErfeng2-63/+61
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084772 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22Update to use the latest hazelcast release which fixes a lot of issues with ↵antelder1-21/+2
nodes getting sperated (what hazelcast call 'splitbrain' problems) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084232 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22Finish the sca client cleanup, remove all the old unused classes and ↵antelder11-758/+194
moethods and rename the remaining to more obvious names git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084200 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Expose Node to the servletrfeng3-133/+161
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083943 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Add missing OSGi importsrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083942 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Bring up the servlet-scoped node start/stop with Spring MVCrfeng9-24/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083940 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Allow the spring component to receive parent application context from the ↵rfeng19-122/+237
composite context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083938 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Start of getting the remote sca client working again. This works now but ↵antelder7-70/+423
theres a lot of clean up needed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083823 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Fix to correctly save the node so that its stopped properly when the webapp ↵antelder1-1/+1
is stopped git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083700 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18Add servlet scoped Node lifecycle support for web applicationsrfeng7-269/+565
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082810 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17Fix the OSGi dependenciesrfeng3-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082581 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17Simplify help output by only including the version not the build revision ↵antelder1-6/+1
and date git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082437 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17Put back the build number plugin so that the version in the SPI is correctly ↵antelder1-2/+3
populated (was this commented out in error?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082436 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16Be a bit more careful about dereferencing the DomainRegistryFactory ↵slaws1-4/+8
endpointRegistries collection. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082114 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16Correct typo in removing of registriesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082107 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Adding a way to store binding context in threadLocal to allow policy handler ↵lresende2-47/+65
to access binding context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081668 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10Performance enhancement - only look up factories when requiredantelder1-7/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080135 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10TUSCANY-3843: Apply patch from Benjamin Busjaeger to fix Node.start() throws ↵antelder1-0/+2
NPE after NodeFactory.create(List<?>) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080131 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09Performance tweak - for when the interface contracts are the sameantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080018 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09Performance enhancement - only initilize all the factories the first timeantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079773 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08Upgrading to latest jetty releaselresende2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079593 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08TUSCANY-3842 only calculate the domain composite the first time a node is ↵slaws1-9/+15
started and when the contributions are loaded. I don't see why the domain composite, within a node, would change when we are not reloading the contributions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079366 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06DO some clean up, move some things around and add a bit of javadocantelder4-21/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078433 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06Minor performance enhancement - create scope once instead of each timeantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078432 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06Minor performance enhancement - look up the mapper once instead of each timeantelder2-9/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078431 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06Minor performance enhacement - look up all the factories once instead of ↵antelder2-22/+46
each time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078430 13f79535-47bb-0310-9956-ffa450edef68
2011-03-05Fix dependency tangle by removing the dependency on node from coreantelder4-53/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078265 13f79535-47bb-0310-9956-ffa450edef68
2011-03-05Add a way to find all the extension point registry instancesantelder2-1/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078263 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Update to use a map instead of a list to store the start composites to make ↵antelder2-21/+13
the lookup easier git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077928 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Add a simple test timing node start/stop timesantelder1-0/+74
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077907 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Add a simple test timing node start/stop timesantelder1-0/+81
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077906 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Do some clean up, simplify dependencies, remove unused classes and folders, ↵antelder11-641/+87
update to restart stopped composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077885 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Don't clear the endpoints so that they're available on a restartantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077884 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Update deployer to support passing in the system contribution so that that ↵antelder2-3/+14
may be reused as cloning it each time can be slow git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077875 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28Update exception message to make it more clearantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075268 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25Correct validation of the Spring reference default bean attributeantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074680 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25Move the binding/policy configuration step to after the Axis config context ↵slaws1-5/+7
has been created. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074465 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25TUSCANY-3839 - add a generic interceptor rather than a binding specific ↵slaws1-1/+1
interceptor despite the method name. The binding specific interceptors are added in initReferenceBindingInvocationChains() git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074462 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Add latest Spring extensions for SCA schema from OASISantelder1-0/+66
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073897 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Handle the case where the sca service type attribute is not specified. I'm ↵antelder1-2/+38
going to raise a spec querry about the bean improspection rules in this situation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073721 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21TUSCANY-3837 - more SCABindingMapper from the binding sca runtime module to ↵slaws7-51/+56
the core spi module so that people who want to implement their own mapper don't need to depend on a runtime module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073037 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21TUSCANY-3834: Update to use the Monitor when logging the stop exceptionantelder2-9/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1072974 13f79535-47bb-0310-9956-ffa450edef68
2011-02-18Commit patch for TUSCANY-3836bdaniel1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071882 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15Update shell to show the command text when installing an initial contributionantelder1-5/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071019 13f79535-47bb-0310-9956-ffa450edef68