Hi
Sometimes I get a PanicException when getting the MetaBusinessObjectManager in UserSessionData:
public BOManager getBOM(String name) {
MetaBusinessObjectManager metaBOM = getMBOM();
if (metaBOM == null)
throw new PanicException("MetaBOM is null");
return metaBOM.getBOMbyName(name);
}
Does sombody know what could be the reason that this happens?
The key to retrieve the Manager is name + sessionId, how could it happen, that the Manager isn't available?
I would appreciate any help.
Thanks
Francesco