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 81096

Summary: unable to enter pw when creating db connection
Product: db Reporter: Kenneth Ganfield <kganfield>
Component: CodeAssignee: Andrei Badea <abadea>
Status: RESOLVED WORKSFORME    
Severity: blocker Keywords: RANDOM
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Kenneth Ganfield 2006-07-25 17:07:31 UTC
NB: 200607250000/jdk1.5

New userdir
1. create EJB module with target app server 8.2
2. new file > persistence > create entity classes from db
3. data source pull-down is empty so choose New data source
4. in new data source dialog, enter JNDI name and select db connection

i get a message in dialog box saying to enter the password to db, but no place
to enter pw.
Comment 1 Andrei Badea 2006-07-28 15:20:27 UTC
Caused by the respective DatabaseConnection.getPassword() returning null
although the password is not null and was used to connect. Perhaps a race
condition, I am not able to reproduce it.
Comment 2 Andrei Badea 2007-02-14 12:12:14 UTC
I have never managed to reproduce this problem, nor have I ever encountered it.
Closing, please reopen if you reproduce it again.