Re: [jira] Google Summer of Code?

2007-03-16 Thread Nunny
Hi Nico, I'm Nandana Mihindukulasooriya from University of Moratuwa, Sri Lanka. I'm planning to apply for the Summer of Code 2007 and when I was going through the ideas, I came across this "demo web application using jackrabbit" and I thought it is an idea I can work on. I have some experie

Re: jcr navigator contrib project

2007-03-16 Thread Edgar Poce
Hi James, On 3/16/07, James Hang <[EMAIL PROTECTED]> wrote: Hi, Is anyone using the jcr navigator contrib project? I haven't used it a lot but by the time I contributed the project it worked for me. Unfortunately I'm not using it nor jackrabbit now because I'm working lots of hours in a proj

[jira] Reopened: (JCR-792) after enabling access manager, I can't createNode and setProperty without a node.save in the middle

2007-03-16 Thread Xiaohua Lu (JIRA)
[ https://issues.apache.org/jira/browse/JCR-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaohua Lu reopened JCR-792: please try the provided test code. > after enabling access manager, I can't createNode and setProperty without a

jcr navigator contrib project

2007-03-16 Thread James Hang
Hi, Is anyone using the jcr navigator contrib project? We've gotten it to come up and mostly working. Navigating through the repository works just fine. The only problem we're having is when we try to use some of the menu options like "Add Node". The dialog box comes up, but whenever you hit

[jira] Commented: (JCR-779) Timeout for Session and/or Lock

2007-03-16 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481681 ] Julian Reschke commented on JCR-779: Actually, it probably will not be sufficient. The store I'm currently working

Re: ConcurrenModificationException

2007-03-16 Thread Martijn Hendriks
Hi Marcel, I am a bit reluctant on creating a JIRA issue because I don't know yet whether we are misusing jackrabbit (1.2.1) or not. I thought of two possible scenarios that might trigger the exception. The first scenario is two threads closing the same session. We create a new session for each

[jira] Updated: (JCR-792) after enabling access manager, I can't createNode and setProperty without a node.save in the middle

2007-03-16 Thread Xiaohua Lu (JIRA)
[ https://issues.apache.org/jira/browse/JCR-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaohua Lu updated JCR-792: --- Attachment: jaas.config ntExts.txt JackrabbitTest.java TestAccess

Re: Query Performance and Optimization

2007-03-16 Thread Christoph Kiehl
Marcel Reutegger wrote: Wouldn't it make sense to rewrite all @foo:bar!='john' queries to not(@foo:bar!='john') by default instead of using creating a MatchAllQuery? do you mean rewrite: @foo:bar!='john' to not(@foo:bar='john') ? Yes, of course. My mistake. Do you think that's an option? C

Re: Commented: (JCR-791) Cache BitSet per IndexReader in MatchAllScorer

2007-03-16 Thread Christoph Kiehl
Marcel Reutegger (JIRA) wrote: Here's what I've done so far: - Introduced a MultiIndexReader interface that allows to access the sub index readers. - CachingMultiReader and SearchIndex.CombinedIndexReader now implement MultiIndexReader - Created a MultiScorer which spans multiple sub scorers

Re: Query Performance and Optimization

2007-03-16 Thread Marcel Reutegger
Christoph Kiehl wrote: As I understand in DescendantSelfAxisQuery.DescendantSelfAxisScorer the contextHits are used to filter the subHits result to only include nodes of the given context. The context is something like /foo/bar//*, which means all descendents of /foo/bar. Is that right? yes,

Re: ConcurrenModificationException

2007-03-16 Thread Marcel Reutegger
Hi Martijn, can you please create a jira issue report and provide relevant information like the exact jackrabbit version you are using. thanks. regards marcel Martijn Hendriks wrote: Hi, We regularly get the following exception, and I have currently no idea what can cause this. It might b

[jira] Commented: (JCR-795) Sessions are not logged out in case of exceptions

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481643 ] Marcel Reutegger commented on JCR-795: -- Angela, thank you for the patch. > Sessions are not logged out in case of

[jira] Resolved: (JCR-795) Sessions are not logged out in case of exceptions

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-795. -- Resolution: Fixed Fixed in revision: 519001 Modified tests: org\apache\jackrabbit\test\api\Sessio

[jira] Resolved: (JCR-796) AbstractQueryTest does not handle unknown result size properly

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-796. -- Resolution: Fixed Fixed in revision: 518996 > AbstractQueryTest does not handle unknown result si

[jira] Created: (JCR-796) AbstractQueryTest does not handle unknown result size properly

2007-03-16 Thread Marcel Reutegger (JIRA)
AbstractQueryTest does not handle unknown result size properly -- Key: JCR-796 URL: https://issues.apache.org/jira/browse/JCR-796 Project: Jackrabbit Issue Type: Bug Compo

Re: Session.impersonate vs Credentials

2007-03-16 Thread Angela Schreiber
Stefan Guggisberg wrote: On 3/14/07, Julian Reschke <[EMAIL PROTECTED]> wrote: - is this a TODO? (the code in JCR2SPI's SessionImpl seems to indicate that...) - if it is, should we define an extension to SimpleCredentials that can hold the required information, so that we don't rely on a speci

[jira] Created: (JCR-795) Sessions are not logged out in case of exceptions

2007-03-16 Thread Marcel Reutegger (JIRA)
Sessions are not logged out in case of exceptions - Key: JCR-795 URL: https://issues.apache.org/jira/browse/JCR-795 Project: Jackrabbit Issue Type: Bug Components: JCR TCK Affects

[jira] Commented: (JCR-689) Minimize calls to PersistenceManager

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481631 ] Marcel Reutegger commented on JCR-689: -- Martijn wrote: > The methods "getItemState" and "hasItemState" in the Share

[jira] Resolved: (JCR-689) Minimize calls to PersistenceManager

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-689. -- Resolution: Fixed Committed second patch in revision: 518986 > Minimize calls to PersistenceManag

ConcurrenModificationException

2007-03-16 Thread Martijn Hendriks
Hi, We regularly get the following exception, and I have currently no idea what can cause this. It might be something in our own application that is built upon Jackrabbit, but I don't know that for sure. java.util.ConcurrentModificationException at org.apache.commons.collections.map.Abstr

[jira] Resolved: (JCR-791) Improve performance of MatchAllScorer

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-791. -- Resolution: Fixed Fix Version/s: 1.3 Committed the enhancement without the cache in MatchAl

Re: svn commit: r518972 - in /jackrabbit/trunk/contrib/jackrabbit-spi-xml/src/main/java/org/apache/jackrabbit/spi/xml: XMLItemInfo.java XMLPrimaryTypeInfo.java XMLRepositoryService.java

2007-03-16 Thread Jukka Zitting
Hi, On 3/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Log: - sync with SPI interfaces Thanks! BR, Jukka Zitting

[jira] Updated: (JCR-791) Improve performance of MatchAllScorer

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-791: - Summary: Improve performance of MatchAllScorer (was: Cache BitSet per IndexReader in MatchAllScorer

[jira] Commented: (JCR-779) Timeout for Session and/or Lock

2007-03-16 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481613 ] Jukka Zitting commented on JCR-779: --- I like the approach of using the content model for this, and actually I don't th

[jira] Commented: (JCR-779) Timeout for Session and/or Lock

2007-03-16 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481599 ] Julian Reschke commented on JCR-779: I feared you would ask .-) For lock timeout, we would - need the ability to s

[jira] Commented: (JCR-779) Timeout for Session and/or Lock

2007-03-16 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481572 ] Jukka Zitting commented on JCR-779: --- Hmm, good points. What would the JCR API extension look like? > Timeout for Sess

[jira] Commented: (JCR-779) Timeout for Session and/or Lock

2007-03-16 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481570 ] Julian Reschke commented on JCR-779: I don't think that option 1 is going to work well. It would introduce local st

[jira] Commented: (JCR-791) Cache BitSet per IndexReader in MatchAllScorer

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481569 ] Marcel Reutegger commented on JCR-791: -- Here's what I've done so far: - Introduced a MultiIndexReader interface th

[jira] Commented: (JCR-779) Timeout for Session and/or Lock

2007-03-16 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481567 ] Jukka Zitting commented on JCR-779: --- There are basically two ways to implement proper support for the Timeout header

[jira] Updated: (JCR-779) Timeout for Session and/or Lock

2007-03-16 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela updated JCR-779: --- Component/s: (was: webdav) i don't agree, that this is a WebDAV issue... as i said in the mailing list its not the

[jira] Updated: (JCR-779) Timeout for Session and/or Lock

2007-03-16 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-779: -- Component/s: (was: core) webdav It seems to me that this feature is mostly needed and

[jira] Commented: (JCR-779) Timeout for Session and/or Lock

2007-03-16 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481547 ] Dietmar Gräbner commented on JCR-779: - As already posted in the user-mailinglist I currently deal with the MS Office