Implementation.spring reference element extension to the context.xml does not 
honor the default attribute
---------------------------------------------------------------------------------------------------------

                 Key: TUSCANY-3840
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3840
             Project: Tuscany
          Issue Type: Bug
          Components: OASIS Compliance - TUSCANY
            Reporter: ant elder
             Fix For: Java-SCA-2.x


The implementation.spring reference element extension to the Spring context.xml 
does not honor the default attribute.

Eg in this example the reference should be wired to the Ref1Bean bean but it is 
not:

<beans . . .>

    <sca:reference name="SCARef" type="test.Service" default="Ref1Bean"/>

    <bean id="Service1Bean" class="test.ServiceImpl1">        
       <property name="ref" ref="SCARef"/>
    </bean>

    <bean id="Ref1Bean" class="test.RefImpl1" />        

</beans>


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to