suvendu wrote:
Hi,
What length are you specifying for the timestamp property in your configuration file?
Try with length=26, other than this i dont see any problem. If you are trying to use that column in your code you shouldn't get any problem..You might get an exception only if you're trying to convert that field to date and use in your program.
Yes, this is my problem, i need to wrap that timestamp in a java.util.Date inside my application, any solution for this? I can't remove or change the field with 0000000000000 timestamp.