Tuesday, June 2, 2009

Deployment descriptor Module cannot be loaded?

Alright this one is not your problem, but rathers RADs inability to synch up all the projects in your main EAR project.

This happened to me because the component file of RAD was missing the entry for the Module it was complaining about. The component file is under .settings called org.eclipse.wst.common.component.

Check the component file and add the wed or jar or EJB module with the correct handle. The handle for the module can be found in .modulemaps under META-INF/ibmconfig folder.

Once you do this refresh and build the project to see if the issue is taken care of.

No comments:

Post a Comment