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 111943 - Oracle DB table can't be bound with Table compoennt
Summary: Oracle DB table can't be bound with Table compoennt
Status: VERIFIED DUPLICATE of bug 111161
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-08-03 18:05 UTC by Roman Mostyka
Modified: 2007-08-06 12:03 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Oracle driver (1.47 MB, application/octet-stream)
2007-08-03 18:06 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2007-08-03 18:05:51 UTC
1. Create Java EE 5 web project with "Visual Web JSF" framework.
2. Add Table component to the page.
3. Add attached ojdbc.jar as JDBC driver for Oracle.
4. Add new Oracle connection. I used URL: jdbc:oracle:thin:@rave-db.russia.sun.com:1521:ORCL, User Name: travel,
Password: travel.
5. Click DB table and then click Table component on the page.

Result: Table component isn't bound to the DB. cachedRowSet isn't created, only cachedRowSetDataProvider exists.
Comment 1 Roman Mostyka 2007-08-03 18:06:51 UTC
Created attachment 46135 [details]
Oracle driver
Comment 2 _ jimdavidson 2007-08-04 13:52:42 UTC
There is a problem here.  It first showed up in builds around 7/22.  I'm guessing that it's related to the fix for Bug
110472, which changed the driver class file for Oracle.  If that's so, the fix is to roll back that change and find a
different way of working around that issue.  Assigning to JohnB to investigate.
Comment 3 _ alexpetrov 2007-08-06 11:27:04 UTC
It seems that developers don't remember that this bug was filed a week ago, was downgraded to P2 and was assigned
already to John Baker.

*** This issue has been marked as a duplicate of 111161 ***
Comment 4 _ alexpetrov 2007-08-06 12:03:27 UTC
Marked as "Verified" as a duplicate of http://www.netbeans.org/issues/show_bug.cgi?id=111161.