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 111032 - CachedRowSetXImpl doesn't listen for database connections
Summary: CachedRowSetXImpl doesn't listen for database connections
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: John Baker
URL:
Keywords:
Depends on:
Blocks: 111031
  Show dependency tree
 
Reported: 2007-07-26 00:47 UTC by John Baker
Modified: 2008-02-06 14:39 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Baker 2007-07-26 00:47:13 UTC
After the IDE has started and connection is made to Derby, the CachedRowSetXImpl doesn't listen for database connections

Using a build from July 17, I'm unable to reproduce after
following these steps and the component in Page1 binded successfully to the component:
- Create a visual web project
- Bind a table component to a database table
- Open another non-visual web project so it's the default project
- Close NetBeans
- Open NetBeans
- Open a connection to the database in the Services window
- Open Page1 in the visual web project

If the connection is not opened in the 2nd to last step, then the exception does occur.
But, in this instance, the exception expected since there is no connection available (and Derby is not running)