You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/04/22 11:45:41 UTC

DO NOT REPLY [Bug 34568] New: - ResultSetDynaClass contains wrong property class type

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: commons-dev@jakarta.apache.org
        ReportedBy: christian.treptau@gmx.de


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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org