summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-spring (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old dependency on runtime moduleantelder2009-05-061-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772070 13f79535-47bb-0310-9956-ffa450edef68
* Update spring for recent mediator change that missed th espring extensionantelder2009-05-051-6/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771582 13f79535-47bb-0310-9956-ffa450edef68
* Add a README to the spring modulesantelder2009-05-021-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770904 13f79535-47bb-0310-9956-ffa450edef68
* Add a couple of comments to new classesantelder2009-05-022-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770902 13f79535-47bb-0310-9956-ffa450edef68
* Get the spring reference and property annotations goingantelder2009-05-023-3/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770894 13f79535-47bb-0310-9956-ffa450edef68
* Compelete a bit more of the spring impl refactorantelder2009-05-012-4/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770743 13f79535-47bb-0310-9956-ffa450edef68
* Update to find file input stream correctlyantelder2009-05-011-2/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770733 13f79535-47bb-0310-9956-ffa450edef68
* Tidy imports, no other code changesantelder2009-05-015-20/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770700 13f79535-47bb-0310-9956-ffa450edef68
* Tidy upspring manifestsantelder2009-05-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770653 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up spring manifestsantelder2009-05-011-13/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770652 13f79535-47bb-0310-9956-ffa450edef68
* Update the spring pom.xml's with warning messageantelder2009-05-011-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770646 13f79535-47bb-0310-9956-ffa450edef68
* Start to separate the tuscany and spring code into descrete modules with no ↵antelder2009-04-306-417/+273
| | | | | | references to Spring classes in the implementation-spring module and no references to Tuscany classes in the implementation-spring-runtime module. Work in progress, compiles cleanly but the tests don't run but then they didn't run before this commit either git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770312 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for Spring Refactoringramkumar2009-04-294-20/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769749 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted MANIFEST file to accommodate latest code structure for Spring ↵edwardsmj2009-04-291-0/+1
| | | | | | implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769744 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring Modulesramkumar2009-04-289-748/+277
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769323 13f79535-47bb-0310-9956-ffa450edef68
* Corrected for OSGi dependency problemsedwardsmj2009-04-231-3/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768078 13f79535-47bb-0310-9956-ffa450edef68
* Corrected for OSGi dependency problemsedwardsmj2009-04-231-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768076 13f79535-47bb-0310-9956-ffa450edef68
* Porting Spring Modules into 2.xramkumar2009-04-2026-0/+4022
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766685 13f79535-47bb-0310-9956-ffa450edef68
* Moving modules that are not part of the main build to contrib folderlresende2009-01-3126-2917/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739505 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-286-8/+8
| | | | | | | | | | | | | and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-201-27/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-1910-8/+788
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1921-0/+2137
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-1979-5361/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-11/+11
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* Checkin for TUSCANY-2654, TUSCANY-2655 and TUSCANY-2656ramkumar2008-10-319-8/+818
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709400 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2613 - Upgrading Spring version to 2.5.5. Thanks for the patch Ram.lresende2008-10-131-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703904 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2634 - Applying RAM's patch to make implementation.spring aware of ↵lresende2008-10-104-3/+36
| | | | | | policies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703540 13f79535-47bb-0310-9956-ffa450edef68
* Added a new testcase to cover the functionality fixed by JIRA 2573edwardsmj2008-09-126-0/+180
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694666 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2596: Apply patch from Ramkumar Ramalingam for Support for ↵antelder2008-09-125-37/+224
| | | | | | <constructor-arg> element in Spring Implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694636 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2585- support includes in spring contexts in component implementationsslaws2008-09-1010-18/+273
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693884 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2573 - Fix the location of the sca spring namespace. Thanks for the ↵slaws2008-09-1010-44/+42
| | | | | | patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693847 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from Ramkumar Ramalingam for TUSCANY-2493: Specs gap in ↵antelder2008-08-074-71/+80
| | | | | | implementation-spring location attribute git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683550 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2502 - Applying patch to make spring implementation compatible with ↵lresende2008-07-271-1/+9
| | | | | | Spring 2.5 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680065 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-1921 - Properly creating the jar url for the application context ↵lresende2008-07-271-2/+2
| | | | | | artifact git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680063 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-1761-0/+3881
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68