* Jakob Braeuchi ([EMAIL PROTECTED]) wrote: > i assume that the field 'id' in your class Customer is incompatible with the > type returned from db.
Yes, the type in the db was integer. But the type in the class Customer was Long. I now changed the Long to int in the Customer class, but my application now comes up with another exception. Will post more when I have investigated it. Why the reverse-db tool generated the wrong type I do not know. Thanks, Anders -- Anders Hermansen YoYo Mobile as -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
