summaryrefslogtreecommitdiffstats
path: root/java/sca (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add in stripes itest (has been there for ages just got left off being ↵antelder2009-05-231-0/+1
| | | | | | included in build) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777826 13f79535-47bb-0310-9956-ffa450edef68
* Add logging for register/unregisterrfeng2009-05-221-11/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777742 13f79535-47bb-0310-9956-ffa450edef68
* Align the webapp node with the node configurationrfeng2009-05-202-86/+91
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776814 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the default node config factory so that it doesn't require the ↵rfeng2009-05-203-2/+21
| | | | | | import for NodeConfigurationFactoryImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776809 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the bundle is started when a service is registeredrfeng2009-05-201-2/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776808 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring a few methods on the ServiceDiscoverrfeng2009-05-2039-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
* Renaming implementation-bpel-ode to implementation-bpel-runtime to follow ↵lresende2009-05-2031-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
* Expose extension point registery rfeng2009-05-191-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776393 13f79535-47bb-0310-9956-ffa450edef68
* Change the NodeFactoryImpl to be capable of hosting multiple instances of ↵rfeng2009-05-1917-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
* Remove empty linerfeng2009-05-191-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776139 13f79535-47bb-0310-9956-ffa450edef68
* Change the creation of DistributedSCABinding to the factory to avoid OSGi ↵rfeng2009-05-189-106/+139
| | | | | | violations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776005 13f79535-47bb-0310-9956-ffa450edef68
* Merge interface-java-xml into interface-javaantelder2009-05-1724-312/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775608 13f79535-47bb-0310-9956-ffa450edef68
* Start merging binding-sca into assembly and creating a binding-sca-runtime ↵antelder2009-05-1737-78/+52
| | | | | | module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775592 13f79535-47bb-0310-9956-ffa450edef68
* Add @Ignore to failing testsantelder2009-05-172-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775587 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3036: for component service interface mismatch with ↵edwardsmj2009-05-161-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
* Fix for TUSCANY-3036: for component service interface mismatch with ↵edwardsmj2009-05-161-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
* Fix for TUSCANY-3035: for component service interface mismatch with ↵edwardsmj2009-05-161-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
* Remove unused depenedencyantelder2009-05-161-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775430 13f79535-47bb-0310-9956-ffa450edef68
* Decouple node-impl from sca-client-implantelder2009-05-168-37/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775426 13f79535-47bb-0310-9956-ffa450edef68
* Convert it to JUNIT4rfeng2009-05-151-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775372 13f79535-47bb-0310-9956-ffa450edef68
* Fix the test caserfeng2009-05-152-11/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775371 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for <baseURI> element of binding base uri configurationrfeng2009-05-153-2/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775370 13f79535-47bb-0310-9956-ffa450edef68
* Update the node launcher to use the NodeFactoryrfeng2009-05-159-253/+334
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775369 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3034 - raised reporting of an invalid <servi ce/> @promote ↵edwardsmj2009-05-151-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
* Add the processor to read the node configuration in the ATOM formatrfeng2009-05-151-0/+160
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775325 13f79535-47bb-0310-9956-ffa450edef68
* Push down some of the createNode() methods to NodeFactory and only require ↵rfeng2009-05-1510-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
* Update NodeUtil and add a test caserfeng2009-05-152-20/+59
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775282 13f79535-47bb-0310-9956-ffa450edef68
* Fix duplicate composite namesrfeng2009-05-151-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775215 13f79535-47bb-0310-9956-ffa450edef68
* OSOA annotations and APIs. part of minimum changes required to get an OSOA ↵slaws2009-05-1540-0/+1796
| | | | | | sample read in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775069 13f79535-47bb-0310-9956-ffa450edef68
* implementation java processor for OSOA SCDL. part of minimum changes ↵slaws2009-05-1521-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
* binding sca processor for OSOA SCDL. part of minimum changes required to get ↵slaws2009-05-158-0/+545
| | | | | | an OSOA sample read in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775066 13f79535-47bb-0310-9956-ffa450edef68
* Merge implementation-java-xml into implementation-java moduleantelder2009-05-1529-333/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775053 13f79535-47bb-0310-9956-ffa450edef68
* Enable more test casesrfeng2009-05-152-27/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775004 13f79535-47bb-0310-9956-ffa450edef68
* Integrate the NodeConfiguration with NodeImplrfeng2009-05-158-263/+252
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774994 13f79535-47bb-0310-9956-ffa450edef68
* Fix duplicate composite namesrfeng2009-05-151-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774975 13f79535-47bb-0310-9956-ffa450edef68
* Reorganize the pom so that bpel/spring modules are defined in features and ↵rfeng2009-05-1410-60/+112
| | | | | | referenced by the distro pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774921 13f79535-47bb-0310-9956-ffa450edef68
* Add @Service annotationsrfeng2009-05-145-15/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774895 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE penaltyrfeng2009-05-141-16/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774855 13f79535-47bb-0310-9956-ffa450edef68
* Start to integrate the node configuration with NodeImplrfeng2009-05-1419-110/+435
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774854 13f79535-47bb-0310-9956-ffa450edef68
* Add component name to the error messagerfeng2009-05-141-60/+59
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774853 13f79535-47bb-0310-9956-ffa450edef68