Bug 303635 - random build/compile error due to out of sync deployment descriptor
Summary: random build/compile error due to out of sync deployment descriptor
Status: RESOLVED FIXED
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: 3.0.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M6   Edit
Assignee: Carl Anderson CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords:
Depends on: 303070
Blocks: 311448 313608
  Show dependency tree
 
Reported: 2010-02-23 10:46 EST by Carl Anderson CLA
Modified: 2010-05-19 15:19 EDT (History)
0 users

See Also:


Attachments
Same as 303070 but with an @Override above the method (2.79 KB, patch)
2010-02-23 11:08 EST, Carl Anderson CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Anderson CLA 2010-02-23 10:46:06 EST
This bug is to get the fix into HEAD for WTP 3.2.

+++ This bug was initially created as a clone of Bug #303070 +++

An adopter product is seeing a condition where the deployment descriptor of an EAR is out of sync with the file system.  This results in a partial load of the EAR's deployment descriptor:
1) The deployment descriptor node does not appear in Project Explorer
2) In the Java EE Module Dependencies, only one of many modules that should be selected are selected
3) The ClasspathContainer is thus flawed, with many compilation errors due to the fact that classes in modules that should be included in the classpath via the EAR Libraries are not, due to #2
Comment 1 Carl Anderson CLA 2010-02-23 11:08:36 EST
Created attachment 159945 [details]
Same as 303070 but with an @Override above the method
Comment 2 Carl Anderson CLA 2010-02-23 11:10:30 EST
Committed to HEAD for WTP 3.2 M6