if (log.isDebugEnabled()) {
log.debug("No CRL published. The VA publisher is not configured to do it.");
}
return true;
}
final Preparer prep = new StoreCRLPreparer(incrl,cafp,number);
try {
JDBCUtil.execute(insertCRLSQL, prep, getDataSource());
} catch (SQLException e) {
if (log.isDebugEnabled()) {
final String msg = intres.getLocalizedMessage("publisher.entryexists", e.getMessage());