I use Oracle and have successfully mapped NUMBER columns.  Currently I am not specifying constraints in the scale/precision of the number columns, though, so I am not sure if that would cause a problem.  I then simply map java.lang.Integer and java.lang.Double values into the appropriate columns.
 

********************************************
Steve Ebersole
IT Integration Engineer
Vignette Corporation
512.741.4195

Visit http://www.vignette.com

********************************************

-----Original Message-----
From: Guillaume Thomassian [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 9:57 AM
To: [EMAIL PROTECTED]
Subject: [castor-dev] Problem mapping to ORACLE NUMBER fields...

How can I map ORACLE types such as NUMBER(5) ?
I used integer type, but it doesn't seem to work when I create entries in the Database !

Reply via email to