Re: [RT] Adding event interface to jackrabbit api

2008-07-15 Thread Carsten Ziegeler
Jukka Zitting wrote: Hi, On Tue, Jul 15, 2008 at 10:16 AM, Carsten Ziegeler [EMAIL PROTECTED] wrote: No, I agree with you and Marcel and think that the interface is the nicer way of handling this. The only drawback would be that the implementation is not able to check whether the feature is

[jira] Updated: (JCR-1672) Adding Event interface and isLocal()

2008-07-15 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated JCR-1672: -- Attachment: localeventlistener.patch This adds the local event listener interface to jackrabbit

[jira] Commented: (JCR-1677) Allow workspace creation over cluster

2008-07-15 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12613597#action_12613597 ] Alexander Klimetschek commented on JCR-1677: The patch looks good to me. Shall we

[jira] Updated: (JCR-1678) NullPointerException in constructor of JcrDavException

2008-07-15 Thread Thomas Weber (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weber updated JCR-1678: -- Attachment: patch here is a patch that I have applied NullPointerException in constructor of

[jira] Commented: (JCR-1677) Allow workspace creation over cluster

2008-07-15 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12613606#action_12613606 ] Matej Knopp commented on JCR-1677: -- The patch includes changes to checkstyle.xml, sorry

[jira] Updated: (JCR-1677) Allow workspace creation over cluster

2008-07-15 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp updated JCR-1677: - Attachment: patch-1677-2.txt Removed checkstyle.xml from patch Allow workspace creation over cluster

[jira] Commented: (JCR-325) docview roundtripping does not work with multivalue non-string properties

2008-07-15 Thread gennadibereshnoi (JIRA)
[ https://issues.apache.org/jira/browse/JCR-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12613674#action_12613674 ] gennadibereshnoi commented on JCR-325: -- I am faced with similar issue... with CND

AW: AW: Need Help !

2008-07-15 Thread KÖLL Claus
hi marcel, thanks for your info ... the inconsistency workspace uses a bundle DB persistence manager i will try it is such a consistency check with a BundleFSPeristenceManager also possible to implement ? BR, claus -Ursprüngliche Nachricht- Von: Marcel Reutegger [mailto:[EMAIL

[jira] Commented: (JCR-325) docview roundtripping does not work with multivalue non-string properties

2008-07-15 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/JCR-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12613783#action_12613783 ] Alexander Klimetschek commented on JCR-325: --- As this is compliant with the spec and

Connection pooling

2008-07-15 Thread Matej Knopp
Hi, we've encountered a serious problem with jackrabbit - keeping a database connection for each active workspace. A jira entry already exists [1] and it's targetted for 1.5, but so far there hasn't seem to be much activity. I'm willing to provide a patch that might be of some help to you, but

Re: Connection pooling

2008-07-15 Thread Matej Knopp
Alternatively there might be also a way to register data source per workspace, so the instance would be workspace specific. Though I personally don't see much value in this. Actually, this might be required for Derby and possibly other managers that require different connection URL per