Re: [jira] Resolved: (JCR-926) Global data store for binaries

2007-10-17 Thread Esteban Franqueiro
Hi. We integrated the changes made by Thomas to the FileDataStore regarding the inUse weak hash map into our database-based implementation. Taking care of clearing it in the test, it appears to be working. One question I have is who has the hard reference to the data identifier, and when/where

RE: [jira] Resolved: (JCR-926) Global data store for binaries

2007-10-17 Thread Esteban Franqueiro
Hi. Welcome back. > I think there is still a way to get the digest. If you wrap > the InputStream like this: > > public DataRecord addRecord(InputStream input) throws IOException { > MessageDigest digest = MessageDigest.getInstance(DIGEST); > InputStream input = new DigestInputStream(input,

[jira] Commented: (JCR-1138) Data store garbage collection

2007-10-17 Thread Pablo Rios (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535670 ] Pablo Rios commented on JCR-1138: - >Or is there a problem with this approach? No, everything works fine ! > Data store

[jira] Commented: (JCR-1138) Data store garbage collection

2007-10-17 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535652 ] Thomas Mueller commented on JCR-1138: - Transient objects are actually removed: when garbage collected. That's why a

[jira] Commented: (JCR-1138) Data store garbage collection

2007-10-17 Thread Pablo Rios (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535639 ] Pablo Rios commented on JCR-1138: - Shouldn't transient objects be removed from the WeakReference map when they are per

[jira] Created: (JCR-1178) Rethrow exception with cause in BundleDbPersistenceManager

2007-10-17 Thread Florent Guillaume (JIRA)
Rethrow exception with cause in BundleDbPersistenceManager -- Key: JCR-1178 URL: https://issues.apache.org/jira/browse/JCR-1178 Project: Jackrabbit Issue Type: Improvement Com

[jira] Commented: (JCR-1177) Move jackrabbit/trunk/contrib to jackrabbit/sandbox

2007-10-17 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535610 ] Jukka Zitting commented on JCR-1177: No problem delaying for a while. > Move jackrabbit/trunk/contrib to jackrabbi

[jira] Commented: (JCR-1177) Move jackrabbit/trunk/contrib to jackrabbit/sandbox

2007-10-17 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535608 ] Julian Reschke commented on JCR-1177: - Would it make sense to delay this until we have moved JCR2SPI out of contrib

[jira] Commented: (JCR-1164) Bad test assumptions in observation tests

2007-10-17 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535606 ] Julian Reschke commented on JCR-1164: - Added support for optional events in revision 585552. > Bad test assumptio

[jira] Created: (JCR-1177) Move jackrabbit/trunk/contrib to jackrabbit/sandbox

2007-10-17 Thread Jukka Zitting (JIRA)
Move jackrabbit/trunk/contrib to jackrabbit/sandbox --- Key: JCR-1177 URL: https://issues.apache.org/jira/browse/JCR-1177 Project: Jackrabbit Issue Type: Improvement Reporter: Jukka

[jira] Resolved: (JCR-988) Configure the maven build for IDE project generation for IDEA and Eclipse

2007-10-17 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-988. --- Resolution: Fixed Patch committed in revision 585549. > Configure the maven build for IDE project gene

[jira] Commented: (JCR-1176) MemoryFileSystem is different from other FileSystems

2007-10-17 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535562 ] Jukka Zitting commented on JCR-1176: It turned out that there were inconsistencies also in the isFolder()/isFile()

[jira] Updated: (JCR-1087) Maintain the cluster revision table

2007-10-17 Thread Martijn Hendriks (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Hendriks updated JCR-1087: -- Attachment: cluster-trace.txt When the cluster revision table becomes too large a cluster node wi

[jira] Resolved: (JCR-1176) MemoryFileSystem is different from other FileSystems

2007-10-17 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-1176. Resolution: Fixed Fixed in revision 585472. > MemoryFileSystem is different from other FileSystems >

[jira] Created: (JCR-1176) MemoryFileSystem is different from other FileSystems

2007-10-17 Thread Jukka Zitting (JIRA)
MemoryFileSystem is different from other FileSystems Key: JCR-1176 URL: https://issues.apache.org/jira/browse/JCR-1176 Project: Jackrabbit Issue Type: Bug Components: jackrabbit-

[jira] Resolved: (JCR-1175) Test cases for all FileSystem implementations

2007-10-17 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-1175. Resolution: Fixed Fix Version/s: 1.4 Increased test coverage in revisions 585438 and 585463.

[jira] Created: (JCR-1175) Test cases for all FileSystem implementations

2007-10-17 Thread Jukka Zitting (JIRA)
Test cases for all FileSystem implementations - Key: JCR-1175 URL: https://issues.apache.org/jira/browse/JCR-1175 Project: Jackrabbit Issue Type: Improvement Components: jackrabbit-core,

[jira] Commented: (JCR-688) Improve name resolution

2007-10-17 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535493 ] angela commented on JCR-688: i guess, this issue will be covered by issue JCR-1169 Distribution of commons classes. The p

[jira] Commented: (JCR-1169) Distribution of commons classes

2007-10-17 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535476 ] angela commented on JCR-1169: - > I wouldn't be too concerned yes, but i know how it feels running after changes in the cor

Re: Moving contrib outside trunk and rename to sandbox

2007-10-17 Thread Christoph Kiehl
Jukka Zitting wrote: The components within jackrabbit/trunk/contrib are not included in our releases and whenever a release branch is created the contrib folder needs to be explicitly removed from the branch. To avoid that removal step and to make it clearer that the contrib components are not