[
https://issues.apache.org/jira/browse/TUSCANY-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ramkumar Ramalingam updated TUSCANY-3249:
-----------------------------------------
Description:
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.
was:
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 to disable the multiple application support in implementation.spring.
Summary: Provide on/off switch for multiple application support in
implementation.spring (was: Disable multiple application support in
implementation.spring)
> 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.