summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Delete redundant build.xml file containing 1.6.1-SNAPSHOT stringsnash2011-03-301-127/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087105 13f79535-47bb-0310-9956-ffa450edef68
* Create branch for 1.6.2nash2011-03-308419-0/+673825
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087059 13f79535-47bb-0310-9956-ffa450edef68
* Set the logging level for hazelcast classes to WARNING when the Tuscany ↵antelder2011-03-302-1/+30
| | | | | | level is the default (INFO) level. Thats because hazelcast creates lots of info log messages especially when using the client which we don't really need or want to see. When necessary those hazelcast messages can still be got by setting the tuscany or individual hazxelcast classes to log level to FINE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087053 13f79535-47bb-0310-9956-ffa450edef68
* Reverting groupId changeslresende2011-03-305-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087013 13f79535-47bb-0310-9956-ffa450edef68
* Adding ranking to allow other implementations to override itlresende2011-03-301-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087012 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the correct domain name when the domain URI is not defaulting ↵antelder2011-03-301-5/+9
| | | | | | to the default name of 'default' git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086903 13f79535-47bb-0310-9956-ffa450edef68
* Move the store app to unreleasedantelder2011-03-3022-1445/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086859 13f79535-47bb-0310-9956-ffa450edef68
* Move the store app to unreleasedantelder2011-03-3021-0/+1444
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086858 13f79535-47bb-0310-9956-ffa450edef68
* svn propset svn:ignorelresende2011-03-300-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086850 13f79535-47bb-0310-9956-ffa450edef68
* Starting to port store sample to next releaselresende2011-03-3026-5/+1449
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086849 13f79535-47bb-0310-9956-ffa450edef68
* Allow WebApplicationException to pass back to wink so that the correct ↵rfeng2011-03-294-49/+67
| | | | | | response code is returned git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086805 13f79535-47bb-0310-9956-ffa450edef68
* Fix OSGi dependenciesrfeng2011-03-291-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086804 13f79535-47bb-0310-9956-ffa450edef68
* Correct README typosantelder2011-03-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086772 13f79535-47bb-0310-9956-ffa450edef68
* Fix OMElementWrapperHandler getChildren (unwrap) since minOccurs="0" case ↵scottkurz2011-03-292-15/+132
| | | | | | will not work properly with current code. Add test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086760 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3838: call PolicyHandler.afterInvoke() when AxisFault is thrownnash2011-03-291-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086757 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3822: call PolicyHandler.afterInvoke() with outbound MessageContext ↵nash2011-03-293-3/+13
| | | | | | containing response message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086734 13f79535-47bb-0310-9956-ffa450edef68
* Node-manager strawman - adding meta-inf to avoid build failurelresende2011-03-291-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086677 13f79535-47bb-0310-9956-ffa450edef68
* Node management strawman, adding test dependencies to allow running tests ↵lresende2011-03-292-2/+16
| | | | | | from maven command, also ignoring test to avoid issues in jenkins/hudson environment (port conflict) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086676 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3856 - Adding support for 'portDefault' backdoor to avoid test ↵lresende2011-03-291-1/+5
| | | | | | failures... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086675 13f79535-47bb-0310-9956-ffa450edef68
* Simple strawman to provide some management rest services for nodes.lresende2011-03-2920-0/+5352
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086674 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3856 - Missing default http port allocator implementation plus ↵lresende2011-03-293-0/+79
| | | | | | service locator for port allocator extensibility git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086673 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3856 - Integrating HttpPortAllocator with embedded jetty server and ↵lresende2011-03-293-31/+41
| | | | | | fixing up test cases which need to provide a new parameter git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086672 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3856 - Providing HttpPortAllocator, a default implementation plus ↵lresende2011-03-297-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
* Removing System.out.println that accidentaly got in from previous commitlresende2011-03-291-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086670 13f79535-47bb-0310-9956-ffa450edef68
* Enhanving dojo javascript extension to support dojox js frameworklresende2011-03-293-27/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086668 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3496 - Adding extensibility to node api to allow other applications ↵lresende2011-03-2910-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
* in MappingWrapper.java, making column search case-insensitive (like table ↵bolbic2011-03-291-2/+2
| | | | | | search) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086658 13f79535-47bb-0310-9956-ffa450edef68
* Include the three gettig started samples in the buildantelder2011-03-291-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086614 13f79535-47bb-0310-9956-ffa450edef68
* Update to support a default domain URI set via a system property. (we need ↵antelder2011-03-291-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
* Update to use prefix uri: instead of tuscany: to match the other places that ↵antelder2011-03-291-3/+3
| | | | | | handle domain uri's git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086612 13f79535-47bb-0310-9956-ffa450edef68
* 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