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 75331 - JDBC Resources is not Register under Web Server
Summary: JDBC Resources is not Register under Web Server
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebServer 7 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Mukesh Garg
URL: http://issues@serverplugins
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-21 11:22 UTC by shajinimathews
Modified: 2006-10-23 16:41 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 shajinimathews 2006-04-21 11:22:59 UTC
Build    :Plugin  on Sun Java System Web Server  7.0 B04/18/2006 08:33 
Product version : Sun Java(TM) Studio Enterprise 8.1(Build 2006.04.19)
Operating System: Windows XP version 5.1 running on x86
Java: 1.5.0_06
Steps to reproduce:
1. Install  jdk1.5 
2. Install Coco Build
3. Go to Menu->NewFile
4. Select Java Web Server 7.0 Resources->> JDBC Resource->>Next->>Finish
5. Switch to Project tab
6. Click on Server Resources
7. Right click on "jdbc.sun-ws7-resource" 
8. press on "Register"


"Register" is not Registring in Web Server but it throwing some exception that
Error is not visible on Screen
Comment 1 Mukesh Garg 2006-04-21 13:03:49 UTC
The reason is that some of the default values of the connection properties are
wrong.
Will fix that...
Comment 2 Mukesh Garg 2006-06-13 19:03:06 UTC
The primary reason for this error was that the default values for wait-timeout
and idle-timeout for the JDBC resource was out of range and hence WebServer
admin throws an error.
This bug has now been fixed on 05/18/2006.
The affected file for this fix is 
webserver7/src/org/netbeans/modules/j2ee/sun/ws7/serverresources/wizards/JDBCWizard.xml

Please verify and close the bug.
Comment 3 shajinimathews 2006-07-12 06:36:16 UTC
Build    :Plugin  on Sun Java System Web Server  7.0 B04/18/2006 08:33 
Product version : Sun Java(TM) Studio Enterprise 8.1(Build 2006.04.19)
Operating System: Windows XP version 5.1 running on x86
Java: 1.5.0_06
Steps to reproduce:
1. Install  jdk1.5 
2. Install Coco Build
3. Go to Menu->NewFile
4. Select Java Web Server 7.0 Resources->> JDBC Resource->>Next->>Finish
5. Switch to Project tab
6. Click on Server Resources
7. Right click on "jdbc.sun-ws7-resource" 
8. press on "Register"
Now It is working properly. It is Register under  Runtime tab -> WebServer7.0->
JDBC Resources.