[jira] Commented: (JCR-1520) DatabaseFileSistem's logger references the wrong class

2008-04-07 Thread Jukka Zitting (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586522#action_12586522
 ] 

Jukka Zitting commented on JCR-1520:


root@ still hasn't processed the account request for Esteban, so he still 
doesn't have commit access. But the account should be ready soon, and this 
would be a good first commit. :-)

> DatabaseFileSistem's logger references the wrong class
> --
>
> Key: JCR-1520
> URL: https://issues.apache.org/jira/browse/JCR-1520
> Project: Jackrabbit
>  Issue Type: Improvement
>  Components: jackrabbit-core
>Affects Versions: 1.4, 1.5
>Reporter: Esteban Franqueiro
> Attachments: JCR-1520.patch
>
>
> In DatabaseFileSystem, the logger is constructed as
> private static Logger log = LoggerFactory.getLogger(DbFileSystem.class);
> It should be constructed as:
> private static Logger log = LoggerFactory.getLogger(DatabaseFileSystem.class);

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



[jira] Commented: (JCR-1520) DatabaseFileSistem's logger references the wrong class

2008-04-07 Thread Esteban Franqueiro (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586398#action_12586398
 ] 

Esteban Franqueiro commented on JCR-1520:
-

I thought you meant that in your email comment, but since I didn't have 
confirmation that everything was already set up, I posted the patch anyway. I 
will set everything up and fix it asap.
Thanks!

> DatabaseFileSistem's logger references the wrong class
> --
>
> Key: JCR-1520
> URL: https://issues.apache.org/jira/browse/JCR-1520
> Project: Jackrabbit
>  Issue Type: Improvement
>  Components: jackrabbit-core
>Affects Versions: 1.4, 1.5
>Reporter: Esteban Franqueiro
> Attachments: JCR-1520.patch
>
>
> In DatabaseFileSystem, the logger is constructed as
> private static Logger log = LoggerFactory.getLogger(DbFileSystem.class);
> It should be constructed as:
> private static Logger log = LoggerFactory.getLogger(DatabaseFileSystem.class);

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



[jira] Commented: (JCR-1520) DatabaseFileSistem's logger references the wrong class

2008-04-07 Thread Stefan Guggisberg (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586315#action_12586315
 ] 

Stefan Guggisberg commented on JCR-1520:


esteban, now that you're a committer, could you please go ahead and fix the 
issue? ;)

there's no need to send patches if the issue/fix is trivial.

thanks!
stefan

> DatabaseFileSistem's logger references the wrong class
> --
>
> Key: JCR-1520
> URL: https://issues.apache.org/jira/browse/JCR-1520
> Project: Jackrabbit
>  Issue Type: Improvement
>  Components: jackrabbit-core
>Affects Versions: 1.4, 1.5
>Reporter: Esteban Franqueiro
> Attachments: JCR-1520.patch
>
>
> In DatabaseFileSystem, the logger is constructed as
> private static Logger log = LoggerFactory.getLogger(DbFileSystem.class);
> It should be constructed as:
> private static Logger log = LoggerFactory.getLogger(DatabaseFileSystem.class);

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