[jira] Updated: (JCR-1251) DescendantSelfAxisQuery creates too many object instances

2007-12-07 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-1251: -- Attachment: JCR-1251.patch Hmm, I think we can even get rid of initializing the array on each

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

2007-12-07 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549455 ] angela commented on JCR-1262: - hi felix may i ask you to create separate issues for different things? it makes

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

2007-12-07 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549457 ] angela commented on JCR-1262: - a part from that... i'm in favour of the proposed changes. AbstractWebdavServlet and

[jira] Resolved: (JCR-1224) Release references to JCR items in tearDown

2007-12-07 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-1224. --- Resolution: Fixed Test cases in jackrabbit-jcr2spi are now also fixed. svn revision: 602133

[jira] Commented: (JCR-1224) Release references to JCR items in tearDown

2007-12-07 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549451 ] Marcel Reutegger commented on JCR-1224: --- Fixed test cases in jackrabbit-core. svn revision: 602131 Release

Re: lower case search bug ?

2007-12-07 Thread Marcel Reutegger
KÖLL Claus wrote: so i have modified the testcase UpperLowerCaseQueryTest.testLikeComparison() to this check(new String[]{foo},like, FO%, new boolean[]{true}); and junit says all ok ... if i try to use the = comparison with a lower-case it only returns results if the search string is also

[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-1224) Release references to JCR items in tearDown

2007-12-07 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-1224: -- Component/s: (was: jackrabbit-jcr2spi) jackrabbit-jcr-tests Priority:

[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] Commented: (JCR-1224) Release references to JCR items in tearDown

2007-12-07 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549449 ] Marcel Reutegger commented on JCR-1224: --- Test cases in jackrabbit-jcr-tests now set references to items and

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

2007-12-07 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549462 ] angela commented on JCR-1261: - i run into problems with an older version of the pull-parser a couple of month ago (see

[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] Commented: (JCR-1224) OutOfMemory on 64-Bit Linux

2007-12-07 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549432 ] Marcel Reutegger commented on JCR-1224: --- Each JUnit test keeps references to JCR items, which are not set to

[jira] Commented: (JCR-1251) DescendantSelfAxisQuery creates too many object instances

2007-12-07 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549493 ] Christoph Kiehl commented on JCR-1251: -- Well spotted! I observed another gain of about 7% on my machine with