You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org> on 2005/06/01 18:10:08 UTC

[jira] Created: (BEEHIVE-777) switch web service control onto commons-logging

switch web service control onto commons-logging
-----------------------------------------------

         Key: BEEHIVE-777
         URL: http://issues.apache.org/jira/browse/BEEHIVE-777
     Project: Beehive
        Type: Improvement
  Components: Controls  
    Versions: V1, V1Alpha, TBD, V1Beta    
    Reporter: Eddie O'Neil
     Fix For: TBD


Currently, the web service control uses org.apache.log4j directly for logging.  In order to allow for plugging in different loggers, the service control should use commons-logging.

For an example, take a look at NetUI's log infrastructure here:

http://svn.apache.org/viewcvs.cgi/incubator/beehive/trunk/netui/src/util/org/apache/beehive/netui/util/logging/Logger.java?view=markup

This exposes an org.apache.commons.logging.Log implementation that is used by the rest of NetUI.  

-- 
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] Resolved: (BEEHIVE-777) switch web service control onto commons-logging

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-777?page=all ]
     
Eddie O'Neil resolved BEEHIVE-777:
----------------------------------

    Resolution: Fixed

This is fixed in SVN 225637.

> switch web service control onto commons-logging
> -----------------------------------------------
>
>          Key: BEEHIVE-777
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-777
>      Project: Beehive
>         Type: Improvement
>   Components: System Controls
>     Versions: v1m1, V1Alpha, V1Beta, TBD
>     Reporter: Eddie O'Neil
>     Assignee: Eddie O'Neil
>      Fix For: V1

>
> Currently, the web service control uses org.apache.log4j directly for logging.  In order to allow for plugging in different loggers, the service control should use commons-logging.
> For an example, take a look at NetUI's log infrastructure here:
> http://svn.apache.org/viewcvs.cgi/incubator/beehive/trunk/netui/src/util/org/apache/beehive/netui/util/logging/Logger.java?view=markup
> This exposes an org.apache.commons.logging.Log implementation that is used by the rest of NetUI.  

-- 
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] Updated: (BEEHIVE-777) switch web service control onto commons-logging

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-777?page=all ]

Eddie O'Neil updated BEEHIVE-777:
---------------------------------

    Fix Version: V1
                     (was: TBD)
    Description: 
Currently, the web service control uses org.apache.log4j directly for logging.  In order to allow for plugging in different loggers, the service control should use commons-logging.

For an example, take a look at NetUI's log infrastructure here:

http://svn.apache.org/viewcvs.cgi/incubator/beehive/trunk/netui/src/util/org/apache/beehive/netui/util/logging/Logger.java?view=markup

This exposes an org.apache.commons.logging.Log implementation that is used by the rest of NetUI.  

  was:
Currently, the web service control uses org.apache.log4j directly for logging.  In order to allow for plugging in different loggers, the service control should use commons-logging.

For an example, take a look at NetUI's log infrastructure here:

http://svn.apache.org/viewcvs.cgi/incubator/beehive/trunk/netui/src/util/org/apache/beehive/netui/util/logging/Logger.java?view=markup

This exposes an org.apache.commons.logging.Log implementation that is used by the rest of NetUI.  

    Environment: 
      Assign To: Eddie O'Neil

Bringing this up to fix in V1.  If anyone wants to take care of this one, feel free to take it off my list.

> switch web service control onto commons-logging
> -----------------------------------------------
>
>          Key: BEEHIVE-777
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-777
>      Project: Beehive
>         Type: Improvement
>   Components: System Controls
>     Versions: v1m1, V1Alpha, V1Beta, TBD
>     Reporter: Eddie O'Neil
>     Assignee: Eddie O'Neil
>      Fix For: V1

>
> Currently, the web service control uses org.apache.log4j directly for logging.  In order to allow for plugging in different loggers, the service control should use commons-logging.
> For an example, take a look at NetUI's log infrastructure here:
> http://svn.apache.org/viewcvs.cgi/incubator/beehive/trunk/netui/src/util/org/apache/beehive/netui/util/logging/Logger.java?view=markup
> This exposes an org.apache.commons.logging.Log implementation that is used by the rest of NetUI.  

-- 
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: (BEEHIVE-777) switch web service control onto commons-logging

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-777?page=all ]
     
Eddie O'Neil closed BEEHIVE-777:
--------------------------------


I committed these changes a while ago.  Closing.

> switch web service control onto commons-logging
> -----------------------------------------------
>
>          Key: BEEHIVE-777
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-777
>      Project: Beehive
>         Type: Improvement
>   Components: System Controls
>     Versions: v1m1, V1Alpha, V1Beta, TBD
>     Reporter: Eddie O'Neil
>     Assignee: Eddie O'Neil
>      Fix For: V1

>
> Currently, the web service control uses org.apache.log4j directly for logging.  In order to allow for plugging in different loggers, the service control should use commons-logging.
> For an example, take a look at NetUI's log infrastructure here:
> http://svn.apache.org/viewcvs.cgi/incubator/beehive/trunk/netui/src/util/org/apache/beehive/netui/util/logging/Logger.java?view=markup
> This exposes an org.apache.commons.logging.Log implementation that is used by the rest of NetUI.  

-- 
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] Updated: (BEEHIVE-777) switch web service control onto commons-logging

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-777?page=all ]

Eddie O'Neil updated BEEHIVE-777:
---------------------------------

    Component: System Controls
                   (was: Controls)

> switch web service control onto commons-logging
> -----------------------------------------------
>
>          Key: BEEHIVE-777
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-777
>      Project: Beehive
>         Type: Improvement
>   Components: System Controls
>     Versions: V1Alpha, TBD, V1Beta, v1m1
>     Reporter: Eddie O'Neil
>      Fix For: TBD

>
> Currently, the web service control uses org.apache.log4j directly for logging.  In order to allow for plugging in different loggers, the service control should use commons-logging.
> For an example, take a look at NetUI's log infrastructure here:
> http://svn.apache.org/viewcvs.cgi/incubator/beehive/trunk/netui/src/util/org/apache/beehive/netui/util/logging/Logger.java?view=markup
> This exposes an org.apache.commons.logging.Log implementation that is used by the rest of NetUI.  

-- 
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