summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-spring/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving 1.x trunklresende2009-11-1326-3393/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68
* Revert the wrong changerfeng2009-10-278-101/+75
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830060 13f79535-47bb-0310-9956-ffa450edef68
* Merge all changes from 1.5.2 branch into trunkrfeng2009-10-268-75/+101
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830026 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3240 - Closing reader after processing spring application-context.xmllresende2009-09-041-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811517 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3237ramkumar2009-09-041-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811301 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3250: Support for multiple application context using ↵ramkumar2009-09-044-64/+65
| | | | | | MANIFEST.MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811232 13f79535-47bb-0310-9956-ffa450edef68
* Merge from 1.5.1:rfeng2009-09-021-233/+232
| | | | | | | | 1) Fix for TUSCANY-3238 2) Remove calls to XMLStreamWriter.setPrefix() as writeNamespace() invokes it internally (TUSCANY-3212) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810726 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws2009-08-131-234/+234
| | | | | | and extend the Monitor interface to allow problems to be created without needing to access and implementation package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803875 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3202ramkumar2009-08-111-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803201 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3185ramkumar2009-08-111-2/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803196 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for handling folderNoManifest scenario of spring location attributeramkumar2009-07-151-4/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794207 13f79535-47bb-0310-9956-ffa450edef68
* Fixes in 1.x for TUSCANY-3069ramkumar2009-06-305-166/+265
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789681 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3104ramkumar2009-06-291-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789263 13f79535-47bb-0310-9956-ffa450edef68
* Modified fixes for TUSCANY-3096ramkumar2009-06-297-30/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789238 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3096ramkumar2009-06-236-10/+62
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787589 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3053ramkumar2009-05-211-5/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777017 13f79535-47bb-0310-9956-ffa450edef68
* Remove catch left in on previous commit for locating resources in jarsantelder2009-05-211-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776969 13f79535-47bb-0310-9956-ffa450edef68
* Fix implementation.spring to correctly locate spring resources nested within ↵antelder2009-05-211-1/+1
| | | | | | jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776966 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring Moduleramkumar2009-05-072-20/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772717 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring moduleramkumar2009-05-064-41/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772162 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring moduleramkumar2009-05-061-0/+216
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772155 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring moduleramkumar2009-05-0638-3614/+2145
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772153 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3000rfeng2009-04-301-16/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770058 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2941ramkumar2009-03-264-111/+59
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758591 13f79535-47bb-0310-9956-ffa450edef68
* Remove SpringSCAPropertyElement.java.origramkumar2009-03-091-44/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751652 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2642, 2909, 2910ramkumar2009-03-097-154/+924
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751642 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2875ramkumar2009-03-032-9/+118
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749547 13f79535-47bb-0310-9956-ffa450edef68
* Make property ids optionalslaws2009-02-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746926 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2779. Thanks zhulei for the patch.rfeng2009-02-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744811 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2771ramkumar2009-01-282-24/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738433 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2683 and TUSCANY-2685ramkumar2008-11-211-12/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719564 13f79535-47bb-0310-9956-ffa450edef68
* Creating Java SCA 1.x branchlresende2008-11-1337-0/+3601
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68