final CmpEntityBeanContext context = new CmpEntityBeanContext(this);
setEjbContext(context);
getInstance().setEntityContext(context);
getComponent().getStoreManager().activateEntity(context);
} catch (RemoteException e) {
throw new WrappedRemoteException(e);
} catch (Exception e) {
throw new RuntimeException(e);
} finally {
interceptorContext.putPrivateData(InvocationType.class, invocationType);
}