You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Gianny Damour (JIRA)" <de...@geronimo.apache.org> on 2005/10/15 08:34:44 UTC

[jira] Created: (GERONIMO-1074) GeronimoLogFactory should be installed via the service provider mechanism

GeronimoLogFactory should be installed via the service provider mechanism
-------------------------------------------------------------------------

         Key: GERONIMO-1074
         URL: http://issues.apache.org/jira/browse/GERONIMO-1074
     Project: Geronimo
        Type: Improvement
  Components: kernel  
    Versions: 1.0-M5, 1.0-M4, 1.0-M3, 1.0-M2, 1.0-M1    
    Reporter: Gianny Damour
 Assigned to: Gianny Damour 
     Fix For: 1.0


GeronimoLogFactory is currently installed via the system property mechanism.

This implies that all J2EE modules using commons-logging inherit the same LogFactory implementation. This is an issue for Web modules packaging commons-logging along with them and reversing the class loading delegation model.

GeronimoLogFactory should be installed via the service provider mechanism.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1074) GeronimoLogFactory should be installed via the service provider mechanism

Posted by "Gianny Damour (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1074?page=all ]
     
Gianny Damour closed GERONIMO-1074:
-----------------------------------

    Resolution: Fixed

Sending        modules\jetty\src\java\org\apache\geronimo\jetty\JettyClassLoader.java
Adding         modules\kernel\maven.xml
Adding         modules\kernel\src\META-INF
Adding         modules\kernel\src\META-INF\services
Adding         modules\kernel\src\META-INF\services\org.apache.commons.logging.LogFactory
Sending        modules\kernel\src\java\org\apache\geronimo\kernel\log\GeronimoLogging.java
Sending        modules\tomcat\src\java\org\apache\geronimo\tomcat\TomcatClassLoader.java
Transmitting file data .....
Committed revision 321305.

> GeronimoLogFactory should be installed via the service provider mechanism
> -------------------------------------------------------------------------
>
>          Key: GERONIMO-1074
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1074
>      Project: Geronimo
>         Type: Improvement
>   Components: kernel
>     Versions: 1.0-M5, 1.0-M4, 1.0-M3, 1.0-M2, 1.0-M1
>     Reporter: Gianny Damour
>     Assignee: Gianny Damour
>      Fix For: 1.0

>
> GeronimoLogFactory is currently installed via the system property mechanism.
> This implies that all J2EE modules using commons-logging inherit the same LogFactory implementation. This is an issue for Web modules packaging commons-logging along with them and reversing the class loading delegation model.
> GeronimoLogFactory should be installed via the service provider mechanism.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira