0 Replies Latest reply on Mar 29, 2007 7:00 AM by stephanev

    VariableInstance name set to null when deleting

    stephanev

      Hi,

      When the type variable changes, the old type is deleted. It's ok
      But when I check in my db, I see that all the field are set to null even the name.

      In the hibernate log :

       Hibernate: update JBPM_VARIABLEINSTANCE set TASKINSTANCE_=null, NAME_=null where TASKINSTANCE_=? and ID_=?
      


      It's normal that even the name are set to null ?