[seam-issues] [JBoss JIRA] (JBSEAM-4990) Wrong usage of commons-logging Logger in MockViewHandler and MockRequestDispatcher

Marek Novotny (JIRA) jira-events at lists.jboss.org
Sat Jun 9 13:48:04 EDT 2012


Marek Novotny created JBSEAM-4990:
-------------------------------------

             Summary: Wrong usage of commons-logging Logger in MockViewHandler and MockRequestDispatcher
                 Key: JBSEAM-4990
                 URL: https://issues.jboss.org/browse/JBSEAM-4990
             Project: Seam 2
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.3.0.BETA2
            Reporter: Marek Novotny
            Assignee: Marek Novotny
             Fix For: 2.3.0.CR1


There is wrong usage of commons-logging in Seam mocks classes like 
{code:java}
private final Log logger = LogFactory.getLog(getClass());
{code}

There should be used 
{code:java}
private static final LogProvider logger = Logging.getLogProvider(some.class);
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list