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 20870 - DB Explorer shows old version of PointBase connect string
Summary: DB Explorer shows old version of PointBase connect string
Status: CLOSED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: All Windows 3.1/NT
: P2 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-25 22:23 UTC by Jane Sokolow
Modified: 2003-06-30 17:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch (1.35 KB, patch)
2002-02-26 10:35 UTC, Pavel Flaska
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jane Sokolow 2002-02-25 22:23:33 UTC
When you are creating an EJB  from an existing PointBase db, the syntax shown in the New Database Connection dialog is the Pointbase 3.x syntax.  It 
should be PointBase 4.2 syntax.  The difference is:

PointBase 3.x: jdbc:pointbase://<HOST>[:<PORT>]/<DB>
PointBase 4.x: jdbc:pointbase:server://<HOST>[:<PORT>]/<DB>

Although the PointBase literature says you can still use the old syntax, we should use the currently sanctioned syntax in our product.  This is especially 
important because we now use PointBase internally with RI, and using old syntax could cause problems.
Comment 1 Pavel Flaska 2002-02-26 10:35:57 UTC
Created attachment 4819 [details]
Patch
Comment 2 Pavel Flaska 2002-02-26 10:51:48 UTC
This issue was merged with bugtraq bug #4642608. There is change in
default username, password and schema from public to pbpublic. It is
part of the provided patch.
Comment 3 Pavel Flaska 2002-02-28 10:07:42 UTC
Fixed in trunk and orion_ea brach.
Comment 4 David Kaspar 2002-11-18 14:31:38 UTC
Verified
Comment 5 David Kaspar 2002-11-18 14:31:57 UTC
Verified
Comment 6 Quality Engineering 2003-06-30 17:17:49 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.