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 111031 - First attempt to connect to database regularly fails
Summary: First attempt to connect to database regularly fails
Status: RESOLVED FIXED
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: 111032 105321
Blocks:
  Show dependency tree
 
Reported: 2007-07-26 00:43 UTC by John Baker
Modified: 2007-11-02 01:21 UTC (History)
0 users

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:43:14 UTC
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)
Comment 1 John Baker 2007-07-26 00:44:05 UTC
may not be able to address until after beta1
Comment 2 John Baker 2007-09-04 19:13:22 UTC
Always worked this way. This is an enhancement
Comment 3 John Baker 2007-09-14 01:33:30 UTC
Fixed

Checking in visualweb/dataconnectivity/src/org/netbeans/modules/visualweb/dataconnectivity/sql/DesignTimeDataSource.java;
/cvs/visualweb/dataconnectivity/src/org/netbeans/modules/visualweb/dataconnectivity/sql/DesignTimeDataSource.java,v  <--
 DesignTimeDataSource.java
new revision: 1.6; previous revision: 1.5
done
Comment 4 John Baker 2007-11-02 01:18:49 UTC
Forgot to mark fixed
Comment 5 John Baker 2007-11-02 01:21:11 UTC
This issue consisted of 2 issues.  The other issue, 109163 is not fixed