Mapping references with constructor-arg type attribute
------------------------------------------------------

                 Key: TUSCANY-2911
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2911
             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.

Reply via email to