Problem while deploying ear in Application Server Sun One 8.

While deploying ear in Appserver I am getting following errors--> Deploying application in domain failed; Verify Error: Module specified in application.xml not found in ear file: myHREjb.jar ; requested operation cannot be completed Verify Error: Module specified in application.xml not found in ear file: myHREjb.jar .

The myHREjb.jar is there in the Required folder.What should be done to recover from this problem.

[433 byte] By [Tiwari@HCL] at [2007-11-26 11:31:48]
# 1

Hi,

Is your myHREjb.jar packaged into your ear File and are the names in application.xml and the filename correct? The error you get indicates that application.xml references a ejb jar file that could not be found. If your myHREjb.jar ist NOT an EJB Module but a simple utility jar than it should not be put into application.xml.

-Daniel

barz26 at 2007-7-7 3:47:34 > top of Java-index,Application & Integration Servers,Application Servers...