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

Summary: ejb-jar.xml is not updated after Session bean creatiion
Product: javaee Reporter: Michal Mocnak <mmocnak>
Component: EJB ProjectAssignee: Martin Adamek <madamek>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: pbuzek
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.