Community
Participate
Working Groups
The org.eclipse.jst.j2ee plugin provides a modulemap.xmi (with an unqualified URI) and an internal ModulemapPackage. This class is not part of the Helios distribution and so any EMF activity that loads the full registry is disrupted by an Exception. Some application code handles the exception correctly, but others don't causing strange application CNFE failures. [Also import o.e.jst.j2ee with source has no source.]
Assigning to Jason Sholl - this is additional clean up that should have happened with bug 280151. The classes were deleted, but the entries in the plugin.xml still exist, referring to the deleted classes.
You probably need to fix some PDE preferences to ensure you get warnings.
Created attachment 177567 [details] Patch for 3.2.2
approved
* Explain why you believe this is a stop-ship defect. Or, if it is a "hotbug" (requested by an adopter) please document it as such. EMF model plugin.xml contributions that never should have been added to WTP. These dead plugin.xml entries are causing problems for some users. * Is there a work-around? If so, why do you believe the work-around is insufficient? No * How has the fix been tested? Is there a test case attached to the bugzilla record? Has a JUnit Test been added? JUnits * Give a brief technical overview. Who has reviewed this fix? Remove dead plugin.xml contributions. Jason & Chuck. * What is the risk associated with this fix? None
code checked into head for wtp 3.2.2 and 3.3
*** Bug 343363 has been marked as a duplicate of this bug. ***