summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-spring (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
* Add ablity to specify endpoint descriptions in node.xml for local domain ↵rfeng2011-12-021-1/+1
| | | | | | registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209634 13f79535-47bb-0310-9956-ffa450edef68
* Set allowsPassByReference for SCA references on Spring beansrfeng2011-09-211-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173853 13f79535-47bb-0310-9956-ffa450edef68
* Add missing import in the OSGi manifestantelder2011-06-111-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134516 13f79535-47bb-0310-9956-ffa450edef68
* Validate the Spring beans xml service names are uniqueantelder2011-04-041-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088641 13f79535-47bb-0310-9956-ffa450edef68
* Expose Node to the servletrfeng2011-03-211-131/+141
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083943 13f79535-47bb-0310-9956-ffa450edef68
* Update exception message to make it more clearantelder2011-02-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075268 13f79535-47bb-0310-9956-ffa450edef68
* Correct validation of the Spring reference default bean attributeantelder2011-02-251-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074680 13f79535-47bb-0310-9956-ffa450edef68
* Handle the case where the sca service type attribute is not specified. I'm ↵antelder2011-02-231-2/+38
| | | | | | going to raise a spec querry about the bean improspection rules in this situation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073721 13f79535-47bb-0310-9956-ffa450edef68
* Allow the location to be out of the contribution rootrfeng2010-09-011-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991751 13f79535-47bb-0310-9956-ffa450edef68
* Populate intents and policySets from sca:reference and sca:service elementsrfeng2010-08-243-2/+66
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988747 13f79535-47bb-0310-9956-ffa450edef68
* Allow service target to be a bean in the parent contextrfeng2010-08-201-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987674 13f79535-47bb-0310-9956-ffa450edef68
* Relax the sca:service target validationrfeng2010-08-201-3/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987671 13f79535-47bb-0310-9956-ffa450edef68
* Refactor implementation-spring into 4 modulesrfeng2010-08-2025-1950/+180
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987670 13f79535-47bb-0310-9956-ffa450edef68
* Add impl spring stub/tierfeng2010-08-181-0/+81
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986837 13f79535-47bb-0310-9956-ffa450edef68
* Fix the loading of spring 2.x bean definitions and nesting elementsrfeng2010-08-111-50/+75
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984303 13f79535-47bb-0310-9956-ffa450edef68
* Allow HeuristicPojoProcessor to differentiate implementation.java against ↵rfeng2010-08-062-0/+15
| | | | | | | | other java based implementation types such as implementation.spring Check for duplicate import in spring xml definitions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983054 13f79535-47bb-0310-9956-ffa450edef68
* Work around the issue that Tuscany java introspector doesn't handle Spring ↵rfeng2010-07-311-51/+50
| | | | | | beans with constructor injections git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980999 13f79535-47bb-0310-9956-ffa450edef68
* Allow spring beans to use @Reference without a property elementrfeng2010-07-301-4/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980959 13f79535-47bb-0310-9956-ffa450edef68
* Use a utility instead of ModuleActivator for Spring application context accessrfeng2010-07-292-27/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980505 13f79535-47bb-0310-9956-ffa450edef68
* Add the parent delegation for the SCA spring application contextrfeng2010-07-291-1/+2
| | | | | | Improve the sample to demonstrate the child bean wired to a bean in the parent context (WebApplicationContext) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980272 13f79535-47bb-0310-9956-ffa450edef68
* Add parent artifact to the ProcessorContextrfeng2010-07-282-16/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980219 13f79535-47bb-0310-9956-ffa450edef68
* Allow Spring WebApplicationContext to be used by Tuscanyrfeng2010-07-288-43/+110
| | | | | | Bring up a sample web application which demonstrates the integration between Spring and Tuscany git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980218 13f79535-47bb-0310-9956-ffa450edef68
* Fix the context path for recursive loading of spring xmlrfeng2010-07-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980212 13f79535-47bb-0310-9956-ffa450edef68
* Format the code based on the Tuscany eclipse formatterrfeng2010-07-2820-587/+659
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980211 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3605 - Moving Spring dependency to 3.0.2.RELEASElresende2010-06-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956786 13f79535-47bb-0310-9956-ffa450edef68
* Fix the equals and hashCode to avoid componentType conflictsrfeng2010-03-171-0/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924089 13f79535-47bb-0310-9956-ffa450edef68
* Improve the IP address binding to be based on the host from the urirfeng2010-03-141-3/+1
| | | | | | Having servlet host to return deployed uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922701 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-242 add URI processing wherever we read an anyURI attributeslaws2010-03-091-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920885 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-113-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2032-0/+4122
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68