You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dennis Lundberg (JIRA)" <ji...@apache.org> on 2009/12/29 17:44:29 UTC

[jira] Updated: (LOGGING-48) Checking for JDK 1.4

     [ https://issues.apache.org/jira/browse/LOGGING-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated LOGGING-48:
-----------------------------------

    Fix Version/s: 1.0.3

> Checking for JDK 1.4
> --------------------
>
>                 Key: LOGGING-48
>                 URL: https://issues.apache.org/jira/browse/LOGGING-48
>             Project: Commons Logging
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: Operating System: All
> Platform: All
>            Reporter: Andreas Wendt
>             Fix For: 1.0.3
>
>
> In LogFactoryImpl it is checked for a JDK 1.4 being avaible by trying to load 
> class java.util.logging.Logger. When using <a 
> href="http://javalogging.sourceforge.net/">lumberjack</a> under JDK 1.3 it is 
> therefore assumed that JDK 1.4 is available which is surely not the case. You 
> will receive a java.lang.NoSuchMethodError when tying to call 
> Throwable.getStackTrace() in class Jdk14Logger.
> I would suggest to use another new class in JDK 1.4 to check for its existence.

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