summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Jetty server shutdown hook when the server is stoppedantelder2009-07-301-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799246 13f79535-47bb-0310-9956-ffa450edef68
* Add template diagram for 8002 scenario to help me understand how the test is ↵slaws2009-07-301-0/+0
| | | | | | structured git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799217 13f79535-47bb-0310-9956-ffa450edef68
* Add some ignoresslaws2009-07-300-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799215 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant contentslaws2009-07-301-18/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799214 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependency slaws2009-07-301-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799213 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3178 read the validation schema extension point from the extension ↵slaws2009-07-301-1/+1
| | | | | | point registry rather than creating a local copy. Same change as before but in node to be consistent with host embedded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799210 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3177 create the extension point registry earlier so that any ↵slaws2009-07-301-2/+1
| | | | | | programmatic changes to it are reflected in the runtime configuration. Same change as before but in node to make consistent with host-embedded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799209 13f79535-47bb-0310-9956-ffa450edef68
* Remove the old fixed_versionantelder2009-07-302-113/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799197 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Add workspace manager updates to workspace from 1.x and a new ↵slaws2009-07-2937-1/+2455
| | | | | | itest for the workspace manager git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798937 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3178 read the validation schema extension point from the extension ↵slaws2009-07-291-1/+1
| | | | | | point registry rather than creating a local copy. Same change as before but repeated in host embedded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798927 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3177 create the extension point registry earlier so that any ↵slaws2009-07-291-2/+4
| | | | | | programmatic changes to it are reflected in the runtime configuration. Same change as before but in host embedded this time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798926 13f79535-47bb-0310-9956-ffa450edef68
* delete no longer used pluginantelder2009-07-2913-2338/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798912 13f79535-47bb-0310-9956-ffa450edef68
* Remove as not used when using the workspace manager to process contributionsslaws2009-07-291-81/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798886 13f79535-47bb-0310-9956-ffa450edef68
* Fix type in commentslaws2009-07-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798884 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Extend test to include a second contributionslaws2009-07-296-8/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798861 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Extend test to include an URL artifact processorslaws2009-07-296-20/+252
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798860 13f79535-47bb-0310-9956-ffa450edef68
* Update the README about the oasis-sca-tests.properties fileantelder2009-07-291-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798824 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Turn the test launcher into a unit testslaws2009-07-292-106/+118
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798822 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Fix test to use new workspace manager moduleslaws2009-07-292-19/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798818 13f79535-47bb-0310-9956-ffa450edef68
* Add some ignoresslaws2009-07-290-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798812 13f79535-47bb-0310-9956-ffa450edef68
* Start of the node enhancements to support what was being discussed on the ML ↵antelder2009-07-299-0/+535
| | | | | | a couple of weeks ago http://apache.markmail.org/message/doxwldv2ddkmah5s. There's a runtime per node and a node locall for each domain being used, and you can add/remove contributions from a running node. Right now it just uses NodeFactory/Node under the covers, and ideally this function will be merged into the existing Node later git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798811 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - move the workspace manager classes into a separate module as ↵slaws2009-07-2910-202/+454
| | | | | | the existing modules are to do with the workspace model rather than how it's managed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798810 13f79535-47bb-0310-9956-ffa450edef68
* Change back to non-OSGi for default. The OSGi one doesnt work yet for me and ↵antelder2009-07-291-1/+4
| | | | | | is much slower git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798808 13f79535-47bb-0310-9956-ffa450edef68
* Fix the bridge classnamerfeng2009-07-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798731 13f79535-47bb-0310-9956-ffa450edef68
* Configure the resources so that java code can be loaded into eclipserfeng2009-07-291-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798730 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding testcase to reproduce the problem describedlresende2009-07-286-0/+655
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798724 13f79535-47bb-0310-9956-ffa450edef68
* Add resource filters to have java code in the src/main/resources to become ↵rfeng2009-07-281-18/+34
| | | | | | source folders in Eclipse git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798681 13f79535-47bb-0310-9956-ffa450edef68
* Put back the sample as the hudson build fail seems like randomnessantelder2009-07-281-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798524 13f79535-47bb-0310-9956-ffa450edef68
* Enable 8000 series contribution buildslaws2009-07-281-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798493 13f79535-47bb-0310-9956-ffa450edef68
* extend pom generation tool to support contributions that have java contentslaws2009-07-283-5/+89
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798492 13f79535-47bb-0310-9956-ffa450edef68
* Update 8000 series poms to bring in Java artifactsslaws2009-07-285-28/+199
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798491 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyantelder2009-07-281-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798476 13f79535-47bb-0310-9956-ffa450edef68
* Remove debug code from EmbeddedODEServeredwardsmj2009-07-281-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798438 13f79535-47bb-0310-9956-ffa450edef68
* Create a Tuscany specific listener manager so that the shutdown hook is ↵slaws2009-07-285-2/+179
| | | | | | cleared properly on runtime shutdown. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798434 13f79535-47bb-0310-9956-ffa450edef68
* Remove the default contents of he thread message context just in case that ↵slaws2009-07-282-2/+13
| | | | | | this is holding onto a classloader. Don't have proof that this is a problem on 2.x but was causing problems on 1.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798432 13f79535-47bb-0310-9956-ffa450edef68
* Start updating CHNAGES file for next releaseantelder2009-07-281-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798409 13f79535-47bb-0310-9956-ffa450edef68
* Update to correctly order the service request argumentsantelder2009-07-284-6/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798407 13f79535-47bb-0310-9956-ffa450edef68
* Update to not require the client to quote strings (turns out the binding can ↵antelder2009-07-282-3/+14
| | | | | | work out itself that the arg is a String so requires quotes) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798404 13f79535-47bb-0310-9956-ffa450edef68
* Update jsonp binding to support non-string args. Requires the client to ↵antelder2009-07-282-2/+2
| | | | | | quote string args but i can't see how to easily avoid that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798402 13f79535-47bb-0310-9956-ffa450edef68
* Add jsonp runtime module to build and include in tomcat integration warantelder2009-07-283-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798398 13f79535-47bb-0310-9956-ffa450edef68
* Remove obsolete dependencyantelder2009-07-281-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798396 13f79535-47bb-0310-9956-ffa450edef68
* Add tomcat integration into main build and add war legal checks test to be ↵antelder2009-07-284-21/+7
| | | | | | run with the build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798395 13f79535-47bb-0310-9956-ffa450edef68
* Fix build break due to LICENSE not being updated to match dependency version ↵antelder2009-07-281-1/+1
| | | | | | update git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798394 13f79535-47bb-0310-9956-ffa450edef68
* Update the webapp itests for the change back to simple namingantelder2009-07-284-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798392 13f79535-47bb-0310-9956-ffa450edef68
* Change back the webapp samples to have the simple namingantelder2009-07-285-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798391 13f79535-47bb-0310-9956-ffa450edef68
* Update Jetty version in MFrfeng2009-07-271-10/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798332 13f79535-47bb-0310-9956-ffa450edef68
* Use API to set jetty loggerrfeng2009-07-271-5/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798331 13f79535-47bb-0310-9956-ffa450edef68
* Update the services jar versionrfeng2009-07-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798325 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3183 - Dependency updates to match new sample project idslresende2009-07-274-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798324 13f79535-47bb-0310-9956-ffa450edef68
* Removing debug code that was printing user credentialslresende2009-07-271-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798319 13f79535-47bb-0310-9956-ffa450edef68