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

Summary: DB Explorer shows old version of PointBase connect string
Product: db Reporter: Jane Sokolow <janesokolow>
Component: CodeAssignee: Pavel Flaska <pflaska>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: -FFJ-   
Hardware: All   
OS: Windows 3.1/NT   
Issue Type: DEFECT Exception Reporter:
Attachments: Patch

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.