new Object[] {compName.toString()}));
result.addWarningDetails(smh.getLocalString
(getClass().getName() + ".debug1",
"For EJB Class [ {0} ] Finder Method [ {1} ]",
new Object[] {EJBClass.getName(),ejbFinderMethods[j].getName()}));
result.addWarningDetails(smh.getLocalString
(getClass().getName() + ".warning",
"Error: Compatibility Note:" +
"\n An [ {0} ] method was found, but" +
"\n EJB 1.0 allowed the ejbFindByPrimaryKey method to throw " +
"\n the java.rmi.RemoteException to indicate a non-application" +