You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Ramkumar Ramalingam (JIRA)" <de...@tuscany.apache.org> on 2009/03/09 11:01:50 UTC

[jira] Resolved: (TUSCANY-2910) Mapping references with constructor-arg type attribute

     [ https://issues.apache.org/jira/browse/TUSCANY-2910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramkumar Ramalingam resolved TUSCANY-2910.
------------------------------------------

    Resolution: Fixed

Committed at revision 751642 in 1.x

> Mapping references with constructor-arg type attribute
> ------------------------------------------------------
>
>                 Key: TUSCANY-2910
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2910
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Spring Implementation Extension
>    Affects Versions: Java-SCA-Next
>         Environment: Windows XP, SP2, IBM JDK 1.5
>            Reporter: Ramkumar Ramalingam
>            Assignee: Ramkumar Ramalingam
>             Fix For: Java-SCA-Next
>
>
> As of today, references/properties for constructor-arg elements are supported only when the sca references/propertues are explicitly 
> specified using <sca:reference/> OR <sca:property/> tags.
> Needs support for mapping references and properties of constructor-arg element in the absence of explicit <sca:reference/> OR <sca:property/> tags, 
> but with the help of type attribute declared in constructor-arg element as shown below...
> <constructor-arg type="bigbank.account.savings.SavingsAccountService"><ref bean="savingsAccountService"/></constructor-arg>
> <constructor-arg type="bigbank.account.stock.StockAccountService"><ref bean="stockAccountService"/></constructor-arg>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.