Hi Ravi,
Looks like this particular class is missing from the .jar/.ear file that you are trying to deploy.
com.nscorp.ejb.AddressCMP
Open the archive (.jar/.ear) and check if this particular class is present. In case it is present, then check if it is in specified package (com.nscorp.ejb) and also check for if the class is in proper case.
Regards,
eNJay
|