Again the same problem! The exception comes if I annotate the ID with @Id.
@ForeignKey(name = "User")
public String He;
@ForeignKey(name = "User")
public String Him;
@Id @GeneratedValue(strategy=GenerationType.AUTO)
public int f_id;
But if I annotate some other String attribute, the error goes away. What can be the problem, can anyone help me pls?
What is the "evolutionsplugin=disabled" in conf file? Isn't it causing the issue?