List list = instances;
int size = list.size();
for (int i = 0; i < size; i++) {
AuditModule am = (AuditModule)list.get(i);
try{
am.ejbInvocation(user, ejb, method, success);
} catch (Exception e){
String name = (String)moduleToNameMap.get(am);
String msg =
_localStrings.getLocalString("auditmgr.ejbinvocation",
" Audit Module {0} threw the followin exception during ejb invocation :",