[jboss-user] [jBPM Users] - Re: Hibernate LazyInitializationException

mwohlf do-not-reply at jboss.com
Mon Oct 19 08:26:44 EDT 2009


to me this looks like a configuration issue in your jbpm-config file, check your transaction-context tag , for me the following setup works:

  |   <transaction-context>
  |     <transaction />
  |     <repository-session />
  |     <db-session />
  |     <message-session />
  |     <timer-session />
  |     <history-session />
  |     <hibernate-session />
  |   </transaction-context>
  | 
but maybe you want to set:

  |     <hibernate-session current="true"  />
  | 
or maybe you forgot the 

  |     <history-service />
  | 
in the jbpm-config file?

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

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



More information about the jboss-user mailing list