Re: [rules-users] JPA persistence for Drools Flow

2009-04-08 Thread Marc Dzaebel
Kris Verlaenen wrote: > > Note that the model of the history information is different from the > runtime model, and contains all the nodes that were triggered (and > possibly completed). So new data gets added to this process instance log > every time something new happens, there's no different

Re: [rules-users] JPA persistence for Drools Flow

2009-04-07 Thread Kris Verlaenen
Quoting Marc Dzaebel : > > Hi Kris, > > thanks for your thorough and quite helpful explanation! > > Kris Verlaenen wrote: > > > > ... concrete plans in adding separate persistence of process > instance > > variables in the database. I expect this to be added to trunk in a > few > > weeks time.

Re: [rules-users] JPA persistence for Drools Flow

2009-04-07 Thread Marc Dzaebel
Hi Kris, thanks for your thorough and quite helpful explanation! Kris Verlaenen wrote: > > ... concrete plans in adding separate persistence of process instance > variables in the database. I expect this to be added to trunk in a few > weeks time. > So it could be in in Drools 5.0? I think th

Re: [rules-users] JPA persistence for Drools Flow

2009-04-06 Thread Kris Verlaenen
el" To: Sent: Tuesday, April 07, 2009 12:30 AM Subject: [rules-users] JPA persistence for Drools Flow Hi, w're evaluating Drools Flow 5 as a process engine for bigger projects at Volkswagen in a world wide szenario. There is one crucial question about process persistence. Proces

Re: [rules-users] JPA persistence for Drools Flow

2009-04-06 Thread Mauricio Salatino
I'm working on that.. probably i have a first draft about it in two weeks from now.. For what i know, it will be included in 5.1. But i think that i could make it work soon. Ask to Mark and Kris about it. On Mon, Apr 6, 2009 at 7:30 PM, Marc Dzaebel wrote: > > Hi, > > w're evaluating Drools Flow

[rules-users] JPA persistence for Drools Flow

2009-04-06 Thread Marc Dzaebel
Hi, w're evaluating Drools Flow 5 as a process engine for bigger projects at Volkswagen in a world wide szenario. There is one crucial question about process persistence. Process instances are currently saved binary (@LOB) via ObjectOutputStream and ByteArrayOutputStream through JPA. May be this