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 137547 - "Choose an existing connection pool or create one"error message disappears in the JDBC Resource wizard on suffixing special characters in the JNDI Name
Summary: "Choose an existing connection pool or create one"error message disappears in...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-18 10:47 UTC by dpkumar
Modified: 2008-07-29 09:57 UTC (History)
1 user (show)

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 dpkumar 2008-06-18 10:47:41 UTC
NB Build:NetBeans IDE Build 200806160002
Sailfin Build :Sailfin 0.5-b38-fcs(http://javaweb.sfbay.sun.com/java/re/sailfin/0.5/nightly/bundles/latest/).
JDK Build :1.5.0_13

Steps to reproduce:
1.Install NB and sailfin0.5
2.Start IDE and register sailfin V1 server.
3.Create a simple web application(Hello world).
4.Right click on the project and select New/Other/Glassfish/JDBC Resource.
5.Check the "Choose an existing connection pool or create one" error message in the wizard.
6.Don't select any connection pool(Use existing connection pool or create New)
7.Suffix some special characters for the default JNDI Name. ex:jdbc/myDatasourc?

NOTE: 
-This issue happens with special chracters <,>.?,*,"
-NEXT and Finish buttons are disabled on suffixing special characters in the JNDI Name even after choosing particular  
 connection pool(Use existing JDBC connection pool or create New).
Comment 1 Vince Kraemer 2008-06-18 20:49:31 UTC
yup.

the error message (which is still 'valid') disappears.

That is confusing.
Comment 2 Vince Kraemer 2008-06-18 20:50:58 UTC
the error message for the invalid jndi name may be blank for some reason....
Comment 3 Nitya Doraisamy 2008-07-15 04:36:21 UTC
Fixed
http://hg.netbeans.org/main/rev/08c78ca34e3a
Comment 4 Nitya Doraisamy 2008-07-15 04:37:32 UTC
Correct fix link : http://hg.netbeans.org/main/rev/d107ec3a1716
Comment 5 dpkumar 2008-07-29 09:57:41 UTC
NB Build:NetBeans IDE Build 200807290201
Sailfin Build :(build b37f-fcs)(http://javaweb.sfbay.sun.com/java/re/sailfin/0.5/promoted/fcs/latest/).
JDK Build :1.5.0_13

This fix checked, hence changing status to verified