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 82325 - Better defaulting for automatic database schema selection
Summary: Better defaulting for automatic database schema selection
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Rochelle Raccah
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-09 23:38 UTC by Rochelle Raccah
Modified: 2006-08-17 21:48 UTC (History)
1 user (show)

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 Rochelle Raccah 2006-08-09 23:38:16 UTC
See issue 74113.

There is one outstanding problem - 
"Another unexpected behavior:
Say I have a dbschema file in mypackage and right click on that package to
invoke this wizard.  The first found schema in META-INF is the default, not the
one in my package."
Comment 1 Andrei Badea 2006-08-10 09:33:29 UTC
Considering that dbschema files are usually in src/META-INF or src/conf and not
in packages, I think this it is unlikely that this issue affects any user.
Comment 2 Rochelle Raccah 2006-08-17 21:47:45 UTC
I thought it was a bit more common and the fix was easy:
Checking in
src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/DatabaseTablesPanel.java;
/cvs/j2ee/persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/Attic/DatabaseTablesPanel.java,v
 <--  DatabaseTablesPanel.java
new revision: 1.1.2.36; previous revision: 1.1.2.35
done
Comment 3 Rochelle Raccah 2006-08-17 21:48:13 UTC
fixed