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 66752 - DataBase Name property of JDBC conneciton pool doesn't get saved correctly
Summary: DataBase Name property of JDBC conneciton pool doesn't get saved correctly
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-13 22:18 UTC by liwang
Modified: 2006-08-15 02:32 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 liwang 2005-10-13 22:18:12 UTC
In Netbean, add one local server and one remote server. Create a J2EE
application project. Open the project and go to EJB module. Add a JDBC
connection pool. In the properties fields, give values to User, Password and
Datbase Name. I give Database Name as
"jdbc:pointbase:server://localhost:9092/sample". After register it. The pools is
created in remote server. Open the connection pool. The DataBase Name property
become "jdbc:pointbase://?HOST>:?PORT>/?DB>" The Database Name doesn't get saved
correctly.
Comment 1 Nitya Doraisamy 2005-10-13 23:40:48 UTC
Cannot reproduce. The resource will be registered to the server which is the
target of the enclosing project. Please check to see the resource property sheet
on the project tab to see if the value you entered for databaseName is same or
different from the registered value.
Comment 2 liwang 2005-10-13 23:50:40 UTC
This problem is found when create JDBC connection pool by select "New
Configuration using Database" and select Pointbase 4.8. If select "Extracting
from existing connection.", it is OK.
Comment 3 Nitya Doraisamy 2005-10-13 23:56:11 UTC
Please check to see the connection pool's property sheet from the project tab to
see if the value you entered for databaseName is same or different from the
registered value.

Remeber, in the wizard, properties table, you have to hit Enter after entering
the value for it to be saved.
Comment 4 liwang 2005-10-14 00:42:32 UTC
Problem occurs when user fail to type Enter after modifying Database Name.
Comment 5 Jaroslav Pospisil 2006-03-13 13:49:26 UTC
TM 5.0->TBD
Comment 6 Nitya Doraisamy 2006-08-15 02:32:20 UTC
User comment indcates that she did not hit Enter in the table after editing.
This is required and is specifically indicated in the wizard.