builder.addInputStream(getPath(url), is);
} finally {
is.close();
}
}
builder.enableDuplicateFiltering();
builder.deploy();
} else {
LOGGER.log(Level.FINE, "No activiti process found in bundle {}", bundle.getSymbolicName());
}
} catch (Throwable t) {