new Object[] {compName.toString()}));
result.addWarningDetails(smh.getLocalString
(getClass().getName() + ".debug1",
"For EJB Class [ {0} ] Finder method [ {1} ]",
new Object[] {descriptor.getEjbClassName(),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 ejbFind<METHOD> method to throw the " +
"\n java.rmi.RemoteException to indicate a non-application" +