SPI: local vs remote checking

2007-02-23 Thread Julian Reschke
Hi, I am using jcr2spi on top of a custom SPI implementation, and was trying to come up with test cases that check the locking semantics (because I know they weren't complete in my implementation). After some testing I realized that JCR2SPI already does lock checking locally (see

[jira] Resolved: (JCR-762) System view XML uses hardcoded sv: prefix

2007-02-23 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-762. --- Resolution: Fixed Fixed in revisions 510905 and 510908. Thanks for the problem report! System view

[jira] Commented: (JCR-762) System view XML uses hardcoded sv: prefix

2007-02-23 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475314 ] Jukka Zitting commented on JCR-762: --- where entry is object that represent xml structure with namespace

Re: SPI: local vs remote checking

2007-02-23 Thread Angela Schreiber
Is the SPI implementation supposed to ever throw a LockException, definitely or can it rely on the transient layer doing lock checks upfront? that's a rhetoric question, right? the spi impl must not rely on the client to behave properly. but the client may cover some obvious cases (e.g.

Google Summer of Code?

2007-02-23 Thread Nicolas
Hello, I would like to propose a subject to the Jackrabbit community for Google Summer Of Code 07. Drawing on my experience from last year as a student, I would like to propose a project where documentation is widely available and where no update to the core parts of Jackrabbit is needed.

Re: Google Summer of Code?

2007-02-23 Thread Alexandru Popescu
On 2/23/07, Nicolas [EMAIL PROTECTED] wrote: Hello, I would like to propose a subject to the Jackrabbit community for Google Summer Of Code 07. Drawing on my experience from last year as a student, I would like to propose a project where documentation is widely available and where no update

[jira] Updated: (JCR-763) Unable to create and login to different workspaces

2007-02-23 Thread Daniel Bloomfield Ramagem (JIRA)
[ https://issues.apache.org/jira/browse/JCR-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Bloomfield Ramagem updated JCR-763: -- Attachment: stacktrace.txt The stack trace from line 24 of TestServlet.java.

[jira] Updated: (JCR-763) Unable to create and login to different workspaces

2007-02-23 Thread Daniel Bloomfield Ramagem (JIRA)
[ https://issues.apache.org/jira/browse/JCR-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Bloomfield Ramagem updated JCR-763: -- Attachment: testservlet.war Simple test Servlet for demonstrating the reported

[RESULT] Include BundlePersistenceManager Contribution [JCR-755]

2007-02-23 Thread Tobias Bocanegra
hi, Please vote on including those persistence managers to the Apache Jackrabbit codebase. The vote is open for the next 72 hours, and only votes from Jackrabbit committers are binding. The vote passes if at least three +1 votes and no vetos are cast. The vote passes with 5 binding +1 votes

[jira] Updated: (JCR-764) PdfTextFilter may leave parsed document open in case of errors

2007-02-23 Thread fabrizio giustina (JIRA)
[ https://issues.apache.org/jira/browse/JCR-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] fabrizio giustina updated JCR-764: -- Attachment: textfilter_close.diff simple patch which adds an additional cleanup on exceptions.

[jira] Created: (JCR-764) PdfTextFilter may leave parsed document open in case of errors

2007-02-23 Thread fabrizio giustina (JIRA)
PdfTextFilter may leave parsed document open in case of errors -- Key: JCR-764 URL: https://issues.apache.org/jira/browse/JCR-764 Project: Jackrabbit Issue Type: Bug Affects

[jira] Created: (JCR-765) DatabasePersistenceManager: don't log exceptions for each statement when a connection needs to be reestablished

2007-02-23 Thread fabrizio giustina (JIRA)
DatabasePersistenceManager: don't log exceptions for each statement when a connection needs to be reestablished --- Key: JCR-765 URL:

[jira] Updated: (JCR-765) DatabasePersistenceManager: don't log exceptions for each statement when a connection needs to be reestablished

2007-02-23 Thread fabrizio giustina (JIRA)
[ https://issues.apache.org/jira/browse/JCR-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] fabrizio giustina updated JCR-765: -- Attachment: statementclose.diff simple patch that simply remove the logException() at statement