summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-spring (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to end all service provider files with a new lineantelder2009-10-294-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
* Turn JavaClassVisitor to declarative services and remove the module activatorrfeng2009-10-204-71/+36
| | | | | | | Add a ServiceHelper utility to simplify the instantiation of declared services Refactor the module activator to receive ExtensionPointRegistry from constructor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826907 13f79535-47bb-0310-9956-ffa450edef68
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-163-41/+47
| | | | | | | | Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods Change the processor/resolver/builder implementation classes to not cache the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
* For implementation.spring module on unix path fixes and policy processor for ↵ramkumar2009-10-133-44/+33
| | | | | | service and references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824651 13f79535-47bb-0310-9956-ffa450edef68
* Add PolicyBuilder to the builder extension pointrfeng2009-10-123-5/+6
| | | | | | Use QName as the key to index and look up builders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824540 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3287: Complaince with OASIS specsramkumar2009-09-3011-199/+608
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820238 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the CompositeBuilderExtensionPoint to include binding/implementation ↵rfeng2009-09-143-3/+59
| | | | | | builders which replace BindingExtension and CompositePreProcessor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814879 13f79535-47bb-0310-9956-ffa450edef68
* Merge modules to assembly module as discussed on MLantelder2009-09-111-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813673 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3240 - Closing reader after processing spring application-context.xmllresende2009-09-041-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811518 13f79535-47bb-0310-9956-ffa450edef68
* Remove a printlnantelder2009-08-141-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804123 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues around XMLStreamWriter based on the isRepairingNamespaces ↵rfeng2009-08-121-1/+0
| | | | | | | | property of XMLOutputFactory More refactoring to use common-xml and common-java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803742 13f79535-47bb-0310-9956-ffa450edef68
* Add an implementationType for implementation.springslaws2009-07-302-0/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799341 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for spring module classloader changes ref: TUSCANY-3069 in 1.xramkumar2009-07-225-9/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796684 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-2122-3263/+3263
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Add a QName as the type for binding/implementation and use it to compare ↵rfeng2009-06-231-21/+25
| | | | | | model types instead of class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787865 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3069, using ModelResolver instead of TCCL to resolve ↵rfeng2009-06-013-141/+180
| | | | | | 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
* Add missing import packagerfeng2009-05-111-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773626 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
* Removed references to implementation.spring.processor package from ↵edwardsmj2009-05-071-6/+1
| | | | | | MANIFEST.MF file in implementation-spring git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772684 13f79535-47bb-0310-9956-ffa450edef68
* 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