Closed kzbt closed 9 years ago
I will take a look at this later this week and get back to you
issue fixed, was caused by some black magic done by OpenEntityManagerInViewInterceptor from spring that closed the entity after completing deployment request. Moreover moved the example to 6.2.0.Final instead of snapshot.
thanks! :+1:
@mswiderski , I'm still getting this error. I use the Kie version 6.5.0.Final
Hello @mswiderski ,
I'm still facing this issue in Kie 6.5.0.Final, could you please help.
I'm using JBPM+SpringBoot and facing this issue after few 100 requests.
I would recommend to upgrade jBPM and start relying on latest and officially supported SpringBoot - see business applications at jbpm.org website
Hi, I've successfully managed to run the spring boot example and deploy a process. However when I try to spawn a new process instance by
POST
ing to/processdef/new
, I'm given an exception that says:EntityManager is closed
. The complete stacktrace is below.I've not modified the sample project.