DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34568>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34568 Summary: ResultSetDynaClass contains wrong property class type Product: Commons Version: 1.6 Final Platform: All OS/Version: Windows 95 Status: NEW Severity: normal Priority: P3 Component: Bean Utilities AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hello, I have the problem that the ResultSetDynaClass doesn't work as I expected. Statement stm = con.createStatement(); ResultSet rs = stm.executeQuery("select * from foo"); ResultSetDynaClass rsdc = new ResultSetDynaClass(rs); In the class is now described a column with type java.sql.Timesstamp. If I iterate over the result set, then the DynaBean contains in the column objects with type java.sql.Date. Thank You Christian -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
