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

Support for <import/> tag in Spring Application Context

    XMLWordPrintableJSON

Details

    • Patch Available

    Description

      Current Spring Implementation in Tuscany does not seem to support using <import/> tag in the application context XML file.

      In Spring <import/> element is generally used to load bean definitions from another file (or files) as shown below.

      <beans>

      <import resource="services.xml"/>
      <import resource="resources/messageSource.xml"/>
      <import resource="/resources/themeSource.xml"/>

      <bean id="bean1" class="..."/>
      <bean id="bean2" class="..."/>

      </beans>

      Attachments

        1. TUSCANY-2585.patch
          20 kB
          Ramkumar Ramalingam

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: