google-code-export / activeweb

Automatically exported from code.google.com/p/activeweb
0 stars 0 forks source link

Conversion from java.util.Date to java.sql.Date is not valid #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
this conversion should not even take place because java.util.Date is not DB 
-related. 
The fix is to remove conversion all together and throw IllegalArgumentException 
in case someone sticks java.utul.Date into DB class. The Model class however 
needs to have friendlier conversion methods

Original issue reported on code.google.com by ipolevoy@gmail.com on 17 Jun 2011 at 5:30

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 17 Jun 2011 at 5:31

GoogleCodeExporter commented 9 years ago
this is AJ defect, mot AW :)

Original comment by ipolevoy@gmail.com on 17 Jun 2011 at 9:07