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 98885 - Only first page with table bound to DB isn't clean
Summary: Only first page with table bound to DB isn't clean
Status: CLOSED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: John Baker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 17:35 UTC by Roman Mostyka
Modified: 2007-04-09 13:15 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 Roman Mostyka 2007-03-24 17:35:03 UTC
1. Create Visual Web Application.
2. Add 4 new pages. Now it is 5 pages in application.
3. Add one 'Table' component to the each page.
4. Bind table from first page with table from Derby.
5. Bind table from second page with table from MySQL.
6. Bind table from third page with table from Oracle.
7. Bind table from fourth page with table from PointBase.
8. Bind table from fifth page with table from MS SQLServer.

Note: Tables in DB must be from similar schemas.

9. Deploy application to GlassFish.

Result: Load application in browser, first page appears. Try to load second,
third, fourth or fifth page. These pages appear without anything on them, just
clean. Connection pools and data sources are created on GlassFish.
Comment 1 _ potingwu 2007-03-24 21:04:05 UTC
Hi, John,

I also have experience that if the database is not set correctly, the whole page
becomes empty!
Comment 2 Roman Mostyka 2007-03-25 15:03:42 UTC
I forgot to add DB drivers to GlassFish and this was a reason.