Category: | Bug report |
Priority: | Normal |
Status: | Assigned |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
Creating a report with the report wizard from an Oracle table including a TIMESTAMP datatype results in a java.lang.ClassNotFoundException: oracle.sql.TIMESTAMP
(Using Oracle Thin ojdbc6.jar driver.)
Changing in XML to java.sql.Timestamp solves the issue.
2 Comments:
Thanks for saving me the time and effort.
Thanks, it works!