[jboss-user] [jBPM] - Re: [JDBCExceptionReporter] Large Objects may not be used in auto-commit mode.
José Luis Granda
do-not-reply at jboss.com
Thu May 26 12:35:18 EDT 2011
José Luis Granda [http://community.jboss.org/people/jlgranda81] created the discussion
"Re: [JDBCExceptionReporter] Large Objects may not be used in auto-commit mode."
To view the discussion, visit: http://community.jboss.org/message/607293#607293
--------------------------------------------------------------
Hi, I had the same problem. Fix it overwriting org.drools.persistence.info.WorkItemInfo, change
private @Lob
byte[] workItemByteArray;
by
@Basic(fetch = FetchType.LAZY)
byte[] workItemByteArray;
Hibernate change the column defitnition to workitembytearray bytea, and works for me :)
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/607293#607293]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110526/a773d1fe/attachment-0001.html
More information about the jboss-user
mailing list