[jbpm-dev] [Design of JBoss jBPM] - Re: Is it possible to avoid hibernate?

jorgemoralespou_2 do-not-reply at jboss.com
Wed Jul 8 07:06:30 EDT 2009


What I'm thinking of is, to build my own custom ProcessRepository. This process repository would be held in memory, as I only want latest process definitions to be used. Then I would like to instantiate different ExecutionServices, with different persistent strategies for executions and history (memory, db) to enable asynchronous process executions (persistent mode) and synchronous process execution. (memory execution, and persistent or without history).

I'll try to start with the on memory process repository, trying to hold ProcessDefinitions in Memory. And then, I think Iĺl try to configure an ExecutionService, without history.

Any thoughts?

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242386#4242386

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242386




More information about the jbpm-dev mailing list