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 23860 - Adaptors do not appear to work, at least with Sybase JConnect 5.2
Summary: Adaptors do not appear to work, at least with Sybase JConnect 5.2
Status: CLOSED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@db
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-22 19:05 UTC by lordpixel
Modified: 2004-02-03 09:02 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 lordpixel 2002-05-22 19:05:04 UTC
I can connect to our Sybase database using the
JConnect 5.2 driver and sucessfully execute SQL
queries, but the Explorer cannot anything under
the Tables, Views and Procedures nodes.

I tried to correct this by making an Adaptor,
initially specifying only a "Tables Query" to
hopefully be able to access the Tables list.

I saved the Adaptor to a .ser file, and specified
this in the Properties of the JConnect 5.2 driver,
as directed by the help file (this is error prone,
but I triple checked I had the path right, etc.).

However, now when I make connection with the
driver, no sub nodes appear under the connection's
node at all (ie, Tables, Views, Proedures does not
appear at all). Right clicking on the Connection
node and Selection "Properties" shows that every
property is either "null" or the text
"java.lang.NullPointerExcepition".

Interestingly, the connection still works for
basic queries and the like.
Comment 1 Radko Najman 2002-05-23 08:52:25 UTC
It is known problem. We are working on better implementation of the
adaptors for next release.
Comment 2 Marek Grummich 2002-07-22 08:50:28 UTC
Set target milestone to TBD
Comment 3 Radko Najman 2002-10-23 09:51:02 UTC
Adaptors will be reimplemented.
Comment 4 lordpixel 2003-07-08 20:39:45 UTC
Recieved request to Verify this.

Were adaptors really reimplemented or is someone simply clearing an
inconvenience off of their todo list?
Comment 5 Radko Najman 2003-07-09 13:27:25 UTC
The adaptors have not been reimplemented yet. I don't quess why QA
generated verify request for this issue.
Comment 6 Radko Najman 2004-02-02 18:05:03 UTC
Adaptors were removed for release 3.6. They are not used anymore.