You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2007/05/22 14:54:16 UTC

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

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

Bertrand Delacretaz updated JCR-634:
------------------------------------

    Attachment: jcrlog-pom.patch

here's a pom.xml for the jcrlog module

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