summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-webapp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove commented out codeantelder2009-02-262-16/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748233 13f79535-47bb-0310-9956-ffa450edef68
* Add dependency to manifestantelder2009-02-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748124 13f79535-47bb-0310-9956-ffa450edef68
* CHange webapp host so it doesn't need any static singleton (TUSCANY-2881) ↵antelder2009-02-265-28/+42
| | | | | | and make webapp host only be used if no other hosts (like jetty) are in the classpath git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748109 13f79535-47bb-0310-9956-ffa450edef68
* More TUSCANY-2858 work on bringing up the webapp support. Separate out the ↵antelder2009-02-265-159/+238
| | | | | | runtime initilization into a helper class so the common code can be shared, add a TuscanyContextListener that can start the Tuscany runtime, clean up the use of ThreadLocals. Just need to fix TUSCANY-2881 now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748050 13f79535-47bb-0310-9956-ffa450edef68
* Update so webapp runtime works with web-inf/web.compositeantelder2009-02-201-1/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746239 13f79535-47bb-0310-9956-ffa450edef68
* Simplify implementation-web-runtime by adding a facility to set context ↵antelder2009-02-191-1/+11
| | | | | | attributes to the servlet host git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745770 13f79535-47bb-0310-9956-ffa450edef68
* Fix the invalid MANIFEST.MFrfeng2009-02-181-13/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745603 13f79535-47bb-0310-9956-ffa450edef68
* Change servlet-api scope so it doesn't get included in appsantelder2009-02-181-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745552 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up dependenciesantelder2009-02-181-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745508 13f79535-47bb-0310-9956-ffa450edef68
* MOve the jsp taglib to implementation-web-runtimeantelder2009-02-181-51/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745483 13f79535-47bb-0310-9956-ffa450edef68
* Remove context script code as its not used presently, move JSP taglib from ↵antelder2009-02-184-171/+0
| | | | | | host-webapp to implementation-web-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745453 13f79535-47bb-0310-9956-ffa450edef68
* Fix host-webapp jsp dependency level to start getting webapps workingantelder2009-02-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740670 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-282-4/+4
| | | | | | | | | | | | | and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
* Updated scope on the javax.servlet and org.apache.geronimo.specs ↵mcombellack2009-01-281-2/+0
| | | | | | dependencies as they are needed at compile time on JDK 1.5 and JDK 1.6 and not just at runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738466 13f79535-47bb-0310-9956-ffa450edef68
* Fix up host-webapp so that it at least compiles. Doesn't actually work yet ↵slaws2009-01-262-9/+17
| | | | | | but enough to get the sample into the distro with something like the right set of dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737785 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-201-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
* Start getting the host-webapp module to work with the current stage 1 trunk ↵antelder2008-11-212-2/+7
| | | | | | modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719567 13f79535-47bb-0310-9956-ffa450edef68
* Add required dependenciesantelder2008-11-201-2/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719240 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-193-17/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1912-0/+1183
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-1916-1513/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-4/+4
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2620, TUSCANY-2628 Fix up OSOA headers. slaws2008-10-033-17/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701389 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2618 - Adding required attribute elements to sca.tldlresende2008-09-261-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699235 13f79535-47bb-0310-9956-ffa450edef68
* Added missing @Override annotation to methods that override methods from ↵mcombellack2008-08-132-0/+3
| | | | | | their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
* Change taglib to use a ComponentContext if its availableantelder2008-08-121-4/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685120 13f79535-47bb-0310-9956-ffa450edef68
* Support setting attributes in the app contextantelder2008-08-111-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684650 13f79535-47bb-0310-9956-ffa450edef68
* Fix to also work when servlet path doesn't have a nested pathantelder2008-07-281-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680321 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-1716-0/+1457
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68