Deserialization - ClassCastException after datatype of a Custom class changed
Hi All,Recently I changed the datatype of a variable in a custom class from Integer to Double. When I start processing the older applications activiti is throwing classcastexception while assigning Integer to Double.Could anybody can help me how to g...