[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

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

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

[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

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

[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

[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

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