[jboss-user] [JBoss jBPM] - Re: TaskInstance.setActorId(String) causes set TaskInstance
salaboy21
do-not-reply at jboss.com
Fri Jun 13 13:33:07 EDT 2008
anonymous wrote : How does JBPM/Hibernate actually decide when to query the database?
JbpmContext flush all the data to the database when close method is called.. this is when the process reach a wait state.. when the process is running all the changes are made in "memory".. so if you want to flush some change to the database in some particular moment you need to call the close method...
I hope it helps..
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158043#4158043
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158043
More information about the jboss-user
mailing list