[jira] [Commented] (LOG4J2-310) SMTPAppender does not send mails with error or fatal level without prior info event

2013-08-30 Thread Olivier Lemasle (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754508#comment-13754508 ] Olivier Lemasle commented on LOG4J2-310: For me, it's fixed, thanks. But I can not

[jira] [Commented] (LOG4J2-310) SMTPAppender does not send mails with error or fatal level without prior info event

2013-08-30 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754510#comment-13754510 ] Matej Vitásek commented on LOG4J2-310: -- Guys, is this going into beta9? Any ETA on

[jira] [Commented] (LOG4J2-377) NPE during shutdown.

2013-08-30 Thread Roland Weiglhofer (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754634#comment-13754634 ] Roland Weiglhofer commented on LOG4J2-377: -- I have seen the issue again in my

[jira] [Updated] (LOG4J2-355) Add support for multiple SD-ELEMENTs in a RFC 5424 syslog message

2013-08-30 Thread Tibor Benke (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Benke updated LOG4J2-355: --- Attachment: LOG4J2-355_v2.patch I added a discardIfAllFieldsAreEmpty boolean attribute to

[jira] [Commented] (LOG4J2-377) NPE during shutdown.

2013-08-30 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754773#comment-13754773 ] Ralph Goers commented on LOG4J2-377: I'm not sure what is going on there but the easy

Logger API names

2013-08-30 Thread Gary Gregory
This may be heresy but it's been bothering me since log4j 1... In Logger we have is{Level}Enabled() APIs like: - isInfoEnabled() - isInfoEnabled(Marker) - isDebugEnabled() - isDebugEnabled(Marker) - and so on. The majority of the code I write is: if (LOG.isDebugEnabled()) { LOG.debug(...);

NoSQL appenders

2013-08-30 Thread Gary Gregory
Hi Nick and all: Nick, have you considered looking/adding another NoSQL appender? I am asking because I want to make sure we get the NoSQL common API/code right before we release 2.0. I'm sure other folks will start creating appenders for other NoSQL DBs. Gary -- E-Mail: garydgreg...@gmail.com

Re: Logger API names

2013-08-30 Thread Ralph Goers
IsInfoEnabled etc has never bothered me. Typically 'is' methods are of the form such that the meaning is completely clear. isEmpty(), Class.isInterface(), Thread.isInterrupted() come to mind. OTOH, isDebug() seems to be missing something when I look at it. It makes me want to say Is debug

Re: Logger API names

2013-08-30 Thread Ralph Goers
On Aug 30, 2013, at 1:09 PM, Gary Gregory wrote: On Fri, Aug 30, 2013 at 3:19 PM, Ralph Goers ralph.go...@dslextreme.com wrote: IsInfoEnabled etc has never bothered me. Typically 'is' methods are of the form such that the meaning is completely clear. isEmpty(), Class.isInterface(),

Re: Logger API names

2013-08-30 Thread Ralph Goers
On Aug 30, 2013, at 2:02 PM, Gary Gregory wrote: On Fri, Aug 30, 2013 at 4:37 PM, Ralph Goers ralph.go...@dslextreme.com wrote: On Aug 30, 2013, at 1:09 PM, Gary Gregory wrote: On Fri, Aug 30, 2013 at 3:19 PM, Ralph Goers ralph.go...@dslextreme.com wrote: IsInfoEnabled etc has

[jira] [Updated] (LOG4J2-293) classloader URI scheme broken or insufficient when using Log4jContextListener

2013-08-30 Thread Abhinav Shah (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhinav Shah updated LOG4J2-293: Attachment: TestConfigurator.java ConfigurationFactory.java I fixed this issue.

[jira] [Commented] (LOG4J2-293) classloader URI scheme broken or insufficient when using Log4jContextListener

2013-08-30 Thread Abhinav Shah (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755217#comment-13755217 ] Abhinav Shah commented on LOG4J2-293: - prefix to pick the config. file from classpath

[jira] [Updated] (LOG4J2-357) log4jConfiguration via log4j.xml on classpath

2013-08-30 Thread Abhinav Shah (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhinav Shah updated LOG4J2-357: Attachment: TestConfigurator.java ConfigurationFactory.java I fixed this issue.

[jira] [Resolved] (LOG4J2-359) Log4jServletContextListener does not work on Weblogic 12.1.1 (12c) with web-app version 2.5

2013-08-30 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Williams resolved LOG4J2-359. -- Resolution: Duplicate Duplicate of LOG4J2-293. Log4jServletContextListener

[jira] [Issue Comment Deleted] (LOG4J2-359) Log4jServletContextListener does not work on Weblogic 12.1.1 (12c) with web-app version 2.5

2013-08-30 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Williams updated LOG4J2-359: - Comment: was deleted (was: Duplicate of LOG4J2-293.) Log4jServletContextListener does not

[jira] [Reopened] (LOG4J2-359) Log4jServletContextListener does not work on Weblogic 12.1.1 (12c) with web-app version 2.5

2013-08-30 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Williams reopened LOG4J2-359: -- Log4jServletContextListener does not work on Weblogic 12.1.1 (12c) with web-app version 2.5

[jira] [Comment Edited] (LOG4J2-359) Log4jServletContextListener does not work on Weblogic 12.1.1 (12c) with web-app version 2.5

2013-08-30 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755244#comment-13755244 ] Nick Williams edited comment on LOG4J2-359 at 8/30/13 11:16 PM:

[jira] [Resolved] (LOG4J2-357) log4jConfiguration via log4j.xml on classpath

2013-08-30 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Williams resolved LOG4J2-357. -- Resolution: Duplicate Duplicate of LOG4J2-293. log4jConfiguration via

[jira] [Commented] (LOG4J2-359) Log4jServletContextListener does not work on Weblogic 12.1.1 (12c) with web-app version 2.5

2013-08-30 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755244#comment-13755244 ] Nick Williams commented on LOG4J2-359: -- Shouldn't have closed this as duplicate.

[jira] [Commented] (LOG4J2-293) classloader URI scheme broken or insufficient when using Log4jContextListener

2013-08-30 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755251#comment-13755251 ] Nick Williams commented on LOG4J2-293: -- Thanks for looking into and, possibly (I

[jira] [Comment Edited] (LOG4J2-293) classloader URI scheme broken or insufficient when using Log4jContextListener

2013-08-30 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755251#comment-13755251 ] Nick Williams edited comment on LOG4J2-293 at 8/30/13 11:22 PM:

[jira] [Updated] (LOG4J2-293) classloader URI scheme broken or insufficient when using Log4jContextListener

2013-08-30 Thread Abhinav Shah (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhinav Shah updated LOG4J2-293: Attachment: LOG4J2-293.patch Attaching svn patch. classloader URI scheme broken

[jira] [Updated] (LOG4J2-359) Log4jServletContextListener does not work on Weblogic 12.1.1 (12c) with web-app version 2.5

2013-08-30 Thread Abhinav Shah (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhinav Shah updated LOG4J2-359: Attachment: LOG4J2-359.patch Attaching svn patch. Log4jServletContextListener

[jira] [Comment Edited] (LOG4J2-293) classloader URI scheme broken or insufficient when using Log4jContextListener

2013-08-30 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755280#comment-13755280 ] Nick Williams edited comment on LOG4J2-293 at 8/31/13 12:09 AM:

[jira] [Commented] (LOG4J2-359) Log4jServletContextListener does not work on Weblogic 12.1.1 (12c) with web-app version 2.5

2013-08-30 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755281#comment-13755281 ] Nick Williams commented on LOG4J2-359: -- Your IDE has reformatted the JavaDoc and Java

[jira] [Commented] (LOG4J2-293) classloader URI scheme broken or insufficient when using Log4jContextListener

2013-08-30 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755280#comment-13755280 ] Nick Williams commented on LOG4J2-293: -- Your IDE has reformatted the JavaDoc and Java

Re: betas

2013-08-30 Thread Nick Williams
I will that I do agree that this release shouldn't be GA. I also agree with Ralph that I believe the following release should target GA. However, I'll repeat what I said sometime last month that got shot down, because I believe in it. I don't think this release should be beta9. I believe it

Re: NoSQL appenders

2013-08-30 Thread Nick Williams
I have, but I'm not sure how to proceed. I'm ok-familiar with CouchDB and MongoDB, hence why I chose those two. But I am simply not familiar enough with NoSQL databases in general to even know what would be good candidates. I'm definitely open to suggestions. I do agree that I'd like to make

[jira] [Updated] (LOG4J2-293) classloader URI scheme broken or insufficient when using Log4jContextListener

2013-08-30 Thread Abhinav Shah (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhinav Shah updated LOG4J2-293: Attachment: (was: LOG4J2-293.patch) classloader URI scheme broken or insufficient when

[jira] [Updated] (LOG4J2-293) classloader URI scheme broken or insufficient when using Log4jContextListener

2013-08-30 Thread Abhinav Shah (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhinav Shah updated LOG4J2-293: Attachment: LOG4J2-293.patch Nick. I just removed all the code formatting. Attaching new patch.

[jira] [Updated] (LOG4J2-359) Log4jServletContextListener does not work on Weblogic 12.1.1 (12c) with web-app version 2.5

2013-08-30 Thread Abhinav Shah (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhinav Shah updated LOG4J2-359: Attachment: (was: LOG4J2-359.patch) Log4jServletContextListener does not work on Weblogic

[jira] [Updated] (LOG4J2-359) Log4jServletContextListener does not work on Weblogic 12.1.1 (12c) with web-app version 2.5

2013-08-30 Thread Abhinav Shah (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhinav Shah updated LOG4J2-359: Attachment: LOG4J2-359.patch Nick. I just removed all the code formatting. Attaching new patch.

Re: betas

2013-08-30 Thread Remko Popma
I'm fine with either rc1 and beta9 for the next release. I slightly prefer rc1: agree with Nick that rc1 may elicit more usage. On Saturday, August 31, 2013, Nick Williams wrote: I will that I do agree that this release shouldn't be GA. I also agree with Ralph that I believe the following

[jira] [Commented] (LOG4J2-359) Log4jServletContextListener does not work on Weblogic 12.1.1 (12c) with web-app version 2.5

2013-08-30 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755416#comment-13755416 ] Ralph Goers commented on LOG4J2-359: The problem with this patch is that nothing gets