Hi ,
I have been trying to deploy an EAR and experiencing and starnge problem. Some of the Beans are failing to Deploy and the reason mentioned is
EJB spec violation
Warning: All the exceptions defined in the throws clause of the matching ejbCreate(...) method of th
e enterprise bean class must be included in the throws clause of a matching create(...) method
/**
*
* @ejb.create-method
*/
public void ejbCreate()
throws CreateException{
}
public XXXXEJBLocal create() throws javax.ejb.CreateException;