RE: Problem with the assignement of primary keys.

2003-04-04 Thread PICARD Jérôme
endredi 4 avril 2003 11:06 À : 'OJB Users List' Objet : RE: Problem with the assignement of primary keys. Hi, Hi, I modified the jdbc-type to BIGINT, and I have always the same problem. I suppose that the problem comes from the classe "SequenceManagerHighLowImpl" I u

RE: Problem with the assignement of primary keys.

2003-04-04 Thread PICARD Jérôme
DALL (CONTRACTOR) [mailto:[EMAIL PROTECTED] Envoyé : jeudi 3 avril 2003 18:34 À : OJB Users List Objet : RE: Problem with the assignement of primary keys. and public class Customer { protected long id; don't match. You either need to set the jdbc-type to BIGINT in y

RE: Problem with the assignement of primary keys.

2003-04-03 Thread BURT, RANDALL (CONTRACTOR)
and public class Customer { protected long id; don't match. You either need to set the jdbc-type to BIGINT in your class-descriptor or change id to int in class Customer. What type is CUS_ID in your database? -Original Message- From: PICARD Jérôme [mailto:[EM