summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Change ATOM and RSS feed representations to use name value pairs instead of ↵jsdelfino2011-03-0880-1505/+805
| | | | | | just strings, to allow support for all ATOM and RSS attributes and avoid confusion with non-feed string results. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079292 13f79535-47bb-0310-9956-ffa450edef68
* Simplified list component by using a reference per element. Automatically ↵jsdelfino2011-03-0810-160/+233
| | | | | | setup app links and garbage collect unused components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079291 13f79535-47bb-0310-9956-ffa450edef68
* Show how NodeFactory and Node can be replaced by finer grain deploy, build, ↵jsdelfino2011-03-072-29/+154
| | | | | | activate and start methods. This would enable an SCA runtime virtual hosting environment to build a composite model, cache it, and only activate / start its components on demand when a request hits them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078641 13f79535-47bb-0310-9956-ffa450edef68
* Fix unused import warnings.jsdelfino2011-03-072-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078640 13f79535-47bb-0310-9956-ffa450edef68
* Update spi txt fileantelder2011-03-061-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078435 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
* Remove unused foldersantelder2011-03-040-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077919 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 safe spi file to match deployer updateantelder2011-03-041-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077879 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
* Add Ant build script generated from mvn ant:antantelder2011-02-283-0/+294
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075361 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
* Fix HTTP port formatting bug.jsdelfino2011-02-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075000 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to make the edit module work with HTTPS.jsdelfino2011-02-273-5/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074997 13f79535-47bb-0310-9956-ffa450edef68
* Fix test case broken by XML document indentation format change.jsdelfino2011-02-271-27/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074984 13f79535-47bb-0310-9956-ffa450edef68
* Refactor component palettes a bit and support autosave.jsdelfino2011-02-2715-113/+410
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074983 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to postgresql 9.0.3.jsdelfino2011-02-262-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074926 13f79535-47bb-0310-9956-ffa450edef68
* Move virtual host htdocs under their corresponding virtual host contribution ↵jsdelfino2011-02-2619-19/+26
| | | | | | directory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074925 13f79535-47bb-0310-9956-ffa450edef68
* Correctly pass query strings through component wiring redirects and improve ↵jsdelfino2011-02-2622-221/+500
| | | | | | format of XML and JSON response documents. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074924 13f79535-47bb-0310-9956-ffa450edef68
* Some improvements to the edit module. Add a few sample apps and test cases, ↵jsdelfino2011-02-2647-1001/+1922
| | | | | | show current user and links to app data. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074923 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
* Add an alternative approach to the helloworld rest sample that reuses the ↵antelder2011-02-258-0/+369
| | | | | | helloworld sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074480 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
* Use the latest Spring SCA extension namespaceantelder2011-02-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074441 13f79535-47bb-0310-9956-ffa450edef68
* Adding a test to start looking if we can support Gang's scenario in 2.x. The ↵slaws2011-02-2421-0/+1134
| | | | | | idea is to prod each of the injection points to make sure we do the right thing at each stage. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074213 13f79535-47bb-0310-9956-ffa450edef68
* Add the spi test to the buildslaws2011-02-241-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074117 13f79535-47bb-0310-9956-ffa450edef68
* set native eol styleslaws2011-02-241-4086/+4086
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074115 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with wrapper and SCABindingMapper SPI changesslaws2011-02-241-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074111 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
* Add binding dependenciesantelder2011-02-231-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073845 13f79535-47bb-0310-9956-ffa450edef68
* Add jetty by default so http based things work by default with the pluginantelder2011-02-231-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073844 13f79535-47bb-0310-9956-ffa450edef68
* Add a test sample that uses Spring with both binding.http and binding.restantelder2011-02-238-0/+382
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073839 13f79535-47bb-0310-9956-ffa450edef68
* Add the JAXRS APIs so the maven build worksantelder2011-02-231-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073830 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at how to do all the http/rest/web20 type samples, this one a ↵antelder2011-02-237-0/+340
| | | | | | helloworld sample using binding.rest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073816 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at how to do all the http/rest/web20 type samples with a ↵antelder2011-02-237-0/+346
| | | | | | helloworld http sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073803 13f79535-47bb-0310-9956-ffa450edef68
* Updates to the spring helloworld sample, move all the config files into ↵antelder2011-02-233-1/+3
| | | | | | meta-inf and add a sca service element to the beans xml file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073733 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
* Added changes from the Beta2 branch to trunk.fmoga2011-02-231-5/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073708 13f79535-47bb-0310-9956-ffa450edef68
* Remove things from the pom that are redundant now that it uses a parentantelder2011-02-231-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073638 13f79535-47bb-0310-9956-ffa450edef68