Skip to content
Snippets Groups Projects
Commit eaf2bc99 authored by felmer's avatar felmer
Browse files

LMS-769 workaround for re-registering DSS after openBIS shutdown.

SVN: 10282
parent 8fc9f068
No related branches found
No related tags found
No related merge requests found
......@@ -246,6 +246,7 @@ public final class EncapsulatedOpenBISService implements IEncapsulatedOpenBISSer
synchronized public ExternalDataPE tryGetDataSet(String sToken, String dataSetCode) throws UserFailureException
{
checkSessionToken();
return service.tryGetDataSet(sToken, dataSetCode);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment