adapted to the new ReportParsing of CL
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/aslvre@82463 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
96658d280a
commit
a9a705a891
|
@ -139,7 +139,7 @@ protected static AtomicInteger vreId = new AtomicInteger(0);
|
|||
public String checkVREStatus() throws RemoteException {
|
||||
String currScope = ScopeProvider.instance.get();
|
||||
ScopeProvider.instance.set(scope);
|
||||
String toReturn = modelPortType.checkStatus();
|
||||
String toReturn = modelPortType.checkStatus().getStatus().name();
|
||||
ScopeProvider.instance.set(currScope);
|
||||
return toReturn;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue