257258259260261262263264265266267
public void load() { debugConfiguration(); try { final PolicyBuilderManager manager = project.createPolicyBuilderManager(); manager.performBatchOperation(this, TransactionLevel.NONE); } catch (Exception e) { throw new ExtendedRuntimeException(e); } }