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 - Failed to register newly created JDBC resource, bug may be in the create stage
Summary: Failed to register newly created JDBC resource, bug may be in the create stage
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-09 19:51 UTC by judytang
Modified: 2005-09-16 10:00 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 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