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 71848 - ejb-jar.xml is not updated after Session bean creatiion
Summary: ejb-jar.xml is not updated after Session bean creatiion
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-25 13:07 UTC by Michal Mocnak
Modified: 2006-01-31 04:44 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 Michal Mocnak 2006-01-25 13:07:43 UTC
Found in the private build from javaee5 branch

1. start nb
2. opne/create a ejb module
3. create a new session bean
=> the ejb-jar.xml file si not updated about the new session bean informations
!!! and it's still empty (in case you've created a new module)
Comment 1 Pavel Buzek 2006-01-31 04:44:37 UTC
Just tested with J2EE 1.4 module on the branch. The session bean gets written
into DD, I can see it in project view. Please test and reopen if needed.