This commit is contained in:
Lucio Lelii 2008-12-10 11:39:22 +00:00
parent b8fe28570d
commit 91fe21c2c2
2 changed files with 6 additions and 2 deletions

View File

@ -36,7 +36,7 @@ import org.gcube.vremanagement.vremodeler.impl.util.MetadataFormat;
* @author lucio lelii CNR
*
*/
public class IStoDBUtil {
public static class IStoDBUtil {
//private static UUIDGen uuidMFGEN=UUIDGenFactory.getUUIDGen();
@ -269,6 +269,9 @@ public class IStoDBUtil {
}
private static retriveTPResource(){
}
/**

View File

@ -563,7 +563,7 @@ public class ModelerService {
resItemList.add(resItem);
}
}catch(SQLException sqle){logger.error("Error contacting HSQLDB");}
/*
ResultSet resRelatedMetadataCol =DBInterface.queryDB("select VRERELATEDCOLLECTION.collid from DLRELATEDCOLLECTION where VRERELATEDCOLLECTION.dlid='"+getResource().getId()+"';");
while (resRelatedCol.next()){
@ -678,6 +678,7 @@ public class ModelerService {
}
}