[jira] Erstellt: (JCR-396) RMI published Repository using the jcr-rmi library gets lots over time

2006-04-12 Thread Felix Meschberger (JIRA)
RMI published Repository using the jcr-rmi library gets lots over time -- Key: JCR-396 URL: http://issues.apache.org/jira/browse/JCR-396 Project: Jackrabbit Type: Bug Components: rmi

[jira] Aktualisiert: (JCR-396) RMI published Repository using the jcr-rmi library gets lost over time

2006-04-12 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-396?page=all ] Felix Meschberger updated JCR-396: -- Summary: RMI published Repository using the jcr-rmi library gets lost over time (was: RMI published Repository using the jcr-rmi library gets lots over

[jira] Erledigt: (JCR-396) RMI published Repository using the jcr-rmi library gets lost over time

2006-04-12 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-396?page=all ] Felix Meschberger resolved JCR-396: --- Resolution: Fixed Fixed applying the patch in Rev. 393456 RMI published Repository using the jcr-rmi library gets lost over time

[jira] Kommentiert: (JCR-410) JCR-Server Code depends on Log4J directly

2006-04-24 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-410?page=comments#action_12376021 ] Felix Meschberger commented on JCR-410: --- Shouldn't this actually be slf4j instead of commons-logging as the rest of JCR has gone that way ? JCR-Server Code depends on

[jira] Erstellt: (JCR-429) Session scoped lock not always removed on Session.logout()

2006-05-09 Thread Felix Meschberger (JIRA)
Session scoped lock not always removed on Session.logout() -- Key: JCR-429 URL: http://issues.apache.org/jira/browse/JCR-429 Project: Jackrabbit Type: Bug Components: locks Versions: 1.0, 1.0.1, 1.1

[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

[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

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

2006-06-29 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=all ] Felix Meschberger reassigned JCR-367: - Assign To: Felix Meschberger Remove dependency on Xerces --- Key: JCR-367 URL:

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

2006-06-30 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418687 ] Felix Meschberger commented on JCR-367: --- Added XMLChar class from JDK 1.4 to o.a.j.util and adapted references. Fixed in Rev. 418356 Remove dependency on Xerces

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

2006-06-30 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418693 ] Felix Meschberger commented on JCR-367: --- Replaced use of Xerces Serializer with JAXP Transform. Fixed in Rev. 418357 Note: After applying this test, two JUnits fail: *

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

2006-06-30 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-367?page=all ] Felix Meschberger resolved JCR-367: --- Resolution: Fixed Considering this issue fixed for the moment. Remove dependency on Xerces --- Key: JCR-367

[jira] Created: (JCR-520) Contributed ClassLoader project still uses commons-logging for logging.

2006-07-28 Thread Felix Meschberger (JIRA)
Contributed ClassLoader project still uses commons-logging for logging. --- Key: JCR-520 URL: http://issues.apache.org/jira/browse/JCR-520 Project: Jackrabbit Issue Type:

[jira] Commented: (JCR-520) Contributed ClassLoader project still uses commons-logging for logging.

2006-07-28 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-520?page=comments#action_12424156 ] Felix Meschberger commented on JCR-520: --- Fixed in Rev. 426653. Contributed ClassLoader project still uses commons-logging for logging.

[jira] Updated: (JCR-520) Contributed ClassLoader project still uses commons-logging for logging.

2006-07-28 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-520?page=all ] Felix Meschberger updated JCR-520: -- Comment: was deleted Contributed ClassLoader project still uses commons-logging for logging.

[jira] Closed: (JCR-520) Contributed ClassLoader project still uses commons-logging for logging.

2006-07-28 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-520?page=all ] Felix Meschberger closed JCR-520. - Closing Contributed ClassLoader project still uses commons-logging for logging. ---

[jira] Created: (JCR-561) Add support to provide custom classloader for class instantiation from configuration

2006-09-04 Thread Felix Meschberger (JIRA)
Add support to provide custom classloader for class instantiation from configuration Key: JCR-561 URL: http://issues.apache.org/jira/browse/JCR-561 Project:

[jira] Commented: (JCR-561) Add support to provide custom classloader for class instantiation from configuration

2006-09-04 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-561?page=comments#action_12432487 ] Felix Meschberger commented on JCR-561: --- Added said extension in Rev. 440026. Use of this functionality is very crude as the default class loader has to be

[jira] Closed: (JCR-561) Add support to provide custom classloader for class instantiation from configuration

2006-09-06 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-561?page=all ] Felix Meschberger closed JCR-561. - I think this can be closed now. Add support to provide custom classloader for class instantiation from configuration

[jira] Assigned: (JCR-585) Create jackrabbit-api(.jar) and the respective jackrabbit-rmi extensions

2006-10-14 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-585?page=all ] Felix Meschberger reassigned JCR-585: - Assignee: Felix Meschberger Create jackrabbit-api(.jar) and the respective jackrabbit-rmi extensions

[jira] Commented: (JCR-585) Create jackrabbit-api(.jar) and the respective jackrabbit-rmi extensions

2006-10-14 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-585?page=comments#action_12442300 ] Felix Meschberger commented on JCR-585: --- Committed api module analogous to the common module (version is 1.1-SNAPSHOT) at Rev. 463952. Create

[jira] Closed: (JCR-866) ResidualProperties Converter uses wrong AtomicType Converter on update

2007-05-14 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-866. - Thanks for applying the patch. Looks god. ResidualProperties Converter uses wrong AtomicType

[jira] Commented: (JCR-954) Allow to disable referential integrity checking for workspace

2007-05-31 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500341 ] Felix Meschberger commented on JCR-954: --- -1 for this change. I second the opinion by Stefan, that this would be

[jira] Created: (JCR-970) ClassDescriptor.getDescendantClassDescriptor may throw a NullPointerException

2007-06-11 Thread Felix Meschberger (JIRA)
ClassDescriptor.getDescendantClassDescriptor may throw a NullPointerException - Key: JCR-970 URL: https://issues.apache.org/jira/browse/JCR-970 Project: Jackrabbit

[jira] Commented: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-08-04 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517698 ] Felix Meschberger commented on JCR-989: --- +1 I like the addition to jackrabbit-api. Any other solution would

[jira] Commented: (JCR-701) Upgrade to Xerces 2.8.1

2007-08-22 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521725 ] Felix Meschberger commented on JCR-701: --- The Xerces dependency might still be needed for JCR-19 JCR-19 has been

[jira] Created: (JCR-1106) Add simple query method to ObjectContentManager

2007-09-03 Thread Felix Meschberger (JIRA)
Add simple query method to ObjectContentManager --- Key: JCR-1106 URL: https://issues.apache.org/jira/browse/JCR-1106 Project: Jackrabbit Issue Type: New Feature Components: jcr-mapping

[jira] Updated: (JCR-1106) Add simple query method to ObjectContentManager

2007-09-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated JCR-1106: --- Attachment: JCR-1106.diff Patch implementing the extension Add simple query method to

[jira] Created: (JCR-1107) ObjectIterator may return null, which is not readily expected from an Iterator

2007-09-03 Thread Felix Meschberger (JIRA)
ObjectIterator may return null, which is not readily expected from an Iterator -- Key: JCR-1107 URL: https://issues.apache.org/jira/browse/JCR-1107 Project: Jackrabbit

[jira] Updated: (JCR-1107) ObjectIterator may return null, which is not readily expected from an Iterator

2007-09-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated JCR-1107: --- Attachment: JCR-1107.diff Proposed change to ObjectIterator. The consequence of the

[jira] Assigned: (JCR-1106) Add simple query method to ObjectContentManager

2007-09-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned JCR-1106: -- Assignee: Felix Meschberger Add simple query method to ObjectContentManager

[jira] Closed: (JCR-1107) ObjectIterator may return null, which is not readily expected from an Iterator

2007-09-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1107. -- Resolution: Fixed Fixed in Rev. 572347 with adaptions of users pending. ObjectIterator may

[jira] Closed: (JCR-1106) Add simple query method to ObjectContentManager

2007-09-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1106. -- Resolution: Fixed Fixed in Rev. 572348 including adapting the ObjectIterator constructor change.

[jira] Commented: (JCR-1113) Refactor the Mapper DescriptotReader classes

2007-09-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525006 ] Felix Meschberger commented on JCR-1113: +1 This would probably also benefit Sling, as I have my own

[jira] Commented: (JCR-1115) Remove dependency on Jackrabbit-core

2007-09-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525037 ] Felix Meschberger commented on JCR-1115: +1 Thanks :-) Remove dependency on Jackrabbit-core

[jira] Created: (JCR-1119) SimpleFieldsHelper emits a lot warnings

2007-09-12 Thread Felix Meschberger (JIRA)
SimpleFieldsHelper emits a lot warnings --- Key: JCR-1119 URL: https://issues.apache.org/jira/browse/JCR-1119 Project: Jackrabbit Issue Type: Improvement Components: jcr-mapping

[jira] Updated: (JCR-1119) SimpleFieldsHelper emits a lot warnings

2007-09-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated JCR-1119: --- Description: The SimpleFieldsHelper.retrieveSimpleField method is used to load JCR properties

[jira] Commented: (JCR-1119) SimpleFieldsHelper emits a lot warnings

2007-09-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526726 ] Felix Meschberger commented on JCR-1119: Right now, I don't see a use case Thinking about it, I am even at

[jira] Closed: (JCR-1119) SimpleFieldsHelper emits a lot warnings

2007-09-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1119. -- Resolution: Fixed Assuming that this fix is ok and all test cases pass, I close this issue

[jira] Resolved: (JCR-1143) NullPointerException in ClassDescriptor

2007-09-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved JCR-1143. Resolution: Fixed Fix Version/s: 1.4 Fixed, please close, if this fixes your issue.

[jira] Created: (JCR-1145) ObjectConverterImpl.getObject(Session, Class, String) may not resolve mapping correctly for incompletely described mappings

2007-09-26 Thread Felix Meschberger (JIRA)
ObjectConverterImpl.getObject(Session, Class, String) may not resolve mapping correctly for incompletely described mappings --- Key: JCR-1145

[jira] Assigned: (JCR-1145) ObjectConverterImpl.getObject(Session, Class, String) may not resolve mapping correctly for incompletely described mappings

2007-09-26 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned JCR-1145: -- Assignee: Felix Meschberger ObjectConverterImpl.getObject(Session, Class, String) may

[jira] Resolved: (JCR-1144) Investigate ways to compile the refactored jcr-mapping for Java 1.4

2007-09-27 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved JCR-1144. Resolution: Fixed Added a build profile jdk1.4 which compiles into Java 1.4 class files

[jira] Closed: (JCR-1145) ObjectConverterImpl.getObject(Session, Class, String) may not resolve mapping correctly for incompletely described mappings

2007-09-27 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1145. -- Resolution: Fixed Enhanced the ObjectConverterImpl.getObject(Class, String) method as follows:

[jira] Closed: (JCR-970) ClassDescriptor.getDescendantClassDescriptor may throw a NullPointerException

2007-10-14 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-970. - Resolution: Duplicate Fix Version/s: 1.4 Assignee: Felix Meschberger This is

[jira] Commented: (JCR-1187) Asking a property twice for it's stream returns the same stream instance

2007-10-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537527 ] Felix Meschberger commented on JCR-1187: You are right, but there is a very small point to this: To get a new

[jira] Commented: (JCR-1206) UUID generation: SecureRandom should be used by default

2007-11-13 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542202 ] Felix Meschberger commented on JCR-1206: Why not use UUID.randomUUID() directly? The problem is that

[jira] Commented: (JCR-1218) RepositoryUtil moved outside of main source tree

2007-11-20 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543861 ] Felix Meschberger commented on JCR-1218: RepositoryUtil IMHO has two issues with regards to JCR OCM: (1) It

[jira] Commented: (JCR-1233) Create org.apache.jackrabbit.core.id

2007-11-26 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545361 ] Felix Meschberger commented on JCR-1233: +1 But don't forget the NodeReferencesId. Create

[jira] Created: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by XPP3 based implementation

2007-12-07 Thread Felix Meschberger (JIRA)
Replace Xerces/JAXP based (un)marshalling by XPP3 based implementation -- Key: JCR-1261 URL: https://issues.apache.org/jira/browse/JCR-1261 Project: Jackrabbit Issue Type:

[jira] Updated: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by XPP3 based implementation

2007-12-07 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated JCR-1261: --- Attachment: JCR-1261.patch Patch implementing the required changes: * Add three new

[jira] Created: (JCR-1262) AbstractWebdavServlet and SimpleWebdavServlet changes

2007-12-07 Thread Felix Meschberger (JIRA)
AbstractWebdavServlet and SimpleWebdavServlet changes - Key: JCR-1262 URL: https://issues.apache.org/jira/browse/JCR-1262 Project: Jackrabbit Issue Type: Improvement Components:

[jira] Created: (JCR-1263) Move SimpleWebdavServlet to jcr-server and make it abstract

2007-12-09 Thread Felix Meschberger (JIRA)
Move SimpleWebdavServlet to jcr-server and make it abstract --- Key: JCR-1263 URL: https://issues.apache.org/jira/browse/JCR-1263 Project: Jackrabbit Issue Type: Improvement

[jira] Updated: (JCR-1262) Deprecated AbstractWebdavServlet should be empty and extend new AbstractWebdavServlet

2007-12-09 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated JCR-1262: --- Description: The AbstractWebdavServlet has been copied from the jcr-server to the webdav

[jira] Commented: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by XPP3 based implementation

2007-12-09 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549850 ] Felix Meschberger commented on JCR-1261: i run into problems with an older version Issue JCR-984 refers to

[jira] Updated: (JCR-1262) Deprecated AbstractWebdavServlet should be empty and extend new AbstractWebdavServlet

2007-12-09 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated JCR-1262: --- Attachment: JCR-1262.patch Patch implementing proposed change to the AbstractWebdavServlet:

[jira] Updated: (JCR-1263) Move SimpleWebdavServlet to jcr-server and make it abstract

2007-12-09 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated JCR-1263: --- Attachment: JCR-1263.patch Patch to the jackrabbit-jcr-server and jackrabbit-webapp project

[jira] Created: (JCR-1264) IfHeader: Incorrect test for parsing keyword not in parseIfList

2007-12-09 Thread Felix Meschberger (JIRA)
IfHeader: Incorrect test for parsing keyword not in parseIfList - Key: JCR-1264 URL: https://issues.apache.org/jira/browse/JCR-1264 Project: Jackrabbit Issue Type: Bug

[jira] Closed: (JCR-1264) IfHeader: Incorrect test for parsing keyword not in parseIfList

2007-12-09 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1264. -- Resolution: Fixed Fixed in Rev. 602794 as explained in the report. IfHeader: Incorrect test

[jira] Commented: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by XPP3 based implementation

2007-12-10 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549976 ] Felix Meschberger commented on JCR-1261: I just ran the litmus tests showing that all but one tests succeeded

[jira] Commented: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by XPP3 based implementation

2007-12-10 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550087 ] Felix Meschberger commented on JCR-1261: An update to the KXml issue regarding high Unicode values: I created

[jira] Commented: (JCR-1263) Move SimpleWebdavServlet to jcr-server and make it abstract

2007-12-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550352 ] Felix Meschberger commented on JCR-1263: I can do that, just wanted to wait for your OK. And yes, it would

[jira] Assigned: (JCR-1263) Move SimpleWebdavServlet to jcr-server and make it abstract

2007-12-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned JCR-1263: -- Assignee: Felix Meschberger Move SimpleWebdavServlet to jcr-server and make it abstract

[jira] Created: (JCR-1268) Move JCRWebdavServerServlet to jcr-server and make it abstract

2007-12-11 Thread Felix Meschberger (JIRA)
Move JCRWebdavServerServlet to jcr-server and make it abstract -- Key: JCR-1268 URL: https://issues.apache.org/jira/browse/JCR-1268 Project: Jackrabbit Issue Type: Improvement

[jira] Assigned: (JCR-1262) Deprecated AbstractWebdavServlet should be empty and extend new AbstractWebdavServlet

2007-12-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned JCR-1262: -- Assignee: Felix Meschberger Deprecated AbstractWebdavServlet should be empty and extend

[jira] Closed: (JCR-1262) Deprecated AbstractWebdavServlet should be empty and extend new AbstractWebdavServlet

2007-12-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1262. -- Resolution: Fixed Fixed in Rev. 603175. Deprecated AbstractWebdavServlet should be empty and

[jira] Closed: (JCR-1263) Move SimpleWebdavServlet to jcr-server and make it abstract

2007-12-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1263. -- Resolution: Fixed Fixed in Rev. Move SimpleWebdavServlet to jcr-server and make it abstract

[jira] Closed: (JCR-1268) Move JCRWebdavServerServlet to jcr-server and make it abstract

2007-12-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1268. -- Resolution: Fixed Fixed in Rev. 603177. Move JCRWebdavServerServlet to jcr-server and make it

[jira] Issue Comment Edited: (JCR-1263) Move SimpleWebdavServlet to jcr-server and make it abstract

2007-12-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550360 ] fmeschbe edited comment on JCR-1263 at 12/11/07 12:43 AM: --- Fixed in Rev.603178.

[jira] Updated: (JCR-1263) Move SimpleWebdavServlet to jcr-server and make it abstract

2007-12-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated JCR-1263: --- Fix Version/s: 1.4 Schedule for 1.4 Move SimpleWebdavServlet to jcr-server and make it

[jira] Commented: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by XPP3 based implementation

2007-12-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550368 ] Felix Meschberger commented on JCR-1261: hope that's fine with you. Absolutely. Thanks a lot. Replace

[jira] Updated: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by XPP3 based implementation

2007-12-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated JCR-1261: --- Attachment: JCR-1261_2.patch Updated patch using KXml 2.2.2 instead of MXP 1. Reason for this

[jira] Updated: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by KXml2 based implementation

2007-12-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated JCR-1261: --- Summary: Replace Xerces/JAXP based (un)marshalling by KXml2 based implementation (was:

[jira] Commented: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by KXml2 based implementation

2007-12-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550404 ] Felix Meschberger commented on JCR-1261: tried to run the tck with the above setup

[jira] Assigned: (JCR-1285) ObjectContentManagerImpl.getObject(Query) throws NoSuchElementException when query does not match an object

2008-01-02 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned JCR-1285: -- Assignee: Felix Meschberger ObjectContentManagerImpl.getObject(Query) throws

[jira] Reopened: (JCR-1282) Publish the jackrabbit-ocm DTD

2008-01-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reopened JCR-1282: Assignee: Felix Meschberger (was: Jukka Zitting) After moving the DTD, the testcases

[jira] Resolved: (JCR-1282) Publish the jackrabbit-ocm DTD

2008-01-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved JCR-1282. Resolution: Fixed Actually, I removed the DOCTYPE declaration alltogether, because each time

[jira] Commented: (JCR-1285) ObjectContentManagerImpl.getObject(Query) throws NoSuchElementException when query does not match an object

2008-01-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1203#action_1203 ] Felix Meschberger commented on JCR-1285: Thanks for reporting and the patch. In fact

[jira] Resolved: (JCR-1285) ObjectContentManagerImpl.getObject(Query) throws NoSuchElementException when query does not match an object

2008-01-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved JCR-1285. Resolution: Fixed Fix Version/s: 1.4 Fixed in Rev. 608382 Please close this issue if

[jira] Reopened: (JCR-1218) RepositoryUtil moved outside of main source tree

2008-01-04 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reopened JCR-1218: The issue is not to _add_ RepositoryUtil to src/main but to remove it, because we all agree,

[jira] Closed: (JCR-1218) RepositoryUtil moved outside of main source tree

2008-01-04 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1218. -- Resolution: Fixed Fix Version/s: 1.4 Assignee: Christophe Lombart Actually, this

[jira] Commented: (JCR-1218) RepositoryUtil moved outside of main source tree

2008-01-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12556442#action_12556442 ] Felix Meschberger commented on JCR-1218: This is why Christophe copied the class to

[jira] Assigned: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by KXml2 based implementation

2008-01-13 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned JCR-1261: -- Assignee: Felix Meschberger Replace Xerces/JAXP based (un)marshalling by KXml2 based

[jira] Commented: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by KXml2 based implementation

2008-01-13 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558405#action_12558405 ] Felix Meschberger commented on JCR-1261: Hi Angela, No, I did not get around to

[jira] Commented: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by KXml2 based implementation

2008-01-13 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558417#action_12558417 ] Felix Meschberger commented on JCR-1261: First of all the implementation proposed in

[jira] Commented: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by KXml2 based implementation

2008-01-15 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558978#action_12558978 ] Felix Meschberger commented on JCR-1261: I don't think Jukka's patch matches the

[jira] Closed: (JCR-1311) Webdav: get rid of DOM usage

2008-01-15 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1311. -- Resolution: Duplicate Closing as duplicating JCR-1312 Webdav: get rid of DOM usage

[jira] Closed: (JCR-1261) Replace Xerces/JAXP based (un)marshalling by KXml2 based implementation

2008-01-15 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1261. -- Agreed. So I close this and created two new issues. JCR-1312. Oops, I see angela just went ahead

[jira] Issue Comment Edited: (JCR-1312) Get rid of DOM for XML support

2008-01-16 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559541#action_12559541 ] fmeschbe edited comment on JCR-1312 at 1/16/08 7:41 AM: -

[jira] Commented: (JCR-1312) Get rid of DOM for XML support

2008-01-16 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559842#action_12559842 ] Felix Meschberger commented on JCR-1312: Jackrabbit is not an XML parser project.

[jira] Commented: (JCR-1312) Get rid of DOM for XML support

2008-01-17 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559858#action_12559858 ] Felix Meschberger commented on JCR-1312: Yes, but most of these 350+ lines of code

[jira] Commented: (JCR-1312) Get rid of DOM for XML support

2008-01-17 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559878#action_12559878 ] Felix Meschberger commented on JCR-1312: Test setup is: * I count the number of

[jira] Updated: (JCR-1319) NullPointerException when accessing the SimpleWebdavServlet at the prefix path

2008-01-17 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated JCR-1319: --- Attachment: JCR-1319.patch Proposed patch. When actually appliying this patch, I get back a

[jira] Created: (JCR-1319) NullPointerException when accessing the SimpleWebdavServlet at the prefix path

2008-01-17 Thread Felix Meschberger (JIRA)
NullPointerException when accessing the SimpleWebdavServlet at the prefix path -- Key: JCR-1319 URL: https://issues.apache.org/jira/browse/JCR-1319 Project: Jackrabbit

[jira] Commented: (JCR-1328) Session.itemExists implementation wrong

2008-01-18 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560405#action_12560405 ] Felix Meschberger commented on JCR-1328: I'd actually prefer to modify all methods

[jira] Created: (JCR-1328) Session.itemExists implementation wrong

2008-01-18 Thread Felix Meschberger (JIRA)
Session.itemExists implementation wrong --- Key: JCR-1328 URL: https://issues.apache.org/jira/browse/JCR-1328 Project: Jackrabbit Issue Type: Bug Components: jackrabbit-core Affects

[jira] Created: (JCR-1342) Create OSGi Bundle Manifest Headers

2008-01-24 Thread Felix Meschberger (JIRA)
Create OSGi Bundle Manifest Headers --- Key: JCR-1342 URL: https://issues.apache.org/jira/browse/JCR-1342 Project: Jackrabbit Issue Type: Improvement Components: jackrabbit-api,

[jira] Commented: (JCR-1342) Create OSGi Bundle Manifest Headers

2008-01-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12562015#action_12562015 ] Felix Meschberger commented on JCR-1342: Created pluginManagement section for base

[jira] Commented: (JCR-1342) Create OSGi Bundle Manifest Headers

2008-01-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12562016#action_12562016 ] Felix Meschberger commented on JCR-1342: Define bundle packaging in the

[jira] Commented: (JCR-1342) Create OSGi Bundle Manifest Headers

2008-01-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12562018#action_12562018 ] Felix Meschberger commented on JCR-1342: Define bundle packaging in the

[jira] Created: (JCR-1343) Replace xerces for serialization by JAXP

2008-01-24 Thread Felix Meschberger (JIRA)
Replace xerces for serialization by JAXP Key: JCR-1343 URL: https://issues.apache.org/jira/browse/JCR-1343 Project: Jackrabbit Issue Type: Improvement Components: jackrabbit-jcr-rmi

  1   2   3   >