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 - unable to enter pw when creating db connection
Summary: unable to enter pw when creating db connection
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-07-25 17:07 UTC by Kenneth Ganfield
Modified: 2007-02-14 12:12 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 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.