[
https://issues.apache.org/jira/browse/TUSCANY-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ramkumar Ramalingam reassigned TUSCANY-2503:
--------------------------------------------
Assignee: Ramkumar Ramalingam
> Spring implementation doesn't see spring beans
> ----------------------------------------------
>
> Key: TUSCANY-2503
> URL: https://issues.apache.org/jira/browse/TUSCANY-2503
> Project: Tuscany
> Issue Type: Bug
> Components: Java SCA Spring Implementation Extension
> Affects Versions: Java-SCA-1.2.1
> Reporter: Marek Kaluzny
> Assignee: Ramkumar Ramalingam
> Priority: Critical
> Fix For: Java-SCA-Next
>
>
> 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.