invokeEjbStore();
final CmpEntityBeanContext context = getEjbContext();
final JDBCEntityPersistenceStore store = getComponent().getStoreManager();
if (context.getPrimaryKeyUnchecked() != null && store.isStoreRequired(context)) {
store.storeEntity(context);
}
}
} catch (RemoteException e) {
throw new WrappedRemoteException(e);
} catch (Exception e) {