You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "marioosh (JIRA)" <ji...@apache.org> on 2011/08/05 14:33:27 UTC

[jira] [Updated] (TILES-535) Strange behavior of log4j with Apache Tiles 2.2.2

     [ https://issues.apache.org/jira/browse/TILES-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

marioosh updated TILES-535:
---------------------------

    Summary: Strange behavior of log4j with Apache Tiles 2.2.2  (was: Strange behavior log4j with Apache Tiles 2.2.2)

> Strange behavior of log4j with Apache Tiles 2.2.2
> -------------------------------------------------
>
>                 Key: TILES-535
>                 URL: https://issues.apache.org/jira/browse/TILES-535
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-jsp (jsp support), tiles-servlet
>    Affects Versions: 2.2.2
>         Environment: Linux and Windows
>            Reporter: marioosh
>            Priority: Minor
>
> 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>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira