JBoss Community

Re: could not insert: [org.jbpm.pvm.internal.lob.Lob] during deployment

created by Michael Wohlfart in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community