Spring implementation doesn't see spring beans
----------------------------------------------
Key: TUSCANY-2503
URL: https://issues.apache.org/jira/browse/TUSCANY-2503
Project: Tuscany
Issue Type: Bug
Affects Versions: Java-SCA-1.2.1
Reporter: Marek Kaluzny
Priority: Critical
Spring implementation looks only for beans declared in file specified with
location parameter, and only with <bean> tags.
If we import some other context files with beans definitions or declare spring
beans in other ways than <bean> tag (for example tags in different namespace or
using annotations) such beans will be unavailable for Spring Implementation.
Now if we are using <sca:service> tag then target property can refer only to
beans declared in the same applicationContext file and only with <bean> tag.
Spring implementation should examine whole ApplicationContext created by Spring
to locate the bean rather than parsing xml files on his own.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.