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 53481 - Only connection pool is registered automatically
Summary: Only connection pool is registered automatically
Status: CLOSED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Rajeshwar Patil
URL:
Keywords: RELNOTE
Depends on:
Blocks:
 
Reported: 2005-01-17 08:07 UTC by Petr Blaha
Modified: 2006-03-24 13:15 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 Petr Blaha 2005-01-17 08:07:30 UTC
[Build EA2 20050114]
Steps to reproduce;
1) create Populated Application
2) in EJB module generate CMP bean from database
3) JDBC Resource and Connection Pool for
connection are created in project, under Server
resources node
4) deploy application to App server
Only connection pool is registered in server
automatically. Therefore, user get exception when
invokes CMP bean.
Workaround:
Register JDBC datasource manually. Select node
representing JDBC datasource, right-click and
invoke Register.
Comment 1 Rajeshwar Patil 2005-01-21 02:20:35 UTC
Works for me.
Verified in EA2 & trunk.
Comment 2 _ ludo 2005-01-28 23:28:45 UTC
so close this bug?
Comment 3 _ ludo 2005-01-29 15:58:49 UTC
reopen if you can reproduce with a complete set of steps.
Comment 4 Petr Blaha 2005-02-17 13:06:27 UTC
[Build 20050215]