{
Result result = getInitializedResult();
ComponentNameConstructor compName = new ComponentNameConstructor(descriptor);
SunEjbJar ejbJar = descriptor.getEjbBundleDescriptor().getIasEjbObject();
Ejb testCase = null;
boolean oneFailed = false;
if(ejbJar!=null)
{
testCase = super.getEjb(descriptor.getName(),ejbJar);
Principal principal = testCase.getPrincipal();
if(principal == null)
{
result.notApplicable(smh.getLocalString(getClass().getName()+".notApplicable",
"NOT APPLICABLE [AS-EJB ejb] : principal element not defined"));
}