git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@129871 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6f355ecc46
commit
9f7162d05a
|
@ -89,8 +89,10 @@ public class CKANPublisherServicesImpl extends RemoteServiceServlet implements C
|
|||
}catch(Exception e){
|
||||
logger.error("Unable to retrieve ckan utils", e);
|
||||
}
|
||||
}else
|
||||
}else{
|
||||
instance = (CKanUtils)httpSession.getAttribute(keyForScope);
|
||||
logger.debug("Ckan utils object was into session");
|
||||
}
|
||||
|
||||
return instance;
|
||||
|
||||
|
|
Loading…
Reference in New Issue