| Summary: | ResourceException while deleting a JPA project added to an EAR | ||
|---|---|---|---|
| Product: | [WebTools] Dali JPA Tools | Reporter: | Salvador Zalapa <zalapa> |
| Component: | General | Assignee: | Neil Hauge <neil.hauge> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | brian.vosburgh, karenfbutzke, neil.hauge, zhang |
| Version: | 2.3 | ||
| Target Milestone: | 3.0 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Salvador Zalapa
It appears the exception is intentionally logged from (above) at org.eclipse.jpt.core.JptCorePlugin.projectHasPluginNature(JptCorePlugin.java:313)
public static boolean projectHasPluginNature(IProject project) {
try {
return project.hasNature("org.eclipse.pde.PluginNature");
}
catch (CoreException ce) {
// fall through
log(ce); <---------------------------------------------------------------------------------
}
return false;
}
The method returns false without any problem.
Resolving defect by Allan Zhang comment |