[jira] [Updated] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-20 Thread Jukka Zitting (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3172: --- Fix Version/s: (was: 2.4) 2.3.6 implement PERSIST events

[jira] [Commented] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-09 Thread Julian Reschke (Commented) (JIRA)
on how to filter PERSIST events. implement PERSIST events for the EventJournal - Key: JCR-3172 URL: https://issues.apache.org/jira/browse/JCR-3172 Project: Jackrabbit Content Repository

[jira] [Updated] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-09 Thread Julian Reschke (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-3172: Attachment: (was: JCR-3172.diff) implement PERSIST events for the EventJournal

[jira] [Updated] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-09 Thread Julian Reschke (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-3172: Attachment: (was: 3172.patch) implement PERSIST events for the EventJournal

[jira] [Updated] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-09 Thread Julian Reschke (Updated) (JIRA)
try to take care of next. implement PERSIST events for the EventJournal - Key: JCR-3172 URL: https://issues.apache.org/jira/browse/JCR-3172 Project: Jackrabbit Content Repository

[jira] [Commented] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-09 Thread Stefan Guggisberg (Commented) (JIRA)
) implement PERSIST events for the EventJournal - Key: JCR-3172 URL: https://issues.apache.org/jira/browse/JCR-3172 Project: Jackrabbit Content Repository Issue Type: Improvement

[jira] [Resolved] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-09 Thread Julian Reschke (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke resolved JCR-3172. - Resolution: Fixed Fix Version/s: 2.4 implement PERSIST events for the EventJournal

[jira] [Updated] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-08 Thread Julian Reschke (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-3172: Attachment: 3172.patch Patch, work-in-progress. Note that the introduction of PERSIST events may

[jira] [Updated] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-08 Thread Julian Reschke (Updated) (JIRA)
implement PERSIST events for the EventJournal - Key: JCR-3172 URL: https://issues.apache.org/jira/browse/JCR-3172 Project: Jackrabbit Content Repository Issue Type: Improvement

Re: no PERSIST events?

2011-12-07 Thread Stefan Guggisberg
On Tue, Dec 6, 2011 at 3:03 PM, Julian Reschke julian.resc...@gmx.de wrote: On 2011-12-06 14:53, Stefan Guggisberg wrote: ... ah right, jsr 283, journaled observation, ... now i vaguely remember ;) AFAIK jackrabbit doesn't support event bundling, i.e. PERSIST events are never dispatched

[jira] [Created] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-07 Thread Julian Reschke (Created) (JIRA)
implement PERSIST events for the EventJournal - Key: JCR-3172 URL: https://issues.apache.org/jira/browse/JCR-3172 Project: Jackrabbit Content Repository Issue Type: Improvement

[jira] [Commented] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-07 Thread Stefan Guggisberg (Commented) (JIRA)
at the end of o.a.jackrabbit.core.observation.EventStateCollection#createEventStates implement PERSIST events for the EventJournal - Key: JCR-3172 URL: https://issues.apache.org/jira/browse/JCR-3172

[jira] [Commented] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-07 Thread Julian Reschke (Commented) (JIRA)
? It iterates through EventBundles and could add PERSIST each time the end of a bundle was reached.. implement PERSIST events for the EventJournal - Key: JCR-3172 URL: https://issues.apache.org/jira

[jira] [Commented] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-07 Thread Stefan Guggisberg (Commented) (JIRA)
since PERSIST events should only appear in the event journal. implement PERSIST events for the EventJournal - Key: JCR-3172 URL: https://issues.apache.org/jira/browse/JCR-3172 Project

[jira] [Assigned] (JCR-3172) implement PERSIST events for the EventJournal

2011-12-07 Thread Julian Reschke (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke reassigned JCR-3172: --- Assignee: Julian Reschke implement PERSIST events for the EventJournal

Re: no PERSIST events?

2011-12-06 Thread Stefan Guggisberg
On Mon, Dec 5, 2011 at 5:17 PM, Julian Reschke julian.resc...@gmx.de wrote: Hi, I was just looking at a stream of events and noticed that we don't seem to generate PERSIST events? Is there a good reason for this, or is this just something we haven't done yet? can you please provide some

Re: no PERSIST events?

2011-12-06 Thread Julian Reschke
On 2011-12-06 11:42, Stefan Guggisberg wrote: On Mon, Dec 5, 2011 at 5:17 PM, Julian Reschkejulian.resc...@gmx.de wrote: Hi, I was just looking at a stream of events and noticed that we don't seem to generate PERSIST events? Is there a good reason for this, or is this just something we

Re: no PERSIST events?

2011-12-06 Thread Stefan Guggisberg
PERSIST events? Is there a good reason for this, or is this just something we haven't done yet? can you please provide some context information? i'll then try to answer your question. Sure :-) JSR 283 defines in http://www.day.com/specs/jcr/2.0/12_Observation.html#12.6.3%20Event

Re: no PERSIST events?

2011-12-06 Thread Julian Reschke
On 2011-12-06 14:53, Stefan Guggisberg wrote: ... ah right, jsr 283, journaled observation, ... now i vaguely remember ;) AFAIK jackrabbit doesn't support event bundling, i.e. PERSIST events are never dispatched. ... Bundling would be helpful when the event journal needs to get remoted

no PERSIST events?

2011-12-05 Thread Julian Reschke
Hi, I was just looking at a stream of events and noticed that we don't seem to generate PERSIST events? Is there a good reason for this, or is this just something we haven't done yet? Best regards, Julian