Hi,
I had written an extensive EJB application. It has 2 EJBs (elig and common)
Just before deployment, today I renamed the packeage of my Core EJBs from com.abc.common to com.abc.bxcommon and com.abc.elig to com.abc.bxelig.
Originally I had only renamed the elig package and everything was fine. After renaming the common package I am getting the following exception :
com.abc.bxelig.services.ejb.CoverageBenefitInquiryLocal, or one of its supertypes, cannot be reflected. Check the classpath.ejb-jar.xmlHIPAAScape270/ejbModule/META-INFline 9
And 4 other similar exceptions.
Please help.
Thanks
Karthik