summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update the webapp sample to have the itest from the old helloworld-jsp sampleantelder2011-03-295-72/+105
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086597 13f79535-47bb-0310-9956-ffa450edef68
* Copy the getting started webapp sample to trunk samplesantelder2011-03-299-0/+358
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086589 13f79535-47bb-0310-9956-ffa450edef68
* Set svn ignoresantelder2011-03-290-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086583 13f79535-47bb-0310-9956-ffa450edef68
* Start adding the getting started helloworld samples back to trunk samplesantelder2011-03-2914-0/+557
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086563 13f79535-47bb-0310-9956-ffa450edef68
* Support returning binary content. Fix server bug preventing a component to ↵jsdelfino2011-03-272-2/+2
| | | | | | return an empty list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086049 13f79535-47bb-0310-9956-ffa450edef68
* Fix links to CSS and error pages.jsdelfino2011-03-272-3/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086048 13f79535-47bb-0310-9956-ffa450edef68
* Add tests for HTTP components and widgets. Refactor and simplify some of the ↵jsdelfino2011-03-2735-261/+1286
| | | | | | samples composites and component categories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086047 13f79535-47bb-0310-9956-ffa450edef68
* HTML cleanup, improve layout on different browsers, iOS and android devices ↵jsdelfino2011-03-2739-214/+732
| | | | | | and add robots.txt and some icons. Support execution and preview of components from the edit pages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086046 13f79535-47bb-0310-9956-ffa450edef68
* Add exclusions for santuario and opensaml to prevent mvn warningsnash2011-03-271-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1085948 13f79535-47bb-0310-9956-ffa450edef68
* Add test for @WebParam annotationnash2011-03-273-9/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1085938 13f79535-47bb-0310-9956-ffa450edef68
* Fix the string comparison to have constant as the 1st parameter to avoid NPErfeng2011-03-232-63/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084772 13f79535-47bb-0310-9956-ffa450edef68
* when mapping a result set to a data object, a mismatch between the value and ↵bolbic2011-03-231-2/+11
| | | | | | property types may happen in some cases (e.g. booleans) and needs to be handled git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084571 13f79535-47bb-0310-9956-ffa450edef68
* Exclude the servlet/jsp/el jarsrfeng2011-03-221-0/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084360 13f79535-47bb-0310-9956-ffa450edef68
* fixing bug in cyclic relationship handlingbolbic2011-03-221-3/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084337 13f79535-47bb-0310-9956-ffa450edef68
* when result descriptor count doesn't match result column count, truncate ↵bolbic2011-03-221-0/+15
| | | | | | result descriptors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084336 13f79535-47bb-0310-9956-ffa450edef68
* Add @Ignore while i investigate a failing testantelder2011-03-221-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084328 13f79535-47bb-0310-9956-ffa450edef68
* Update LICENSE for hazelcast release updateantelder2011-03-221-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084317 13f79535-47bb-0310-9956-ffa450edef68
* Use classpath to find Spring configrfeng2011-03-221-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084250 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the latest hazelcast release which fixes a lot of issues with ↵antelder2011-03-221-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
* Fix the dependency scoperfeng2011-03-221-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084225 13f79535-47bb-0310-9956-ffa450edef68
* Finish the sca client cleanup, remove all the old unused classes and ↵antelder2011-03-2211-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
* Adding missing filesrfeng2011-03-2113-0/+654
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083972 13f79535-47bb-0310-9956-ffa450edef68
* Take out the spi itest fwhile we work out whats up with the ↵antelder2011-03-211-1/+1
| | | | | | Jdk14RegexpMatcher. See r1083699 and r1082808 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083969 13f79535-47bb-0310-9956-ffa450edef68
* Expose Node to the servletrfeng2011-03-213-133/+161
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083943 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi importsrfeng2011-03-211-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083942 13f79535-47bb-0310-9956-ffa450edef68
* Add Tuscany/Spring web integration into the featurerfeng2011-03-213-0/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083941 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the servlet-scoped node start/stop with Spring MVCrfeng2011-03-219-24/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083940 13f79535-47bb-0310-9956-ffa450edef68
* Allow the spring component to receive parent application context from the ↵rfeng2011-03-2120-128/+245
| | | | | | composite context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083938 13f79535-47bb-0310-9956-ffa450edef68
* Adding Spring integration sample back to my sandboxrfeng2011-03-2118-0/+851
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083936 13f79535-47bb-0310-9956-ffa450edef68
* 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
* Fix test fail by adding back regexp dependencyantelder2011-03-211-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083699 13f79535-47bb-0310-9956-ffa450edef68
* Add debug support to optimized build and downgrade GCC optimizations from O3 ↵jsdelfino2011-03-211-1/+1
| | | | | | to O2. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083695 13f79535-47bb-0310-9956-ffa450edef68
* Refactor and cleanup edit module, add text components, store page and app ↵jsdelfino2011-03-2146-189/+1281
| | | | | | run page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083694 13f79535-47bb-0310-9956-ffa450edef68
* Fix Javascript test case. Enable Javascript error reporting on non-debug build.jsdelfino2011-03-212-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083693 13f79535-47bb-0310-9956-ffa450edef68
* Support authentication across wildcard domains.jsdelfino2011-03-214-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083692 13f79535-47bb-0310-9956-ffa450edef68
* Add servlet scoped Node lifecycle support for web applicationsrfeng2011-03-188-269/+569
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082810 13f79535-47bb-0310-9956-ffa450edef68
* Fix the build errorrfeng2011-03-181-9/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082808 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
* Take a copy from 2.x trunk as I'm going to remove it from there shortly. slaws2011-03-1513-0/+1066
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081768 13f79535-47bb-0310-9956-ffa450edef68
* A bit of tidying from the itest/bundle example to get the repository.xml ↵slaws2011-03-153-0/+670
| | | | | | files to represent features and to put them in features directories. I not necessarily proposing a separate OSGi distro so it would be good to get this to work in the context of the all distro. Just proved difficult due to the number of dependencies required by pax exam. Maybe we need a simpler way of running OSGi and the aries bundles. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081763 13f79535-47bb-0310-9956-ffa450edef68
* Add a webapp based helloworld exampleantelder2011-03-159-0/+337
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081733 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused code, rename config parameter to be domainURI, add nodeConfig ↵antelder2011-03-151-42/+8
| | | | | | (currently unused git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081717 13f79535-47bb-0310-9956-ffa450edef68
* Update mojo to use a paramter name domainURI for the domain URI to match the ↵antelder2011-03-151-6/+6
| | | | | | run mojo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081716 13f79535-47bb-0310-9956-ffa450edef68
* Add OO doc about the samplesantelder2011-03-151-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081711 13f79535-47bb-0310-9956-ffa450edef68
* Add a new distribution for only samples to explore what that might work likeantelder2011-03-155-0/+336
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081695 13f79535-47bb-0310-9956-ffa450edef68