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 128305 - DD not reflect modules added with addEjbJarModule
Summary: DD not reflect modules added with addEjbJarModule
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords: TEST
: 128557 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-02-25 13:06 UTC by Petr Hejl
Modified: 2008-02-28 03:04 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 Hejl 2008-02-25 13:06:58 UTC
DD not reflect modules added with addEjbJarModule causing tests failures.

This could be introduce by recent changes. I would say EarProjectProperties.addItemToAppDD() should be called somewhere.
Comment 1 Petr Hejl 2008-02-25 16:09:30 UTC
Seems like EarProjectProperties.addJ2eeSubprojects() does not call store() as it was in original code (store ->
storeProperties -> resolveProjectDependencies -> updateContentDependency -> addItemToAppDD)... I tried to add it (just
to see what happens) and it throws IllegalStateException: Cannot generate build scripts from a modified project. I can't
deal with that. David can you look at it?
Comment 2 David Konecny 2008-02-27 06:16:32 UTC
changeset:   70003:78c090b104e8
user:        dkonecny@netbeans.org
date:        Wed Feb 27 19:11:55 2008 +1300
summary:     #128305 - DD does not reflect modules added with addEjbJarModule
Comment 3 David Konecny 2008-02-28 03:04:08 UTC
*** Issue 128557 has been marked as a duplicate of this issue. ***