[jira] Created: (JCR-594) It's not possible to register event listeners that filters on mixin supertypes

2006-10-16 Thread Christoph Kiehl (JIRA)
It's not possible to register event listeners that filters on mixin supertypes -- Key: JCR-594 URL: http://issues.apache.org/jira/browse/JCR-594 Project: Jackrabbit

[jira] Updated: (JCR-594) It's not possible to register event listeners that filters on mixin supertypes

2006-10-16 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-594?page=all ] Christoph Kiehl updated JCR-594: Attachment: EventFilter.java.patch This patch adds code to check if the given EventState has a mixin that is derived from a node type that should not be blocked.

Re: Persisting beans in the content repository

2006-10-16 Thread Christophe Lombart
On 10/13/06, Nicolas Modrzyk [EMAIL PROTECTED] wrote: Hi Christophe, Thank you for your long and detailed answer. Concerning configuration : Our configuration contains information on the mapping strategy to use per persistence class. Yes. That is exactly what we managed to avoid. Give a

[jira] Commented: (JCR-591) XPath position function does not work

2006-10-16 Thread Szymon Kuzniak (JIRA)
[ http://issues.apache.org/jira/browse/JCR-591?page=comments#action_12442559 ] Szymon Kuzniak commented on JCR-591: I was working a bit on this issue, and found out that Lucene is used to search for nodes, and position of node is not

[jira] Resolved: (JCR-562) 'OR' in XPath query badly interpreted

2006-10-16 Thread Marcel Reutegger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-562?page=all ] Marcel Reutegger resolved JCR-562. -- Resolution: Fixed Applied patch as proposed in revision: 464466 Thank you for reporting this issue. 'OR' in XPath query badly interpreted

[jira] Commented: (JCR-578) QueryParser.parse(...) parses wrong the [EMAIL PROTECTED] and @b=3 or @c=3] XPath statement.

2006-10-16 Thread Szymon Kuzniak (JIRA)
[ http://issues.apache.org/jira/browse/JCR-578?page=comments#action_12442591 ] Szymon Kuzniak commented on JCR-578: hello, the same issue was created earlier, and is now reolved: http://issues.apache.org/jira/browse/JCR-562

[jira] Resolved: (JCR-578) QueryParser.parse(...) parses wrong the [EMAIL PROTECTED] and @b=3 or @c=3] XPath statement.

2006-10-16 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-578?page=all ] Jukka Zitting resolved JCR-578. --- Resolution: Duplicate Assignee: Jukka Zitting Resolved as duplicate of JCR-562. Thanks! QueryParser.parse(...) parses wrong the [EMAIL PROTECTED] and @b=3

[jira] Commented: (JCR-579) Digit name support missing in XPath AQT parser.

2006-10-16 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-579?page=comments#action_12442600 ] Christoph Kiehl commented on JCR-579: - Hi Marcel, ok, my statement was wrong. But I think it's easier to use SQL because otherwise you probably end up with a

[jira] Resolved: (JCR-594) It's not possible to register event listeners that filters on mixin supertypes

2006-10-16 Thread Marcel Reutegger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-594?page=all ] Marcel Reutegger resolved JCR-594. -- Resolution: Fixed Fixed in revision: 464496 I've changed the patch a bit and moved some code into the EventState class. Thank you for reporting this issue