summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start of getting the remote sca client working again. This works now but ↵antelder2011-03-217-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
* Fix to correctly save the node so that its stopped properly when the webapp ↵antelder2011-03-211-1/+1
| | | | | | is stopped git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083700 13f79535-47bb-0310-9956-ffa450edef68
* Add servlet scoped Node lifecycle support for web applicationsrfeng2011-03-187-269/+565
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082810 13f79535-47bb-0310-9956-ffa450edef68
* Fix the OSGi dependenciesrfeng2011-03-173-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082581 13f79535-47bb-0310-9956-ffa450edef68
* Simplify help output by only including the version not the build revision ↵antelder2011-03-171-6/+1
| | | | | | and date git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082437 13f79535-47bb-0310-9956-ffa450edef68
* Put back the build number plugin so that the version in the SPI is correctly ↵antelder2011-03-171-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
* Be a bit more careful about dereferencing the DomainRegistryFactory ↵slaws2011-03-161-4/+8
| | | | | | endpointRegistries collection. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082114 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in removing of registriesantelder2011-03-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082107 13f79535-47bb-0310-9956-ffa450edef68
* Adding a way to store binding context in threadLocal to allow policy handler ↵lresende2011-03-152-47/+65
| | | | | | to access binding context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081668 13f79535-47bb-0310-9956-ffa450edef68
* Performance enhancement - only look up factories when requiredantelder2011-03-101-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080135 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3843: Apply patch from Benjamin Busjaeger to fix Node.start() throws ↵antelder2011-03-101-0/+2
| | | | | | NPE after NodeFactory.create(List<?>) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080131 13f79535-47bb-0310-9956-ffa450edef68
* Performance tweak - for when the interface contracts are the sameantelder2011-03-091-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080018 13f79535-47bb-0310-9956-ffa450edef68
* Performance enhancement - only initilize all the factories the first timeantelder2011-03-091-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079773 13f79535-47bb-0310-9956-ffa450edef68
* Upgrading to latest jetty releaselresende2011-03-082-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079593 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3842 only calculate the domain composite the first time a node is ↵slaws2011-03-081-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
* DO some clean up, move some things around and add a bit of javadocantelder2011-03-064-21/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078433 13f79535-47bb-0310-9956-ffa450edef68
* Minor performance enhancement - create scope once instead of each timeantelder2011-03-061-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078432 13f79535-47bb-0310-9956-ffa450edef68
* Minor performance enhancement - look up the mapper once instead of each timeantelder2011-03-062-9/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078431 13f79535-47bb-0310-9956-ffa450edef68
* Minor performance enhacement - look up all the factories once instead of ↵antelder2011-03-062-22/+46
| | | | | | each time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078430 13f79535-47bb-0310-9956-ffa450edef68
* Fix dependency tangle by removing the dependency on node from coreantelder2011-03-054-53/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078265 13f79535-47bb-0310-9956-ffa450edef68
* Add a way to find all the extension point registry instancesantelder2011-03-052-1/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078263 13f79535-47bb-0310-9956-ffa450edef68
* Update to use a map instead of a list to store the start composites to make ↵antelder2011-03-042-21/+13
| | | | | | the lookup easier git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077928 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple test timing node start/stop timesantelder2011-03-041-0/+74
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077907 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple test timing node start/stop timesantelder2011-03-041-0/+81
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077906 13f79535-47bb-0310-9956-ffa450edef68
* Do some clean up, simplify dependencies, remove unused classes and folders, ↵antelder2011-03-0411-641/+87
| | | | | | update to restart stopped composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077885 13f79535-47bb-0310-9956-ffa450edef68
* Don't clear the endpoints so that they're available on a restartantelder2011-03-041-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077884 13f79535-47bb-0310-9956-ffa450edef68
* Update deployer to support passing in the system contribution so that that ↵antelder2011-03-042-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
* Update exception message to make it more clearantelder2011-02-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075268 13f79535-47bb-0310-9956-ffa450edef68
* Correct validation of the Spring reference default bean attributeantelder2011-02-251-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074680 13f79535-47bb-0310-9956-ffa450edef68
* Move the binding/policy configuration step to after the Axis config context ↵slaws2011-02-251-5/+7
| | | | | | has been created. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074465 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3839 - add a generic interceptor rather than a binding specific ↵slaws2011-02-251-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
* Add latest Spring extensions for SCA schema from OASISantelder2011-02-231-0/+66
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073897 13f79535-47bb-0310-9956-ffa450edef68
* Handle the case where the sca service type attribute is not specified. I'm ↵antelder2011-02-231-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
* TUSCANY-3837 - more SCABindingMapper from the binding sca runtime module to ↵slaws2011-02-217-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
* TUSCANY-3834: Update to use the Monitor when logging the stop exceptionantelder2011-02-212-9/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1072974 13f79535-47bb-0310-9956-ffa450edef68
* Commit patch for TUSCANY-3836bdaniel2011-02-181-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071882 13f79535-47bb-0310-9956-ffa450edef68
* Update shell to show the command text when installing an initial contributionantelder2011-02-151-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071019 13f79535-47bb-0310-9956-ffa450edef68
* Fix wrapper clone to include clone of unwrapped info.scottkurz2011-02-151-0/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070946 13f79535-47bb-0310-9956-ffa450edef68
* Test fix needed for TUSCANY-3832 changes, plus cleanup and adjustment from ↵scottkurz2011-02-154-31/+48
| | | | | | recent multiple output support. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070928 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3832. Also tries to simplify wrapped vs. bare terminology ↵scottkurz2011-02-158-14/+68
| | | | | | by introducing "notSubjectToWrapping" as a term in place of "bare". git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070926 13f79535-47bb-0310-9956-ffa450edef68
* Improve toString() of a couple classes.scottkurz2011-02-152-0/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070922 13f79535-47bb-0310-9956-ffa450edef68
* Remove old comment that no longer appliesantelder2011-02-141-4/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070423 13f79535-47bb-0310-9956-ffa450edef68
* Correct core modification.fmoga2011-02-112-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069951 13f79535-47bb-0310-9956-ffa450edef68
* Copy Message bindingContext from forward message to callback message.fmoga2011-02-111-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069937 13f79535-47bb-0310-9956-ffa450edef68
* Added multiple response support for the comet binding.fmoga2011-02-118-268/+447
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069936 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3834 - ensure that exceptions in @Destroy operations are handled and ↵slaws2011-02-092-19/+49
| | | | | | allow the top process to continue for other components git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069015 13f79535-47bb-0310-9956-ffa450edef68
* MOve the quiet logging test out to a separate test so it doesn't interfere ↵antelder2011-02-092-13/+74
| | | | | | with other test logging and update the test so that it actually verifies nothing is logged git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068841 13f79535-47bb-0310-9956-ffa450edef68
* Fix another quiet logging bug and add the start of a testantelder2011-02-092-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068829 13f79535-47bb-0310-9956-ffa450edef68
* Add a -help arg so the help can be shown at startupantelder2011-02-091-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068815 13f79535-47bb-0310-9956-ffa450edef68
* More quiet logging changes, update use of properties to not interfere with ↵antelder2011-02-085-7/+4
| | | | | | registry config git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068545 13f79535-47bb-0310-9956-ffa450edef68