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/09/02 13:58:33 UTC

[jira] Resolved: (TUSCANY-3249) Provide on/off switch for multiple application support in implementation.spring

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

Ramkumar Ramalingam resolved TUSCANY-3249.
------------------------------------------

    Resolution: Fixed

Committed revision 810466 in 1.5.1 branch.

> Provide on/off switch for multiple application support in implementation.spring
> -------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3249
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3249
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Script Implementation Extension
>    Affects Versions: Java-SCA-1.5.1
>            Reporter: Ramkumar Ramalingam
>            Assignee: Ramkumar Ramalingam
>             Fix For: Java-SCA-1.5.1
>
>
> Currently Tuscany allows the user to declare multiple application context for their SCA Spring component using the following bean definition in the top level application context identified from the @location attribute of the <implementation.spring/> element found in the SCA component definition of the SCA composite file.
> <bean class=" org.springframework.context.support.ClassPathXmlApplicationContext">
>     <constructor-arg> 
>       <list> 
>          <value>context1.xml</value> 
>          <value>context2.xml</value> 
>          <value>context3.xml</value> 
>       </list> 
>     </constructor-arg>
> </bean>
> Need a on/off switch for the multiple application support in implementation.spring.

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