Michael Wohlfart [http://community.jboss.org/people/mwohlf] created the discussion
"Re: could not insert: [org.jbpm.pvm.internal.lob.Lob] during deployment" To view the discussion, visit: http://community.jboss.org/message/572639#572639 -------------------------------------------------------------- Maybe it's a size thing with oracle's clob/blob, did you try to remove other chuncks of the code to reduce the size and check if deployment works? Can you try the following parameters in your hibernate config: <property name="hibernate.jdbc.use_streams_for_binary">true</property> <property name="hibernate.connection.SetBigStringTryClob">true</property> -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/572639#572639] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
