Uploaded image for project: 'Tiles'
  1. Tiles
  2. TILES-535

Strange behavior of log4j with Apache Tiles 2.2.2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Cannot Reproduce
    • 2.2.2
    • None
    • None
    • Linux and Windows

    Description

      I'm developing web-app with Spring MVC + Apache Tiles 2, but when i use Tiles version 2.2.2 log4j.xml is ignored. In 2.1.4 version everything is ok.
      log4j version 1.2.16

      <!-- 2.2.2 = problems with log4j -->
      <dependency>
      <groupId>org.apache.tiles</groupId>
      <artifactId>tiles-jsp</artifactId>
      <version>2.2.2</version>
      </dependency>
      <dependency>
      <groupId>org.apache.tiles</groupId>
      <artifactId>tiles-template</artifactId>
      <version>2.2.2</version>
      </dependency>

      <!-- no problems with log4j -->
      <dependency>
      <groupId>org.apache.tiles</groupId>
      <artifactId>com.springsource.org.apache.tiles.jsp</artifactId>
      <version>2.1.4</version>
      </dependency>
      <dependency>
      <groupId>org.apache.tiles</groupId>
      <artifactId>com.springsource.org.apache.tiles.servlet</artifactId>
      <version>2.1.4</version>
      </dependency>

      Attachments

        Activity

          People

            Unassigned Unassigned
            marioosh marioosh
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: