summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add node-impl, node-api as the depsrfeng2009-05-271-7/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779310 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
* Add ASL headersrfeng2009-05-273-8/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779288 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the coderfeng2009-05-274-76/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779276 13f79535-47bb-0310-9956-ffa450edef68
* Update deprfeng2009-05-271-2/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779272 13f79535-47bb-0310-9956-ffa450edef68
* Add servlet-api deprfeng2009-05-271-3/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779271 13f79535-47bb-0310-9956-ffa450edef68
* Update dependencies and fix the MFrfeng2009-05-272-4/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779270 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
* Start of an itest for using multiple nodes in a domain. So far this has two ↵antelder2009-05-2713-0/+487
| | | | | | nodes each with a component, one with a reference to the service in the other node, and a test that starts the nodes and invokes the client component. Doesn't work as there isn't yet any mechanisim for the nodes to know about each others services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779154 13f79535-47bb-0310-9956-ffa450edef68
* First steps towards implementing new method for calculating Endpoints and ↵edwardsmj2009-05-279-171/+815
| | | | | | EndpointReferences - not running in mainstream yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779089 13f79535-47bb-0310-9956-ffa450edef68
* Added new method for testing Equality of two interfaces, as described in ↵edwardsmj2009-05-272-3/+84
| | | | | | TUSCANY-3064 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779075 13f79535-47bb-0310-9956-ffa450edef68
* Add type info to remove ide warningantelder2009-05-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779067 13f79535-47bb-0310-9956-ffa450edef68
* Improve reporting information using a toString() method in ↵edwardsmj2009-05-271-0/+7
| | | | | | WebServicesBindingImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779065 13f79535-47bb-0310-9956-ffa450edef68
* Move workspace-impl to contrib as its not used by 2.x trunk code nowantelder2009-05-279-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779059 13f79535-47bb-0310-9956-ffa450edef68
* Move workspace to contrib as its not used by 2.x trunk code nowantelder2009-05-2720-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779058 13f79535-47bb-0310-9956-ffa450edef68
* Move implementation-node-runtime to contrib as its not used by 2.x trunk ↵antelder2009-05-2716-0/+0
| | | | | | code now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779057 13f79535-47bb-0310-9956-ffa450edef68
* Move implementation-node to contrib as its not used by 2.x trunk code nowantelder2009-05-2721-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779056 13f79535-47bb-0310-9956-ffa450edef68
* Remove last references to implementation-node and workspace modules as ↵antelder2009-05-277-34/+1
| | | | | | they're not used inany code now after all the node changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779055 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample showing a servlet using SCA annotationsantelder2009-05-277-0/+243
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779027 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 optional life cycle control for extension points (for example, RMI ↵rfeng2009-05-2712-39/+139
| | | | | | extension point needs to unexport the registry) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778955 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the contribution scanner to take Contribution as an argumentrfeng2009-05-2715-221/+219
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778953 13f79535-47bb-0310-9956-ffa450edef68
* Tolerate the non-OSGi environmentrfeng2009-05-273-8/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778952 13f79535-47bb-0310-9956-ffa450edef68
* Add bundleentry protocolrfeng2009-05-271-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778947 13f79535-47bb-0310-9956-ffa450edef68
* Only stop the bundle when it is activerfeng2009-05-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778946 13f79535-47bb-0310-9956-ffa450edef68
* Update to jaxb-impl 2.1.11rfeng2009-05-271-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778945 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
* Remove xml-apis dependenciesrfeng2009-05-271-3/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778943 13f79535-47bb-0310-9956-ffa450edef68
* Add checking for wrapper stylerfeng2009-05-271-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778941 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the XMLInputFactory.newInstance into FactoryExtensionPoint.getFactoryrfeng2009-05-272-22/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778939 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3027ramkumar2009-05-262-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778659 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3061ramkumar2009-05-2610-22/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778651 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3061ramkumar2009-05-261-6/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778592 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3061ramkumar2009-05-2630-0/+1027
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778591 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
* Update ClassLoaderModelResolver to use the thread context classloader as the ↵antelder2009-05-251-1/+12
| | | | | | parent if its available and its not Equinox, so it works when Tuscany jars are outside of the application git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778343 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
* Fix NPE when using jetty:run plugin with webapps, change contribution to be ↵antelder2009-05-231-3/+3
| | | | | | entire webapp instead of just web-inf/classes, change to use getrealpath instead of getContextName for the nodeURI to be compatable with Tomcat 5.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777830 13f79535-47bb-0310-9956-ffa450edef68
* Update manifest for binding.sca movesantelder2009-05-231-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777828 13f79535-47bb-0310-9956-ffa450edef68
* Update manifest for binding.sca movesantelder2009-05-231-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777827 13f79535-47bb-0310-9956-ffa450edef68