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
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues