jbennett2091 wrote:
I've encountered similar errors a few times myself. Generally it's traced to a malformed column entry in one of the mapping files.
You may have to comment out all columns in a variety of files until it works, then turning columsn back on a few at a time. You'll eventually hone in on the problem.
Chances are you've told it to use java.lang.String for a numeric field, or long on a varchar2 field, or something like that.
Best of luck, it's trial&error time.
thanks a lot. this is really annoying. i guess i have oracle9i set to be number(1,0) and i try to update integer data. it shouldnt give me any error like this. its tard!!! im still getting this message. hehe