[jira] Resolved: (JCR-1510) [PATCH] more verbose exception messages (BatchedItemOperations)

2008-04-04 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-1510. Resolution: Fixed Fix Version/s: 1.5 Patch applied in revision 644653. Good stuff, better

Re: Question regarding data store

2008-04-04 Thread Thomas Mueller
Hi, Why is that in InternalValue.create(InputStream), when USE_DATA_STORE is true, getBLOBFileValue() is called with null as the data store? This causes the stream to be dumped in a temp file. Yes. The code I'm following is in BundleBinding.writeState(). A -2 is written as the size

[jira] Created: (JCR-1518) BundleFsPersistenceManager has no property called: minBlobSize

2008-04-04 Thread myllokunmingia (JIRA)
BundleFsPersistenceManager has no property called: minBlobSize -- Key: JCR-1518 URL: https://issues.apache.org/jira/browse/JCR-1518 Project: Jackrabbit Issue Type: Bug

[jira] Commented: (JCR-1518) BundleFsPersistenceManager has no property called: minBlobSize

2008-04-04 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585578#action_12585578 ] Stefan Guggisberg commented on JCR-1518: for more information see the related thread

[jira] Created: (JCR-1519) Property.getLength() returns -1 for BOOLEAN, REFERENCE and DATE values

2008-04-04 Thread Marcel Reutegger (JIRA)
Property.getLength() returns -1 for BOOLEAN, REFERENCE and DATE values -- Key: JCR-1519 URL: https://issues.apache.org/jira/browse/JCR-1519 Project: Jackrabbit Issue Type:

[jira] Updated: (JCR-1519) Property.getLength() returns -1 for BOOLEAN, REFERENCE and DATE values

2008-04-04 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-1519: -- Attachment: JSR-1519.patch Proposed patch. Property.getLength() returns -1 for BOOLEAN,

Re: svn commit: r644653 - does not compile

2008-04-04 Thread Angela Schreiber
commit to rev.644653 (JCR-1510) breaks the build. it simply does not compile any more. i'm reverting that change. jukka, can you please take care of reopening the issue and properly fixing it? angela [EMAIL PROTECTED] wrote: Author: jukka Date: Fri Apr 4 02:37:32 2008 New Revision: 644653

[jira] Resolved: (JCR-1516) Add Compact Namespace and Node Type Definition support to spi-commons

2008-04-04 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-1516. - Resolution: Fixed michael, thanks for the patch. angela Add Compact Namespace and Node Type Definition support

Re: svn commit: r644653 - does not compile

2008-04-04 Thread Jukka Zitting
Hi, On Fri, Apr 4, 2008 at 6:41 PM, Angela Schreiber [EMAIL PROTECTED] wrote: commit to rev.644653 (JCR-1510) breaks the build. it simply does not compile any more. Argh, I'm sorry for that. For some reason Eclipse didn't complain about the changes and I didn't bother to run the Maven build

[jira] Reopened: (JCR-1510) [PATCH] more verbose exception messages (BatchedItemOperations)

2008-04-04 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting reopened JCR-1510: Reponening, the changes don't compile. Thanks for spotting and reverting, Angela! [PATCH] more

[jira] Created: (JCR-1520) DatabaseFileSistem's logger references the wrong class

2008-04-04 Thread Esteban Franqueiro (JIRA)
DatabaseFileSistem's logger references the wrong class -- Key: JCR-1520 URL: https://issues.apache.org/jira/browse/JCR-1520 Project: Jackrabbit Issue Type: Improvement

[jira] Updated: (JCR-1520) DatabaseFileSistem's logger references the wrong class

2008-04-04 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1520: Attachment: JCR-1520.patch This patch references the right class. DatabaseFileSistem's

Re: Jackrabbit expects a particular Oracle driver

2008-04-04 Thread Esteban Franqueiro
Hi Stefan. in an ideal world we'd only need one DbFileSystem and DbPersistenceManager implementation in jackrabbit ;) however, certain (more or less subtle) vendor-specific differences/features needed to be addressed in specialized subclasses. OracleFileSystem is just an example of this.

Re: Jackrabbit expects a particular Oracle driver

2008-04-04 Thread Stefan Guggisberg
On 04.04.2008, at 20:44, Esteban Franqueiro [EMAIL PROTECTED] wrote: Hi Stefan. in an ideal world we'd only need one DbFileSystem and DbPersistenceManager implementation in jackrabbit ;) however, certain (more or less subtle) vendor-specific differences/features needed to be addressed in

Re: Jackrabbit expects a particular Oracle driver

2008-04-04 Thread Esteban Franqueiro
Yes, I thought of that aswell. However, just renaming the existing class is probably not an option since it would break backward compatibility. What do you suggest? Any other good ideas? You're right. Maybe we can create a new class for Oracle 10+, Make it inherit from DbFileSystem, and

[jira] Created: (JCR-1521) Text Extractors are executed twice

2008-04-04 Thread Paco Avila (JIRA)
Text Extractors are executed twice -- Key: JCR-1521 URL: https://issues.apache.org/jira/browse/JCR-1521 Project: Jackrabbit Issue Type: Bug Components: jackrabbit-text-extractors Affects