You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/23 06:23:10 UTC

[jira] Updated: (MAVEN-678) Log4JCategoryLog does not implement Log

The following issue has been updated:

    Updater: dion gillard (mailto:dion@apache.org)
       Date: Mon, 22 Sep 2003 11:21 PM
    Comment:
Class loader isolation will be in 1.1
    Changes:
             Fix Version changed to 1.1
             Fix Version changed from 1.0-final
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-678&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-678


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-678
    Summary: Log4JCategoryLog does not implement Log
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-other
   Fix Fors:
             1.1
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Tim McCune

    Created: Wed, 13 Aug 2003 9:43 AM
    Updated: Mon, 22 Sep 2003 11:21 PM
Environment: Red Hat 9, JDK 1.4.1

Description:
I am trying out my first maven build.  It's a very simple maven.xml file
using xdoclet.  Here's the file:

<project>
        <pregoal name="java:compile">
                <attainGoal name="xdoclet:ejbdoclet"/>
        </pregoal>
</project>

When I run "maven jar", I get the following exception:

File...... file:/home/tmccune/.maven/plugins/maven-xdoclet-plugin-1.2b2/
Element... deploymentdescriptor
Line...... 5419
Column.... 39
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JCategoryLog does not implement Log

It looks like there is a class-loading bug somewhere and maven is trying
to use 2 different class loaders for Log and Log4JCategoryLog.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org