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 56450 - Broken resource reference
Summary: Broken resource reference
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Fiala
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-03-15 14:07 UTC by Petr Blaha
Modified: 2009-11-10 06:48 UTC (History)
2 users (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-03-15 14:07:11 UTC
[Build 20050314]
Steps:
1) create new Database resource lookup in bean class
2) go to visual editor of ejb-jar.xml
3) select resource reference entry representing datasource
4) click remove button
5) deploy EJB module
Deployment of this module failed with error:  This bean has no resource
reference by the name of [jdbc/myDatabase]
This is caused by element resource-ref in specific DD that isn't removed.
Comment 3 Petr Blaha 2005-04-21 10:08:17 UTC
[netbeans41 RC1]