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

2006-10-24 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12444521 ] Jukka Zitting commented on JCR-367: --- > I suggest reopening the issue. You're correct. Since this issue is already closed, I opened a new issue, JCR-602, to track t

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

2006-10-20 Thread Przemo Pakulski (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12443775 ] Przemo Pakulski commented on JCR-367: - Jackrabbit-core is still dependent on Xerces directly during runtime, SessionImpl.importWorkspace, Workspacempl.importWorks

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

2006-07-03 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418940 ] Jukka Zitting commented on JCR-367: --- Stefan: > reopening issue because of failing junit testcases: OK, looks pretty much like the missing namespace problem I encountered earli

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

2006-07-03 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418935 ] Stefan Guggisberg commented on JCR-367: --- tested with svn rev 418710 > Remove dependency on Xerces > --- > > Key: JCR-367 > URL: ht

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

2006-07-01 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418769 ] Jukka Zitting commented on JCR-367: --- > It is not safe to use code from a JDK, even when that code comes from Apache > originally. Please replace it with the code from Xerces tr

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

2006-06-30 Thread Roy T. Fielding (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418726 ] Roy T. Fielding commented on JCR-367: - It is not safe to use code from a JDK, even when that code comes from Apache originally. Please replace it with the code from Xerces t

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

2006-06-30 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418711 ] Jukka Zitting commented on JCR-367: --- Felix: > Added XMLChar class from JDK 1.4 to o.a.j.util and adapted references. How about using the version from Xerces trunk (see http://

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

2006-06-30 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418630 ] Stefan Guggisberg commented on JCR-367: --- Comment by Jukka Zitting [30/Jun/06 10:40 AM] > In short I share Stefan's concerns, but end up with the opposite conclusion > on

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

2006-06-30 Thread Marcel Reutegger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418621 ] Marcel Reutegger commented on JCR-367: -- I agree with Jukka, the sooner we have this patch applied the better. Even though we might find out there are issues we cannot resolv

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

2006-06-29 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418439 ] Jukka Zitting commented on JCR-367: --- Looks good to me. The best way to get it tested in a wide number of different environments is to include the change in trunk. We can alway

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

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

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

2006-06-27 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418041 ] Jukka Zitting commented on JCR-367: --- > Use JAXP Transformer (yes it is part of the Java Runtime siince 1.4) for > export We should be careful with especially namespaces being