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 24363 - JDBC Form Wizard : Default generated code throws exception on Execution
Summary: JDBC Form Wizard : Default generated code throws exception on Execution
Status: CLOSED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@db
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-04 00:47 UTC by Sakthivel Gopal
Modified: 2003-06-30 17:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sakthivel Gopal 2002-06-04 00:47:14 UTC
FFJ FCS Rc5 Build on Windows/Solaris

1> Create New JDBC Form using wizard
   - select default PointBase database connection
  - select table CUSTOMER 
  - Selected all columns and chosen All Editable
  -  Chose NBCachedRowSet Type
 - Gave a file name to be saved as

2. Executed this new JDBC form generated
3. Clicked on "+" to add new blank row throws
exception :
java.sql.SQLException: acceptChanges Failed
        at
sun.jdbc.rowset.CachedRowSet.acceptChanges(CachedRowSet.java:791)
        at
org.netbeans.lib.sql.NBCachedRowSet.acceptChangesInternal(NBCachedRowSet.java:712)
        at
org.netbeans.lib.sql.NBCachedRowSet.insertDefaultRoData
exception -- null value not allowed. .
w(NBCachedRowSet.java:743)
        at
org.netbeans.lib.sql.DataNavigator.addButtonActionPerformed(DataNavigator.java:289)
        at
org.netbeans.lib.sql.DataNavigator.access$400(DataNavigator.java:35)
        at
org.netbeans.lib.sql.DataNavigator$5.actionPerformed(DataNavigator.java:153)
        at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1767)
        at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1820)
        at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
        at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
        at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:258)
        at
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:227)
        at
java.awt.Component.processMouseEvent(Component.java:5021)
        at
java.awt.Component.processEvent(Component.java:4818)
        at
java.awt.Container.processEvent(Container.java:1380)
        at
java.awt.Component.dispatchEventImpl(Component.java:3526)
        at
java.awt.Container.dispatchEventImpl(Container.java:1437)
        at
java.awt.Component.dispatchEvent(Component.java:3367)
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
        at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:2929)
        at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
        at
java.awt.Container.dispatchEventImpl(Container.java:1423)
        at
java.awt.Window.dispatchEventImpl(Window.java:1566)
        at
java.awt.Component.dispatchEvent(Component.java:3367)
        at
java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:190)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
        at
java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
Comment 1 Radko Najman 2002-06-13 09:34:04 UTC
This is not Database Explorer bug. Please file the bug into Bugtraq,
jdbc-client category and close this bug as invalid.
Comment 2 Radko Najman 2002-06-27 09:47:10 UTC
Closing as INVALID.
Comment 3 Martin Schovanek 2003-03-12 18:26:14 UTC
VERIFIED
Comment 4 Quality Engineering 2003-06-30 17:17:49 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.