When I integrate spring3, jpa(hibernate4 provider) and activiti, I found that there was a problem what the transaction commited error. The exception said the connection is closed, and it occurs in spring application Initialization. but if I use hibernate3 to be jpa provider, everything is ok. does not activiti support hibernate4 to share the common transaction?
sincerely
thanks