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

Summary: IllegalArgumentException at java.sql.Date.getSeconds
Product: javaee Reporter: mexer
Component: PersistenceAssignee: Sergey Petrov <sj-nb>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227093
Attachments: stacktrace

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