Re: Clustering w/ distributed cache

2009-02-17 Thread Thomas Müller
Hi, Do you have experience with memcached for Java? http://www.thimbleware.com/projects/jmemcached From what I read it is a client-server solution, you would have to serialize / deserialize objects, which would slow down things a lot (compared to having the cache in the Java heap memory).

Hudson build is back to stable: Jac krabbit-trunk » Jackrabbit Core #363

2009-02-17 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/363/changes

Re: Hudson build is back to stable: Jackrabbit-trunk » Jackrabbit Core #363

2009-02-17 Thread Jukka Zitting
Hi, I just re-run the Hudson build after the ISMLocking failures yesterday. No changes were made meanwhile, so the failure looks like a random problem. Let's keep an eye out for similar issues in the future. BR, Jukka Zitting

Re: Jackrabbit 1.5.3 release plan

2009-02-17 Thread Jukka Zitting
Hi, On Mon, Feb 16, 2009 at 11:54 AM, Marcel Reutegger marcel.reuteg...@gmx.net wrote: On Mon, Feb 16, 2009 at 09:14, Marcel Reutegger marcel.reuteg...@gmx.net wrote: I'll have a look at the patch today and provide feedback. this feature also requires changes to jackrabbit-spi-commons.

[jira] Created: (JCR-1981) Test class in the main source tree

2009-02-17 Thread Thomas Mueller (JIRA)
Test class in the main source tree -- Key: JCR-1981 URL: https://issues.apache.org/jira/browse/JCR-1981 Project: Jackrabbit Content Repository Issue Type: Bug Components: jackrabbit-core

[jira] Resolved: (JCR-1981) Test class in the main source tree

2009-02-17 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved JCR-1981. - Resolution: Fixed Committed in revision 745041 Test class in the main source tree

[jira] Created: (JCR-1982) Exception root cause is swallowed in various places

2009-02-17 Thread Thomas Mueller (JIRA)
Exception root cause is swallowed in various places --- Key: JCR-1982 URL: https://issues.apache.org/jira/browse/JCR-1982 Project: Jackrabbit Content Repository Issue Type: Bug

[jira] Updated: (JCR-1981) Test class in the main source tree

2009-02-17 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1981: --- Priority: Minor (was: Major) Issue Type: Improvement (was: Bug) I introduced the

[jira] Resolved: (JCR-1982) Exception root cause is swallowed in various places

2009-02-17 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved JCR-1982. - Resolution: Fixed Committed in revision 745051 (when creating a BLOB object), revision 745053 (on

Re: svn commit: r745051 - in /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value: BLOBInResource.java BLOBValue.java

2009-02-17 Thread Jukka Zitting
Hi, On Tue, Feb 17, 2009 at 2:35 PM, thom...@apache.org wrote: -throw new IOException(fsResource.getPath() +IOException e2 = new IOException(fsResource.getPath() + : Error while creating value: + fse.toString()); +e2.initCause(fse); +

Re: svn commit: r745051 - in /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value: BLOBInResource.java BLOBValue.java

2009-02-17 Thread Thomas Müller
Hi Jukka, Hm... Sorry, I should have waited with committing the changes... I didn't knew about this class. I will use it in the future (but leave the code right now). Regards, Thomas On Tue, Feb 17, 2009 at 2:46 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, On Tue, Feb 17, 2009 at

Re: svn commit: r745051 - in /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/value: BLOBInResource.java BLOBValue.java

2009-02-17 Thread Jukka Zitting
Hi, On Tue, Feb 17, 2009 at 2:55 PM, Thomas Müller thomas.muel...@day.com wrote: Hm... Sorry, I should have waited with committing the changes... I didn't knew about this class. I will use it in the future (but leave the code right now). Yeah, that's fine. Just wanted to point it out for

Build failed in Hudson: Jackrabbit-trunk-java14 #83

2009-02-17 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk-java14/83/changes Changes: [thomasm] JCR-1982 Exception root cause is swallowed on nodetype I/O error [thomasm] JCR-1982 Exception root cause is swallowed when on namespace index error [thomasm] JCR-1982 Exception root cause is

Re: Build failed in Hudson: Jackrabbit-trunk-java14 #83

2009-02-17 Thread Thomas Müller
Hi, I used a Java 1.5 constructor... I will fix it. Regards, Thomas On Tue, Feb 17, 2009 at 4:19 PM, Apache Hudson Server hud...@hudson.zones.apache.org wrote: See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk-java14/83/changes Changes: [thomasm] JCR-1982 Exception root

[jira] Commented: (JCR-1982) Exception root cause is swallowed in various places

2009-02-17 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12674237#action_12674237 ] Thomas Mueller commented on JCR-1982: - Revision 745120 (on namespace index error; was

Re: Clustering w/ distributed cache

2009-02-17 Thread defeng
Thank for you reply. I used the memcache in other projects before, the performance seems good. Facebook did some enhancement on it. http://github.com/blog/267-facebook-s-memcached-on-github. You are right, we have to serialize/deserialize objects. But that's the price we have to pay for the

[jira] Resolved: (JCR-1847) Path methods should throw a specific exception instead of RepositoryEx

2009-02-17 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-1847. - Resolution: Won't Fix Assignee: angela won't reach consensus on this. introducing a helper class had its own

Re: JCR meetup in Amsterdam?

2009-02-17 Thread Jukka Zitting
Hi, On Fri, Feb 13, 2009 at 10:55 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: On Thu, Feb 12, 2009 at 11:05 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: The meetup will only happen if we can find enough attendees, presentations and sponsors. Please let me know, preferably already by

[jira] Commented: (JCR-1847) Path methods should throw a specific exception instead of RepositoryEx

2009-02-17 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12674259#action_12674259 ] Thomas Mueller commented on JCR-1847: - I think just RepositoryException with an error

Addendum to CCLA of Day Management

2009-02-17 Thread David Nuescheler
Hi Sam, I would like to extend the list of employees covered in the CCLA of Day Management to the following: The Schedule A (list of covered employees) addendum Tobias Bocanegra tri...@apache.org Bertrand Delacretaz bdelacre...@apache.org Michael Duerig mdue...@apache.org Roy T.

Hudson build is back to normal: Jackrabbit-trunk-java14 #84

2009-02-17 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk-java14/84/changes

[jira] Updated: (JCR-1983) Provide change log consolidator

2009-02-17 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig updated JCR-1983: --- Attachment: JCR-1983.patch Suggested implementation Provide change log consolidator

[jira] Created: (JCR-1983) Provide change log consolidator

2009-02-17 Thread JIRA
Provide change log consolidator --- Key: JCR-1983 URL: https://issues.apache.org/jira/browse/JCR-1983 Project: Jackrabbit Content Repository Issue Type: Improvement Components: jackrabbit-spi-commons

[jira] Commented: (JCR-1983) Provide change log consolidator

2009-02-17 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12674283#action_12674283 ] Michael Dürig commented on JCR-1983: The patch adds an interface

[jira] Commented: (JCR-1847) Path methods should throw a specific exception instead of RepositoryEx

2009-02-17 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12674340#action_12674340 ] Alexander Klimetschek commented on JCR-1847: introducing a helper class had its

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

2009-02-17 Thread James Snyder (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12674475#action_12674475 ] James Snyder commented on JCR-1187: --- To get around this issue using the OCM, I had to clear

[jira] Commented: (JCR-1847) Path methods should throw a specific exception instead of RepositoryEx

2009-02-17 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12674501#action_12674501 ] angela commented on JCR-1847: - AFAIK BaseException was used for everything in commons, so it has