Oh,

the first hint on the hibernate-thread was it.

I had tested 

@Id
  | @GeneratedValue(strategy = GenerationType.AUTO)
  | private Long id;

and the same the getter-Method

@Id
  | @GeneratedValue(strategy = GenerationType.AUTO)
  | public Long getId() {
  |     return id;
  | }
...and forgot to delete on of them so it was duplicate.

Now it works, thank you very much!
NSchweig
        

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245598#4245598

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245598
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to