Uploaded image for project: 'iBatis for Java [READ ONLY]'
  1. iBatis for Java [READ ONLY]
  2. IBATIS-779

include mappers.xml in Configuration.xml

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0 Beta 10
    • None
    • Core
    • None

    Description

      now:
      <configuration>
      <mappers>
      <mapper ..../>
      </mappers>
      </configuration>

      hope:
      <configuration>
      <include href="com/mappers.xml"/>
      <include href="com/mappers1.xml"/>
      <include href="com/mappers2.xml"/>
      </configuration>

      mappers.xml mappers1.xml ...:
      <mappers>
      <mapper .../>
      .....
      </mappers>

      Attachments

        Activity

          People

            Unassigned Unassigned
            daicat carlou
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: