Node locked LockException

2006-06-28 Thread David Kennedy
I believe there is a bug in the LockManagerImpl class with regard to LockToken management. The problem is that the LockInfo listener of the Session is lost. I believe the LockManagerImpl::lockTokenAdded method sets the lockHolder to the session, but doesn't add the LockInfo as a listener of t

[jira] Kommentiert: (JCR-367) Remove dependency on Xerces

2006-06-28 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418266 ] Felix Meschberger commented on JCR-367: --- > well then consider the XMLChar case above... Hmm, XMLChar is not part of the J2SE API AFAIK .. But: JAXP is in the javax.xml pac

[jira] Commented: (JCR-367) Remove dependency on Xerces

2006-06-28 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418264 ] Stefan Guggisberg commented on JCR-367: --- Comment by Felix Meschberger [28/Jun/06 03:23 PM] > Hmm, no, but as the new code relies on JAXP, which is part of the J2SE API >

[jira] Kommentiert: (JCR-367) Remove dependency on Xerces

2006-06-28 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418261 ] Felix Meschberger commented on JCR-367: --- > did you test with jre 1.4. and jre 1.5? Hmm, no, but as the new code relies on JAXP, which is part of the J2SE API since 1.4. I

version storage question

2006-06-28 Thread Giota Karadimitriou
I would like to ask a general question regarding how version storage is organized in jackrabbit. >From what I see for each version node in jackrabbit moving up from parent to parent there is: a) A parent version history node b) parent of a is a version storage node c) parent o

[jira] Commented: (JCR-367) Remove dependency on Xerces

2006-06-28 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418260 ] Stefan Guggisberg commented on JCR-367: --- Comment by Felix Meschberger [28/Jun/06 02:38 PM] > I quickly tested a patch which I attach whether it works - and it seems it > w

[jira] Aktualisiert: (JCR-367) Remove dependency on Xerces

2006-06-28 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=all ] Felix Meschberger updated JCR-367: -- Attachment: No_Xerces_Patch.fm.20060627.patch A patch which adds the XMLChar class to the util package and replaces the serializer with using JAXP Transform.

[jira] Kommentiert: (JCR-367) Remove dependency on Xerces

2006-06-28 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418254 ] Felix Meschberger commented on JCR-367: --- > We should be careful with especially namespaces being correctly transmitted > through the Transformer interface. There are a few

Re: [jira] Commented: (JCR-367) Remove dependency on Xerces

2006-06-28 Thread Felix Meschberger
Hi Jukka, Alright then, so I will then test, my patch and submit it to JIRA on success. Regards Felix On 6/28/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 6/28/06, Felix Meschberger <[EMAIL PROTECTED]> wrote: > > > Use JAXP Transformer (yes it is part of the Java Runtime siince 1.4) fo

Re: [jira] Commented: (JCR-367) Remove dependency on Xerces

2006-06-28 Thread Jukka Zitting
Hi, On 6/28/06, Felix Meschberger <[EMAIL PROTECTED]> wrote: > > Use JAXP Transformer (yes it is part of the Java Runtime siince 1.4) for export > > We should be careful with especially namespaces being correctly transmitted > through the Transformer interface. There are a few bug reports about

Re: [jira] Commented: (JCR-367) Remove dependency on Xerces

2006-06-28 Thread Felix Meschberger
Hi Jukka, Thanks for the comments. I am taking this to the list to not fill JIRA and will post a summary to JIRA in the end. > Use JAXP Transformer (yes it is part of the Java Runtime siince 1.4) for export We should be careful with especially namespaces being correctly transmitted through th