Rena Tsantouli 2009-06-16 10:43:11 +00:00
parent ff85311e73
commit 808aa1eaaf
1 changed files with 7 additions and 0 deletions

View File

@ -24,7 +24,14 @@ public class VOMSAdminManager {
if(vomsAdmin == null)
{
try {
System.out.println("I am in ASL and I am creating vomsAdmin");
System.out.println("The location is: " + Settings.getInstance().getProperty("sharedDir") + File.separator + "vomsAPI.properties");
// must be uncomented!!!!!
vomsAdmin = new VOMSAdminImpl(Settings.getInstance().getProperty("sharedDir")+ File.separator + "vomsAPI.properties");
// this is wrong
// vomsAdmin = new VOMSAdminImpl();
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();