Wednesday, July 06, 2005

JDO - JPOX Schema Tool and Oracle

Just so everyone is aware, I'm currently using JPOX (1.1.0-beta3) as my JDO implementation.

I've already run into my first snag with Oracle and JPOX. For some strange reason, when I try and map an int column in an object to an int column in the table (shows as number in desc command of table) the schema tool complains that the precision of the column in the table does not match what the object supports. I've tried changing the length of the column in the JDO mapping and a few other things, but nothing seems to fix this.

0 Comments:

Post a Comment

<< Home