This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268850 - IllegalArgumentException at java.sql.Date.getSeconds
Summary: IllegalArgumentException at java.sql.Date.getSeconds
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-05 02:10 UTC by mexer
Modified: 2016-11-05 02:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227093


Attachments
stacktrace (4.75 KB, text/plain)
2016-11-05 02:10 UTC, mexer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mexer 2016-11-05 02:10:44 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 10

User Comments:
mexer: SELECT CURRENT_DATE, a FROM Apertura

GUEST: running query




Stacktrace: 
java.lang.IllegalArgumentException
   at java.sql.Date.getSeconds(Date.java:213)
   at sun.reflect.GeneratedMethodAccessor743.invoke(GeneratedMethodAccessor743.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at org.netbeans.modules.j2ee.persistence.jpqleditor.ui.ReflectiveTableModel.getValueAt(ReflectiveTableModel.java:123)
   at javax.swing.JTable.getValueAt(JTable.java:2717)
Comment 1 mexer 2016-11-05 02:10:46 UTC
Created attachment 162791 [details]
stacktrace