[
https://jira.jboss.org/browse/JBAS-8648?page=com.atlassian.jira.plugin.sy...
]
Marco Kleijer updated JBAS-8648:
--------------------------------
Steps to Reproduce:
1. Uncomment the SMTPAppender in jboss-logging.xml
2. Add the appender to a logger eg:
<logger category="org.jboss">
<level name="INFO"/>
<handlers>
<handler-ref name="SMTP"/>
</handlers>
</logger>
3. Start the JBoss server
was:
1. Uncomment de SMTPAppender in jboss-logging.xml
2. Add the appender to a logger eg:
<logger category="org.jboss">
<level name="INFO"/>
<handlers>
<handler-ref name="SMTP"/>
</handlers>
</logger>
3. Start the JBoss server
log4j-appender SMTPAppender results in JoinpointException
---------------------------------------------------------
Key: JBAS-8648
URL:
https://jira.jboss.org/browse/JBAS-8648
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Logging
Affects Versions: 6.0.0.M5
Environment: Windows XP
Reporter: Marco Kleijer
Assignee: David Lloyd
Attachments: stacktrace.txt
When using the SMTPAppender as log4j-appender the deployment of the loggingframework will
fail with the following error:
Constructor not found org.jboss.logmanager.log4j.handlers.Log4jAppenderHandler[] in
[ReflectConstructorInfoImpl@9349f3{[ReflectClassInfoImpl(a)1dbfb12{name=org.apache.log4j.Appender}]}]
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira