Over the weekend I tried running my app with jdk1.8 ea and found that some of the methods (in the auto package classes) that return a sql.Date then throw a class cast exception complaining that it can't cast util.Date to sql.Date !?
However the app works fine in jdk1.7 ? It appears that the different java versions are returning a different object for readProperty: jdk1.7 returns sql.Date jdk1.8 returns util.Date Has anybody experienced something like this ? Thanks.