summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-webapp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-31Update to not relocate a servlet if it already includes the context path in i...antelder1-1/+3
2009-10-29Update to end all service provider files with a new lineantelder1-1/+1
2009-10-26Update to re-register servlets if the servelt host context path is updated. T...antelder1-0/+20
2009-10-26Update to remove the entire serelet path if the path starts with it so that s...antelder1-0/+3
2009-10-20Turn JavaClassVisitor to declarative services and remove the module activatorrfeng1-3/+22
2009-10-18Properly setting contextPath to avoid uri for service being available only wi...lresende1-0/+30
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng1-31/+48
2009-10-14Resolve relative path of the contribution locations against the node.xmlrfeng2-20/+18
2009-10-06Add missing files and use name attribute to identify the hostrfeng3-2/+29
2009-10-06Enable lazy loading of ServletHost extensionsrfeng3-79/+5
2009-08-11Fix calculation of service uri with a null context pathantelder1-1/+3
2009-07-28Create a Tuscany specific listener manager so that the shutdown hook is clear...slaws2-0/+7
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng1-190/+190
2009-07-08Enable setting the domain used by the webapp via a context attributeantelder1-1/+8
2009-05-23Fix NPE when using jetty:run plugin with webapps, change contribution to be e...antelder1-3/+3
2009-05-20Align the webapp node with the node configurationrfeng2-86/+91
2009-05-16Remove unused depenedencyantelder1-7/+0
2009-05-15Push down some of the createNode() methods to NodeFactory and only require th...rfeng1-34/+11
2009-04-14Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng1-1/+1
2009-04-09Merge license changes in r763560 from m2 branch to trunkantelder2-42/+1
2009-03-17Revert 755183 an errant commit from the release pluginantelder1-8/+8
2009-03-17[maven-release-plugin] prepare branch test-branchantelder1-8/+8
2009-02-26Remove commented out codeantelder2-16/+0
2009-02-26Add dependency to manifestantelder1-0/+1
2009-02-26CHange webapp host so it doesn't need any static singleton (TUSCANY-2881) and...antelder5-28/+42
2009-02-26More TUSCANY-2858 work on bringing up the webapp support. Separate out the ru...antelder5-159/+238
2009-02-20Update so webapp runtime works with web-inf/web.compositeantelder1-1/+29
2009-02-19Simplify implementation-web-runtime by adding a facility to set context attri...antelder1-1/+11
2009-02-18Fix the invalid MANIFEST.MFrfeng1-13/+1
2009-02-18Change servlet-api scope so it doesn't get included in appsantelder1-0/+1
2009-02-18Tidy up dependenciesantelder1-3/+1
2009-02-18MOve the jsp taglib to implementation-web-runtimeantelder1-51/+0
2009-02-18Remove context script code as its not used presently, move JSP taglib from ho...antelder4-171/+0
2009-02-04Fix host-webapp jsp dependency level to start getting webapps workingantelder1-1/+1
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2-4/+4
2009-01-28Updated scope on the javax.servlet and org.apache.geronimo.specs dependencies...mcombellack1-2/+0
2009-01-26Fix up host-webapp so that it at least compiles. Doesn't actually work yet bu...slaws2-9/+17
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende1-1/+1
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende1-8/+8
2008-11-21Start getting the host-webapp module to work with the current stage 1 trunk m...antelder2-2/+7
2008-11-20Add required dependenciesantelder1-2/+17
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-5/+5
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende3-17/+48
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende12-0/+1183
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende16-1513/+0
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...antelder1-4/+4
2008-10-03TUSCANY-2620, TUSCANY-2628 Fix up OSOA headers. slaws3-17/+48
2008-09-26TUSCANY-2618 - Adding required attribute elements to sca.tldlresende1-0/+3
2008-08-13Added missing @Override annotation to methods that override methods from thei...mcombellack2-0/+3
2008-08-12Change taglib to use a ComponentContext if its availableantelder1-4/+13