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