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 49892 - DbSchema isn't captured
Summary: DbSchema isn't captured
Status: CLOSED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 4.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-04 16:16 UTC by Petr Blaha
Modified: 2006-03-24 13:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message log (24.10 KB, text/plain)
2004-10-04 16:18 UTC, Petr Blaha
Details
Exception when click on dbschema (1.49 KB, text/plain)
2004-11-04 12:32 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2004-10-04 16:16:33 UTC
[Build 041004]
setup: empty userdir
Steps:
1) Tools | Pointbase database | Start Local Database
2) File | New Project | EJB Modul
3) select new project's directory
4) go to project tab, select Source package node
of the web app's
5) invoke New | Database schema
6) enter only File name, take folder default: src/java
7) Next, select pointbase connection and only
first table listed.
8) dbschema's node is created, but only with error
triangle. You can't see captured tables.
When I try other database connection MySQL, all is
working fine.
Comment 1 Petr Blaha 2004-10-04 16:18:54 UTC
Created attachment 18024 [details]
message log
Comment 2 _ ludo 2004-10-04 16:25:25 UTC
dbschema is not a critical feature for EA1.
We do not do CMP for EA1, so I suggesst (stronlgy) we postposne a fix
after EA1.
Comments?
Comment 3 Chris Webster 2004-10-04 16:31:57 UTC
What about removing the wizard for EA1? This would prevent users from
getting into this state.
Comment 4 Petr Blaha 2004-10-04 16:33:51 UTC
It's awkward when user try bundled Pointbase database and then get
error. I agree, that it's not the most important for EA1, but the
dbschema wizard was working in builds 3 weeks ago.
Comment 5 _ ludo 2004-10-04 17:03:14 UTC
nothing else changed in your env?
JDK for ex or platform?
Comment 6 Petr Blaha 2004-10-04 17:18:06 UTC
Ludo, I performed mentioned steps with Build 040927, same platform,
jdk. Captured dbschema is OK.
Comment 7 _ ludo 2004-10-04 17:31:12 UTC
Cannoit reproduce so far.
When you exit, restart the IDE, what is the node status? Can you see
the tables?
Comment 8 Petr Blaha 2004-10-04 17:45:38 UTC
After restart I can't see captured tables. However I open project in
old NB's build there are opened. Increase priority to P2.
Comment 9 _ ludo 2004-10-04 17:48:46 UTC
old: you mean nb4.1ea1 from 3 weeks ago?
Comment 10 Petr Blaha 2004-10-04 18:20:52 UTC
I tried this on box with WinXP, but couldn't reproduce. Maybe related
only to Solaris platform.
Comment 11 Petr Blaha 2004-10-29 09:32:35 UTC
move from temporary component
Comment 12 Petr Blaha 2004-11-02 15:22:15 UTC
Workaround: close and open project
Comment 13 Petr Blaha 2004-11-04 12:32:55 UTC
Created attachment 18722 [details]
Exception when click on dbschema
Comment 14 _ ludo 2005-01-20 01:24:19 UTC
the assertDeprecatedMethod trace has been fixed.

Comment 15 Petr Blaha 2005-04-01 11:40:34 UTC
[Build 20050401]
I created sveral dbschemas from various databases e.g. MySQL, PointBase, Oracle,
MSSQL