summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Start adding support for non-webapp contributions. The idea being to enable ↵antelder2009-05-293-2/+92
| | | | | | using regular SCA contribution jas/zips/folders as well as webapps and have them all in the same sca domain and wiring between each other. None of the domain works yet as we need to make more progress on the dynamic doamin discussion. Eventually the non-webapp contributions would use the tomcat host config facilities so support hot deployment, and there'd be some domain management panels in the tuscany webapp to view and modify the domain. Could potentially have multiple domains within a tomcat instance though lets leave that for now as it adds some complications. Would also be good to get the SCAClient API able to talk to the tomcat domain so JSE clients can call sca services in tomcat git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779906 13f79535-47bb-0310-9956-ffa450edef68
* Just formating and comment updates, no code changes. Note the ↵antelder2009-05-291-6/+5
| | | | | | tuscanyClassLoader comment was incorrect before, there's a TuscanyStandardContext instance for each webapp so the tuscanyClassLoader is per webapp too git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779872 13f79535-47bb-0310-9956-ffa450edef68
* Go back to eplicit dependencies as the features are dragging extra stuff ↵antelder2009-05-291-14/+2
| | | | | | that doesnt work with the tomcat integration yet and is cauasing failures git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779869 13f79535-47bb-0310-9956-ffa450edef68
* Add a checkbox on the jsp to configure if Tuscany is shared or isolated by ↵rfeng2009-05-285-68/+121
| | | | | | the webapps git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779778 13f79535-47bb-0310-9956-ffa450edef68
* Add web services to tomcat distrorfeng2009-05-281-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779377 13f79535-47bb-0310-9956-ffa450edef68
* Add check to test the webapp has already been configured with Tuscany ↵rfeng2009-05-271-20/+63
| | | | | | listner/filter/jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779348 13f79535-47bb-0310-9956-ffa450edef68
* Override the MANIFEST.MF for woden-impl-dom-1.0M8rfeng2009-05-272-0/+238
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779301 13f79535-47bb-0310-9956-ffa450edef68
* Update the MFrfeng2009-05-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779258 13f79535-47bb-0310-9956-ffa450edef68
* Update the MFrfeng2009-05-271-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779257 13f79535-47bb-0310-9956-ffa450edef68
* Add some comments, support for sca-contribution.xml, and use the new tuscany ↵antelder2009-05-271-2/+33
| | | | | | annotations processor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779023 13f79535-47bb-0310-9956-ffa450edef68
* Add a Tuscany annotation processor so servlets etc can use SCA annotationsantelder2009-05-271-0/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779022 13f79535-47bb-0310-9956-ffa450edef68
* Add distributed osgi samples into the distrorfeng2009-05-271-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778944 13f79535-47bb-0310-9956-ffa450edef68
* Add some logging and fix finding server.xml in Tomcat v5antelder2009-05-263-5/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778589 13f79535-47bb-0310-9956-ffa450edef68
* Add a READMEantelder2009-05-251-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778341 13f79535-47bb-0310-9956-ffa450edef68
* Correct tomcat server lib directory nameantelder2009-05-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778338 13f79535-47bb-0310-9956-ffa450edef68
* Correct jsp nameantelder2009-05-251-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778337 13f79535-47bb-0310-9956-ffa450edef68
* Add a manifest so compiler doesn't complain (why do we need these for ↵antelder2009-05-251-0/+10
| | | | | | non-bundles?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778330 13f79535-47bb-0310-9956-ffa450edef68
* Add modules for installer webappantelder2009-05-2510-0/+2404
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778324 13f79535-47bb-0310-9956-ffa450edef68
* Add top level pom.xml for tomcat distributionantelder2009-05-251-0/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778321 13f79535-47bb-0310-9956-ffa450edef68
* Remove code for SCA version to keep things simple for nowantelder2009-05-251-13/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778319 13f79535-47bb-0310-9956-ffa450edef68
* Add module for Tomcat deep integrationantelder2009-05-256-0/+537
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778316 13f79535-47bb-0310-9956-ffa450edef68
* Reorganize the pom so that bpel/spring modules are defined in features and ↵rfeng2009-05-141-30/+0
| | | | | | referenced by the distro pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774921 13f79535-47bb-0310-9956-ffa450edef68
* Include spring modules in distroantelder2009-05-061-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772113 13f79535-47bb-0310-9956-ffa450edef68
* Add OASIS license and copyright to assembly-xsd LICENSE and NOTICE files ↵slaws2009-04-092-1/+52
| | | | | | (from http://tools.oasis-open.org/version-control/svn/sca-assembly/SCA_XSDS/license.txt). Also add to binary distribution LICENSE and NOTICE files. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763646 13f79535-47bb-0310-9956-ffa450edef68
* Merge license changes in r763560 from m2 branch to trunkantelder2009-04-091-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763583 13f79535-47bb-0310-9956-ffa450edef68
* Update doc INSTALL file for M2 RC1 review commentsantelder2009-04-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762231 13f79535-47bb-0310-9956-ffa450edef68
* Exclude pom-transformed.xml files from bin distroantelder2009-03-301-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759997 13f79535-47bb-0310-9956-ffa450edef68
* Add some more missing license headersantelder2009-03-283-0/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759445 13f79535-47bb-0310-9956-ffa450edef68
* Exclude osgi surefile reportsantelder2009-03-281-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759442 13f79535-47bb-0310-9956-ffa450edef68
* Update for Jetty release updateantelder2009-03-281-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759440 13f79535-47bb-0310-9956-ffa450edef68
* Update doc file headings for M2antelder2009-03-271-24/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759175 13f79535-47bb-0310-9956-ffa450edef68
* Update NOTICE file for dependency changesantelder2009-03-271-58/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759119 13f79535-47bb-0310-9956-ffa450edef68
* Update bin distro LICENSE file for latest OSGi changesantelder2009-03-271-8/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759110 13f79535-47bb-0310-9956-ffa450edef68
* Update bin distro LICENSEantelder2009-03-251-1131/+1443
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758282 13f79535-47bb-0310-9956-ffa450edef68
* Add osgi dependency to see if that helps the continuum buildantelder2009-03-201-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756550 13f79535-47bb-0310-9956-ffa450edef68
* Change the distro build to not use a hardcoded versionantelder2009-03-183-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755553 13f79535-47bb-0310-9956-ffa450edef68
* Revert 755183 an errant commit from the release pluginantelder2009-03-172-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare branch test-branchantelder2009-03-172-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2915 - Applying patch from Well Yao to provide a unix tuscany ↵lresende2009-03-111-0/+54
| | | | | | launcher script git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752602 13f79535-47bb-0310-9956-ffa450edef68
* Add the archetypes to the reactor buildantelder2009-03-021-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749343 13f79535-47bb-0310-9956-ffa450edef68
* Update build to use moved bundle pluginantelder2009-02-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745017 13f79535-47bb-0310-9956-ffa450edef68
* Put back the dwr bindingantelder2009-02-121-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743654 13f79535-47bb-0310-9956-ffa450edef68
* Move the RELEASE_NOTES and CHANGES to the top level so they appear in ↵antelder2009-02-115-175/+44
| | | | | | release tags (and also at the top they might be more noticable so we might remember to update as we add new function :-) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743428 13f79535-47bb-0310-9956-ffa450edef68
* Removing binding-dwr-runtime from source distributionlresende2009-02-111-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743177 13f79535-47bb-0310-9956-ffa450edef68
* Updating license with latest dependency changeslresende2009-02-101-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743048 13f79535-47bb-0310-9956-ffa450edef68
* Simplify launcher default config so it can automatically determine to use ↵antelder2009-02-101-1/+1
| | | | | | unmanaged jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742952 13f79535-47bb-0310-9956-ffa450edef68
* Add a statement regarding specification supportslaws2009-02-091-13/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742756 13f79535-47bb-0310-9956-ffa450edef68
* Fix directory name and a bit of cosmetic tidyingslaws2009-02-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742590 13f79535-47bb-0310-9956-ffa450edef68
* Move license header to after the echo off statement so it doesn't get ↵antelder2009-02-091-17/+17
| | | | | | printed out when running the script git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742405 13f79535-47bb-0310-9956-ffa450edef68
* Add a brief README for the launcher scriptsantelder2009-02-091-0/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742337 13f79535-47bb-0310-9956-ffa450edef68