}
EntityManager em = null;
try {
em = AppCatalogJPAUtils.getEntityManager();
LibraryApendPath apendPath = em.find(LibraryApendPath.class,
new LibraryApendPath_PK(ids.get(LibraryApendPathConstants.DEPLOYMENT_ID),
ids.get(LibraryApendPathConstants.NAME)));
em.close();
return apendPath != null;
} catch (ApplicationSettingsException e) {
logger.error(e.getMessage(), e);