summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-26Fixes for TUSCANY-3027ramkumar2-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778659 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26Fixes for TUSCANY-3061ramkumar10-22/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778651 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26Fixes for TUSCANY-3061ramkumar1-6/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778592 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26Fixes for TUSCANY-3061ramkumar30-0/+1027
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778591 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26Add some logging and fix finding server.xml in Tomcat v5antelder3-5/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778589 13f79535-47bb-0310-9956-ffa450edef68
2009-05-25Update ClassLoaderModelResolver to use the thread context classloader as the ↵antelder1-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
2009-05-25Add a READMEantelder1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778341 13f79535-47bb-0310-9956-ffa450edef68
2009-05-25Correct tomcat server lib directory nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778338 13f79535-47bb-0310-9956-ffa450edef68
2009-05-25Correct jsp nameantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778337 13f79535-47bb-0310-9956-ffa450edef68
2009-05-25Add a manifest so compiler doesn't complain (why do we need these for ↵antelder1-0/+10
non-bundles?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778330 13f79535-47bb-0310-9956-ffa450edef68
2009-05-25Add modules for installer webappantelder10-0/+2404
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778324 13f79535-47bb-0310-9956-ffa450edef68
2009-05-25Add top level pom.xml for tomcat distributionantelder1-0/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778321 13f79535-47bb-0310-9956-ffa450edef68
2009-05-25Remove code for SCA version to keep things simple for nowantelder1-13/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778319 13f79535-47bb-0310-9956-ffa450edef68
2009-05-25Add module for Tomcat deep integrationantelder6-0/+537
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778316 13f79535-47bb-0310-9956-ffa450edef68
2009-05-23Fix NPE when using jetty:run plugin with webapps, change contribution to be ↵antelder1-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
2009-05-23Update manifest for binding.sca movesantelder1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777828 13f79535-47bb-0310-9956-ffa450edef68
2009-05-23Update manifest for binding.sca movesantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777827 13f79535-47bb-0310-9956-ffa450edef68
2009-05-23Add in stripes itest (has been there for ages just got left off being ↵antelder1-0/+1
included in build) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777826 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22Add logging for register/unregisterrfeng1-11/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777742 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Align the webapp node with the node configurationrfeng2-86/+91
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776814 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Refactor the default node config factory so that it doesn't require the ↵rfeng3-2/+21
import for NodeConfigurationFactoryImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776809 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Make sure the bundle is started when a service is registeredrfeng1-2/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776808 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Refactoring a few methods on the ServiceDiscoverrfeng39-135/+271
Adding an OSGi service registry based ExtensionPointRegistry implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776759 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Renaming implementation-bpel-ode to implementation-bpel-runtime to follow ↵lresende31-5/+5
the name pattern used by other modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776591 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19Expose extension point registery rfeng1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776393 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19Change the NodeFactoryImpl to be capable of hosting multiple instances of ↵rfeng17-1421/+845
SCA node in the same JVM and align the OSGiNodeFactoryImpl to that feature git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776383 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19Remove empty linerfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776139 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Change the creation of DistributedSCABinding to the factory to avoid OSGi ↵rfeng9-106/+139
violations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776005 13f79535-47bb-0310-9956-ffa450edef68
2009-05-17Merge interface-java-xml into interface-javaantelder24-312/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775608 13f79535-47bb-0310-9956-ffa450edef68
2009-05-17Start merging binding-sca into assembly and creating a binding-sca-runtime ↵antelder37-78/+52
module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775592 13f79535-47bb-0310-9956-ffa450edef68
2009-05-17Add @Ignore to failing testsantelder2-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775587 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16Fix for TUSCANY-3036: for component service interface mismatch with ↵edwardsmj1-2/+2
implementation service interface, raise an error rather than a warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775472 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16Fix for TUSCANY-3036: for component service interface mismatch with ↵edwardsmj1-1/+1
implementation service interface, raise an error rather than a warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775471 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16Fix for TUSCANY-3035: for component service interface mismatch with ↵edwardsmj1-2/+3
implementation service interface, raise an error rather than a warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775469 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16Remove unused depenedencyantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775430 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16Decouple node-impl from sca-client-implantelder8-37/+55
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775426 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Convert it to JUNIT4rfeng1-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775372 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Fix the test caserfeng2-11/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775371 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Adding support for <baseURI> element of binding base uri configurationrfeng3-2/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775370 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Update the node launcher to use the NodeFactoryrfeng9-253/+334
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775369 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Fix for TUSCANY-3034 - raised reporting of an invalid <servi ce/> @promote ↵edwardsmj1-1/+2
attribute value from "warning" to "error" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775333 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Add the processor to read the node configuration in the ATOM formatrfeng1-0/+160
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775325 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Push down some of the createNode() methods to NodeFactory and only require ↵rfeng10-200/+368
the createNode(NodeConfiguration) to be implemented by subclasses git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775283 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Update NodeUtil and add a test caserfeng2-20/+59
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775282 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Fix duplicate composite namesrfeng1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775215 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15OSOA annotations and APIs. part of minimum changes required to get an OSOA ↵slaws40-0/+1796
sample read in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775069 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15implementation java processor for OSOA SCDL. part of minimum changes ↵slaws21-0/+1428
required to get an OSOA sample read in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775067 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15binding sca processor for OSOA SCDL. part of minimum changes required to get ↵slaws8-0/+545
an OSOA sample read in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775066 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Merge implementation-java-xml into implementation-java moduleantelder29-333/+48
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775053 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Enable more test casesrfeng2-27/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775004 13f79535-47bb-0310-9956-ffa450edef68