Re: Violation of unique constraint $$: duplicate value(s) for column

2009-12-08 Thread cmoulliard
I have set the field name with a default value in the class ProcessDefinition but the error is still there. If I remove the annotation on the method getName, it works !!! //@Column(unique = true) public String getName() { return name; } What is the solution for HSQL DB ? Re

Re: Violation of unique constraint $$: duplicate value(s) for column

2009-12-08 Thread cmoulliard
I have set the field name with a default value in the class ProcessDefinition but the error is still there. If I remove the annotation on the method getName, it works !!! //@Column(unique = true) public String getName() { return name; } What is the solution for HSQL DB ? Re