On 9/4/07, harvey waters <[EMAIL PROTECTED]> wrote: > > I would like to use ode with a jsr170 persistance layer (Apache > JackRabbit), > basically I want to be able to be able to persist the workflow (and its > state) in the content repository. Am I right in thinking that I would need > to develop a jsr170 dao layer. Is this feasable and is there someone out > there who is already doing it ?
Could you give a bit more detail about what you need? I guess you'd like to give your CMS some visibility on the process data but which data you're interested in? If it's read-only variable content for example there could be easier ways by listening to the event stream. Now if you need visibility on the whole instance state there are a few other hurdles on the way as the internal state isn't trivial to read. And if you need to update data you'll also have to worry about concurrency. Cheers, Matthieu Thanks > > Harvey >
