Disable 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 to disable 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.