Hello,

 

I’m trying to insert user in my oracle database using ibatis framework.

I generated sql-map file using Abator plugin.

 

My table look like that :

 

UID       CHAR(36 Bytes)          

MOBILE           CHAR(12 Bytes)

 ORIGINE_UUID            CHAR(36 Bytes)

 ETAT   CHAR(10 Bytes)

LOGIN  CHAR(20 Bytes)

 ETAT_MODIFIE           CHAR(1 Bytes)

TSTMPINSR     TIMESTAMP(6)                        

TSTMPUPDT    TIMESTAMP(6)

 

I can see that Timestamp columns have been set as ‘Object’ in my javabean..

It should have been a “Date” type !

 

 

So, when I try to store my user, I have that exception :

 

--- Check the parameter mapping for the 'TSTMPUPDT' property. 

--- Cause: java.sql.SQLException: Type de colonne non valide

Caused by: java.sql.SQLException: Type de colonne non valide

 

What should I do ??

 

 

Thx

     

 

 

Reply via email to