다음과 같은 EJB 사양 위반 사례를 보고합니다.

예:


public interface EntityHome extends javax.ejb.EJBHome {
  void ejbExampleMethod() // 오류: 이름 충돌
}