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 76057 - Second dbschema is not shown in package explorer, only in file explorer
Summary: Second dbschema is not shown in package explorer, only in file explorer
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-07 18:33 UTC by brviking
Modified: 2006-06-04 23:17 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 brviking 2006-05-07 18:33:00 UTC
Step to reproduce:
1) Create some Entity Classes from database
2) Check on Configuration Files that dbo_YourProject-WebModule.dbschema exists
3) Create additional Entity Classes from database
4) On configuration files, there is nothing.
5) Goes to Files, expand YourProject-WebModule -> src -> conf: there are two
dbschemas: dbo_YourProject-WebModule and dbo_YourProject-WebModule_1

In my personal preferences, should be only one dbschema, since it's same JDBC
connection (as stated on issue 76056).

But, since there is two, then two should be shown, not only one!
Comment 1 Andrei Badea 2006-05-10 10:03:32 UTC
Is this in a web project or EJB project? I would understand from the steps to
reproduce that the former is true, yet the issue is filed against the EJB
project. Anyway, I think it doesn't qualify as a P2.
Comment 2 brviking 2006-05-10 15:19:06 UTC
It's a EJB project, but this entity in particular is being created in web module.
In any way, as I could observe it's fixed in NetBeans daily build 200605050500.
I'm marking this WFM. Thankyou for your attention.
Since now, I'll make all tests against daily build.