You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/05/24 13:39:17 UTC

[jira] Commented: (JCR-634) Log / trace wrapper for the JCR API

    [ https://issues.apache.org/jira/browse/JCR-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498599 ] 

Jukka Zitting commented on JCR-634:
-----------------------------------

> here's a pom.xml for the jcrlog module

Thanks! Applied (with the standard license header) in revision 514273.

> Log / trace wrapper for the JCR API
> -----------------------------------
>
>                 Key: JCR-634
>                 URL: https://issues.apache.org/jira/browse/JCR-634
>             Project: Jackrabbit
>          Issue Type: New Feature
>            Reporter: Thomas Mueller
>         Assigned To: Jukka Zitting
>         Attachments: jcrlog-pom.patch, jcrlog.zip
>
>
> I have implemented the log / trace mechanism for the JCR API. A short summary:
> - A wrapper for a Repository. All other objects that where created directly or indirectly (Session, Node and so on) are wrapped as well. 
> - The wrappers log all JCR method calls to a file and call the underlying methods. 
> - Return values and calling method / line number can be logged as well (optional). 
> - The log file itself is mainly Java source code and can be compiled and run.
> - Included is a player to re-play log files (for example, if the log file is too big to be compiled).

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