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 77471 - incorrect ejb event coming from merged dd provider.
Summary: incorrect ejb event coming from merged dd provider.
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords:
Depends on:
Blocks: 80015
  Show dependency tree
 
Reported: 2006-06-06 23:40 UTC by _ pcw
Modified: 2009-11-10 06:50 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 _ pcw 2006-06-06 23:40:10 UTC
Create two ejb modules with ejbs, as described in issue 77470 (in fact, this bug
may be related to that bug.)

On restart of IDE, open sun-ejb-jar.xml in the config editor.  Observe there are
_two_ EJB nodes present "ClientBean" and "ServiceBean".  ClientBean is the only
bean that should exist.

It looks like the merged annotation provider might be misinterpreting an ejb-ref
annotation as an ejb annotation (again, see issue 77470.)
Comment 1 Martin Adamek 2006-07-11 14:17:49 UTC
Already fixed.