// no ejb module by this name
}
if(appObjName == null) {
try {
appObjName = (ObjectName)getMBeanServer().invoke(appsObjName, "getAppclientModuleByName", new Object[] {appName}, new String[] {"java.lang.String" });
AppclientModulesManager appClientManager =
new AppclientModulesManager(iEnv);
appLocation =
appClientManager.getGeneratedXMLLocation(appName);
} catch(Exception ace) {
// no appclient module by this name
}
}
// the app name matches none of the applicable modules