1 Reply Latest reply on Oct 14, 2005 12:55 PM by kukeltje

    Hibernatable objects will be serialized when saved to the co

    tobias.bosch

      Hello.
      I realized, that there is a bug in the current jbpm.varmapping.properties:
      The entry {serializable-classes} stands before the entry {hibernateable-long-id-classes}. By this, any hibernatable instance that should be saved to the context will be serialized, instead of using the general approach of hibernate of just storing the id.

      Solution:
      Just move the entry with {serializable-classes} to the end of the file.