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 64094 - Incorrect JNDI name of cmp-resource
Summary: Incorrect JNDI name of cmp-resource
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 09:44 UTC by Petr Blaha
Modified: 2005-11-03 13:23 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 Petr Blaha 2005-09-12 09:44:49 UTC
[build 20050911]
Steps:
1) create EJB module
2) generate CMP beans from default PointBase database
3) correct JDBC Sun resources are created
4) open su-ejb-jar.xml
ERROR:
in this file the incorrect JNDI name jdo/pmf instead jdbc/pointbase is used.
Comment 1 _ pcw 2005-09-14 05:29:14 UTC
Investigating.
Comment 2 _ pcw 2005-09-17 02:58:56 UTC
Regression caused by a block of code that got dropped when revamping resource
creation API.  Fixed.
Comment 3 Michal Mocnak 2005-11-03 13:23:45 UTC
Verified