I am getting error during deploying EJB jar in WLS8.1.
EJB home and remote interfaces were created by XDoclet but weblogic.ejb20.compliance.EJBComplianceChecker throws error:
In EJB DcaExcSend, method ‘getClass’ must not be declared as final.
In EJB DcaExcSend, method ‘notify’ must not be declared as final.
In EJB DcaExcSend, method ‘notifyAll’ must not be declared as final.
In EJB DcaExcSend, method ‘wait’ must not be declared as final.
In EJB DcaExcSend, method ‘wait’ must not be declared as final.
In EJB DcaExcSend, method ‘wait’ must not be declared as final.