summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-spring/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for TUSCANY-3069, using ModelResolver instead of TCCL to resolve ↵rfeng2009-06-012-139/+177
| | | | | | location and java classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780885 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
* Cleaned Generics problems from Spring implementation filesedwardsmj2009-05-072-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772749 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 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
* Start to separate the tuscany and spring code into descrete modules with no ↵antelder2009-04-305-399/+272
| | | | | | 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-293-20/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769749 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring Modulesramkumar2009-04-288-748/+272
| | | | 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/+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-2022-0/+3690
| | | | 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-3122-2516/+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-285-6/+6
| | | | | | | | | | | | | 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
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-199-5/+785
| | | | 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-1917-0/+1736
| | | | | | 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-1937-3601/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 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-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-121-0/+1
| | | | 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-105-18/+118
| | | | 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-102-4/+2
| | | | | | 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-071-37/+43
| | | | | | 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-1729-0/+2458
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68