summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/host-webapp/src/main/java/org/apache/tuscany/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-08-01Fix the Tuscany servlet filter so that it won't load Tuscany node twice if ↵rfeng1-3/+12
the TuscanyContextListener is also configured. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368311 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21Add missing license headerantelder1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149156 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20Add a domain.registry,uri paramrfeng1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148838 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Update to support a default domain URI set via a system property. (we need ↵antelder1-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
2011-03-29Update to use prefix uri: instead of tuscany: to match the other places that ↵antelder1-3/+3
handle domain uri's git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086612 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Expose Node to the servletrfeng1-1/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083943 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Bring up the servlet-scoped node start/stop with Spring MVCrfeng2-7/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083940 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Allow the spring component to receive parent application context from the ↵rfeng5-37/+46
composite context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083938 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Fix to correctly save the node so that its stopped properly when the webapp ↵antelder1-1/+1
is stopped git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083700 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18Add servlet scoped Node lifecycle support for web applicationsrfeng5-123/+368
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082810 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02If WEB-INF/sca-contributions contains contributions then use it ↵antelder1-2/+19
automatically without requireing users define it in the web.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041529 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17TUSCANY-3667 - Reverting usage of generics and just catching the exception ↵lresende1-6/+2
to avoid performance implications on regular environments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998008 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Fix the base URI displayrfeng3-14/+121
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993615 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06TUSCANY-3667 - InetAddress is not allowed in GoogleAppEngine, so try to load ↵lresende1-23/+29
it dynamically and fail gracefully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993093 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20Adjust the contribution parameter checkingrfeng1-23/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987673 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Allow Spring WebApplicationContext to be used by Tuscanyrfeng1-0/+4
Bring up a sample web application which demonstrates the integration between Spring and Tuscany git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980218 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08Add a public getNodeFactory() method to WebAppHelper to allow a servlet to ↵jsdelfino1-0/+4
get the NodeFactory and create nodes bound to the Webapp's environment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961583 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18TUSCANY-3555: apply change from Henry Saputra to remove an unnecessary castantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945519 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05Use default node factory config if no config init param existsantelder1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941245 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Update webapp host to support a contribution init param pointing to a folder ↵antelder1-5/+16
as well as an individual contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937880 13f79535-47bb-0310-9956-ffa450edef68
2010-04-15Update host webapp to use the new runtime config properties. Add a TODO commentantelder1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934326 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09Ensure a Node is created for each contextantelder1-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932418 13f79535-47bb-0310-9956-ffa450edef68
2010-03-14Improve the IP address binding to be based on the host from the urirfeng4-51/+81
Having servlet host to return deployed uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922701 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Pass security context into getURLMapping() so that appropriate scheme/port ↵slaws1-1/+1
are chosen when no concrete url is provided by the binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916695 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Add security context changes in from 1.x. Going to use for firing up SSL in ↵slaws1-1/+6
the embedded container case when testing binding.ws policy. Manual merge as there are subsequent 2.x changes here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916308 13f79535-47bb-0310-9956-ffa450edef68
2010-01-18Change Node getInstance/newInstance methods so that newInstance really ↵antelder1-6/+1
creates a new instance, and getInstance returns the singleton instance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900354 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14Correctlt set the domain name based on the name in the config uriantelder1-1/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899172 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Tell the ServletHostHelper that the webapp host is being used and use it to ↵antelder1-20/+2
locate the host git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897970 13f79535-47bb-0310-9956-ffa450edef68
2009-12-04Add setting the domain uri from an init parameter to start getting the ↵antelder1-0/+6
distributed domain working in webapps and the tomcat distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887188 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende5-0/+785
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68