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 84593 - dbschema invisible when in different directory
Summary: dbschema invisible when in different directory
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-11 11:08 UTC by Lukasz Grela
Modified: 2006-09-11 13:15 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 Lukasz Grela 2006-09-11 11:08:33 UTC
#20060911000

1) create web project

2) create dbschema use different directory mydir instead of src/conf to put file

3) the dbschema file is not available from project tab

4) try to generate entity from db, wizard also is not aware of dbchema file
Comment 1 Andrei Badea 2006-09-11 13:15:25 UTC
This is according to the spec. The dbschema file is only displayed in the
Projects view or the wizard if it is under src/conf or some source group.