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 64006

Summary: Failed to register newly created JDBC resource, bug may be in the create stage
Product: serverplugins Reporter: judytang <judytang>
Component: Sun Appserver 8Assignee: Vince Kraemer <vkraemer>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description judytang 2005-09-09 19:51:17 UTC
I am using NetBeans 4.2 (9/7) build, and Appserver 8.1 PE UR2 for testing.

Steps to recreate:

(1) Create a project
(2) At EJB module node, click on Server Resources node -> New -> File ->
Sun Resources - > JDBC Resources
(3) Create JDBC resources select create new JDBC connection pool option,
it created and JDBC resources called  
(4) try to register the JDBC resources, it says successful, but when checked
the runtime tab, the JDBC resources was not there.  Acutally, in this case
I expect to see an error message saying the pool is not there, but I did not
see this kind error message.  This is issue (1)
(5) try to register the JDBC connection pool, every thing is fine
(6) try to register the JDBC resources again, it says successful, but when 
checked the runtime tab, the JDBC resources was not there.  This is issue (2)
Comment 1 Vince Kraemer 2005-09-14 19:28:05 UTC
Cannot reproduce so far.
Comment 2 Vince Kraemer 2005-09-15 20:33:32 UTC
filer could not reproduce