You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Kent Tong (JIRA)" <ji...@apache.org> on 2007/09/16 06:04:32 UTC

[jira] Created: (WICKET-978) log4j.properties in quickstart archetype uses old wicket package name

log4j.properties in quickstart archetype uses old wicket package name
---------------------------------------------------------------------

                 Key: WICKET-978
                 URL: https://issues.apache.org/jira/browse/WICKET-978
             Project: Wicket
          Issue Type: Bug
          Components: wicket-quickstart
    Affects Versions: 1.3.0-beta3
            Reporter: Kent Tong
            Priority: Trivial


In src/archetypes/quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties:

log4j.logger.wicket=INFO
log4j.logger.wicket.protocol.http.HttpSessionStore=INFO
log4j.logger.wicket.version=INFO
log4j.logger.wicket.RequestCycle=INFO

It should be:

log4j.logger.org.apache.wicket=INFO
log4j.logger.org.apache.wicket.protocol.http.HttpSessionStore=INFO
log4j.logger.org.apache.wicket.version=INFO
log4j.logger.org.apache.wicket.RequestCycle=INFO


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-978) log4j.properties in quickstart archetype uses old wicket package name

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-978:
---------------------------------

    Fix Version/s: 1.3.0-beta4

> log4j.properties in quickstart archetype uses old wicket package name
> ---------------------------------------------------------------------
>
>                 Key: WICKET-978
>                 URL: https://issues.apache.org/jira/browse/WICKET-978
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.3.0-beta3
>            Reporter: Kent Tong
>            Assignee: Alastair Maw
>            Priority: Trivial
>             Fix For: 1.3.0-beta4
>
>
> In src/archetypes/quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties:
> log4j.logger.wicket=INFO
> log4j.logger.wicket.protocol.http.HttpSessionStore=INFO
> log4j.logger.wicket.version=INFO
> log4j.logger.wicket.RequestCycle=INFO
> It should be:
> log4j.logger.org.apache.wicket=INFO
> log4j.logger.org.apache.wicket.protocol.http.HttpSessionStore=INFO
> log4j.logger.org.apache.wicket.version=INFO
> log4j.logger.org.apache.wicket.RequestCycle=INFO

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-978) log4j.properties in quickstart archetype uses old wicket package name

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-978:
------------------------------------

    Assignee: Alastair Maw

al, did you not fix this already?

> log4j.properties in quickstart archetype uses old wicket package name
> ---------------------------------------------------------------------
>
>                 Key: WICKET-978
>                 URL: https://issues.apache.org/jira/browse/WICKET-978
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.3.0-beta3
>            Reporter: Kent Tong
>            Assignee: Alastair Maw
>            Priority: Trivial
>             Fix For: 1.3.0-beta4
>
>
> In src/archetypes/quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties:
> log4j.logger.wicket=INFO
> log4j.logger.wicket.protocol.http.HttpSessionStore=INFO
> log4j.logger.wicket.version=INFO
> log4j.logger.wicket.RequestCycle=INFO
> It should be:
> log4j.logger.org.apache.wicket=INFO
> log4j.logger.org.apache.wicket.protocol.http.HttpSessionStore=INFO
> log4j.logger.org.apache.wicket.version=INFO
> log4j.logger.org.apache.wicket.RequestCycle=INFO

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-978) log4j.properties in quickstart archetype uses old wicket package name

Posted by "Alastair Maw (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alastair Maw resolved WICKET-978.
---------------------------------

    Resolution: Fixed

Yes. I didn't realise there was a JIRA issue for it. ;-)

> log4j.properties in quickstart archetype uses old wicket package name
> ---------------------------------------------------------------------
>
>                 Key: WICKET-978
>                 URL: https://issues.apache.org/jira/browse/WICKET-978
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.3.0-beta3
>            Reporter: Kent Tong
>            Assignee: Alastair Maw
>            Priority: Trivial
>             Fix For: 1.3.0-beta4
>
>
> In src/archetypes/quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties:
> log4j.logger.wicket=INFO
> log4j.logger.wicket.protocol.http.HttpSessionStore=INFO
> log4j.logger.wicket.version=INFO
> log4j.logger.wicket.RequestCycle=INFO
> It should be:
> log4j.logger.org.apache.wicket=INFO
> log4j.logger.org.apache.wicket.protocol.http.HttpSessionStore=INFO
> log4j.logger.org.apache.wicket.version=INFO
> log4j.logger.org.apache.wicket.RequestCycle=INFO

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.