Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: Cannot view a task form in jbpm-console (5.4.0-SNAPSHOT) on EAP 6.0, PostgreSQL
and Hibernate 4"
To view the discussion, visit:
https://community.jboss.org/message/755069#755069
--------------------------------------------------------------
In general, this is cause by not all operations in task service are enclosed in
transaction (for instance queries - like in the exception above) and since they access
blob data postgresql does not allow to do that not being part of transaction thus this
error happens.
I opened
https://issues.jboss.org/browse/JBPM-3763 jira for this so please keep an eye on
it.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/755069#755069]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]