[jboss-user] [JBoss jBPM] - Re: Timer problem

sonicfab do-not-reply at jboss.com
Fri Sep 21 11:36:04 EDT 2007


PROBLEM SOLVED :

Apparently jBPM cannot use a timer when the corresponding process definition has only been instantiated in memory from an XML definition but has not been persisted (at least in the Hibernate L1 cache if not in the DB).

When I add this call after instantiating the process definition, I don't get the Hibernate transient exception anymore :

jbpmContext.deployProcessDefinition(processDefinition);

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

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



More information about the jboss-user mailing list