Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-3249

Provide on/off switch for multiple application support in implementation.spring

    XMLWordPrintableJSON

Details

    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.

      Attachments

        Activity

          People

            ramkumar.rj Ramkumar Ramalingam
            ramkumar.rj Ramkumar Ramalingam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: