ApplicationMappingManager mm=SharkEngineManager.getInstance().getApplicationMapPersistenceManager();
ApplicationMap tad=null;
if (mm!=null) {
XMLComplexElement cOwn=(XMLComplexElement)app.getParent().getParent();
boolean isProcessApp=(cOwn instanceof WorkflowProcess);
ApplicationMappingTransaction t=null;
try {
t = SharkUtilities.createApplicationMappingTransaction();
tad= mm.getApplicationMap(
t,
XMLUtil.getPackage(app).getId(),