summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved error reporting when exceptions thrown during Composite read phase -...edwardsmj2009-05-081-4/+4
* Start the contribution refactoring as discussed on the mailing list. This is ...antelder2009-05-08138-0/+13653
* Cleaned Generics problems from Spring implementation filesedwardsmj2009-05-072-7/+7
* Added missing springframework package dependencies to the MANIFEST.MF of impl...edwardsmj2009-05-071-0/+5
* Removed references to implementation.spring.processor package from MANIFEST.M...edwardsmj2009-05-071-6/+1
* Add sca client impl module to buildantelder2009-05-071-1/+2
* Remove sysout print and add file missed from initial commitantelder2009-05-072-1/+20
* Fixes the handling of promoted references and services which have callback in...edwardsmj2009-05-072-3/+60
* Add a simplified Node impl that doesn't use implementation-node or the worksp...antelder2009-05-0720-0/+2356
* Added exception handling during resolve phase to improve error reportingedwardsmj2009-05-071-7/+10
* Added new check for null URI and URL parameters when reading a Composite docu...edwardsmj2009-05-071-0/+3
* moving spring-runtime to spring-scaramkumar2009-05-0623-0/+0
* Fix for when domain name is nullantelder2009-05-061-2/+12
* Update manifests for sca clientantelder2009-05-063-9/+14
* integrate to allow running of OASIS conformance testskelvingoodson2009-05-062-0/+183
* Continue exploring sca client api with a new module for the client implementa...antelder2009-05-0611-44/+387
* Include spring modules in distroantelder2009-05-061-0/+10
* Include README files if they're present in modulesantelder2009-05-061-0/+1
* Remove old dependency on runtime moduleantelder2009-05-061-5/+0
* Allow the SCA composite for bundles can be packaged in an external bundle and...rfeng2009-05-053-11/+74
* Update spring for recent mediator change that missed th espring extensionantelder2009-05-051-6/+1
* Change the test case to use an external SCA bundle to control the RFC119rfeng2009-05-046-3/+151
* Turn FaultExceptionMapper into a declarative system utilityrfeng2009-05-044-12/+30
* Merge the change from 1.xrfeng2009-05-041-1/+15
* Improve error reporting when exceptions occur during Java interface processin...edwardsmj2009-05-031-1/+3
* Improve error reporting when exceptions occur during Java implementation proc...edwardsmj2009-05-031-28/+32
* Improve error reporting when exceptions occur during composite document proce...edwardsmj2009-05-031-2/+8
* Add a README to the spring modulesantelder2009-05-022-0/+18
* Add a couple of comments to new classesantelder2009-05-024-0/+24
* Add spring itests to the buildantelder2009-05-021-0/+1
* Add spring modules to buildantelder2009-05-021-0/+2
* Refresh context to fix itest failure. Need to undestand why a refresh is requ...antelder2009-05-021-2/+4
* Get the Spring reference and property annotations goingantelder2009-05-022-14/+2
* Get the spring reference and property annotations goingantelder2009-05-023-3/+84
* Merge the Mediator changes from 1.xrfeng2009-05-0117-486/+699
* Add the check for deployment composite from the XML string valuerfeng2009-05-011-92/+112
* Include both tuscany and spring runtime modulesantelder2009-05-011-0/+5
* Compelete a bit more of the spring impl refactor - only 2 itests left failing...antelder2009-05-012-17/+15
* Compelete a bit more of the spring impl refactorantelder2009-05-012-4/+14
* Update to find file input stream correctlyantelder2009-05-011-2/+7
* Tidy imports, no other code changesantelder2009-05-011-1/+0
* Tidy imports, no other code changesantelder2009-05-015-20/+20
* Start bringing up the spring annotation supportantelder2009-05-012-6/+29
* Start bringing up the spring annotation supportantelder2009-05-019-247/+300
* Tidy upspring manifestsantelder2009-05-011-1/+1
* Tidy up spring manifestsantelder2009-05-012-20/+7
* Update the spring pom.xml's with warning messageantelder2009-05-012-0/+27
* Use maven-assembly-plugin to create zip contributionrfeng2009-04-3010-105/+191
* Start to separate the tuscany and spring code into descrete modules with no r...antelder2009-04-3014-441/+693
* Cleaned CompositeDocumentProcessor class and added commentsedwardsmj2009-04-301-59/+12