You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of DiffRow generates problems in clustered environments (using Infinispan), because DiffRow is not marked as Serializable, but is IS Serializable. Add ... implements Serializable. See attached code DiffRow.zip