git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@69343 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3b07d1f258
commit
27ba4d47b7
|
@ -767,9 +767,12 @@ public class GWTWorkspaceServiceImpl extends RemoteServiceServlet implements GWT
|
||||||
|
|
||||||
// get the property value - the application Id
|
// get the property value - the application Id
|
||||||
appId = prop.getProperty(property);
|
appId = prop.getProperty(property);
|
||||||
|
|
||||||
|
GCUBEClientLog logger = new GCUBEClientLog(GWTWorkspaceServiceImpl.class);
|
||||||
|
logger.trace("get URL From property file return AppId: "+appId);
|
||||||
|
|
||||||
//print it out
|
//print it out
|
||||||
System.out.println(prop.getProperty(property));
|
System.out.println("get URL From property file return AppId: "+appId);
|
||||||
|
|
||||||
//set property in ASL session
|
//set property in ASL session
|
||||||
setValueInSession(property,value);
|
setValueInSession(property,value);
|
||||||
|
|
|
@ -24,5 +24,5 @@ REPORT = idreport
|
||||||
# open directly the object
|
# open directly the object
|
||||||
#
|
#
|
||||||
|
|
||||||
idtemplate=org.gcube.portlets.user.reportgenerator.server.servlet.ReportServiceImpl
|
idtemplate=org.gcube.portlets.user.templates.server.TemplateServiceImpl
|
||||||
idreport=org.gcube.portlets.user.templates.server.TemplateServiceImpl
|
idreport=org.gcube.portlets.user.reportgenerator.server.servlet.ReportServiceImpl
|
||||||
|
|
|
@ -45,8 +45,9 @@ public class Util {
|
||||||
// public static final String TEST_USER = "federico.defaveri";
|
// public static final String TEST_USER = "federico.defaveri";
|
||||||
// public static final String TEST_USER = "massimiliano.assante";
|
// public static final String TEST_USER = "massimiliano.assante";
|
||||||
// public static final String TEST_USER = "pasquale.pagano";
|
// public static final String TEST_USER = "pasquale.pagano";
|
||||||
public static final String TEST_USER = "test.user";
|
public static final String TEST_USER = "francesco.mangiacrapa";
|
||||||
public static final String TEST_USER_FULL_NAME = "Test User";
|
// public static final String TEST_USER = "test.user";
|
||||||
|
public static final String TEST_USER_FULL_NAME = "Francesco Mangiacrapa";
|
||||||
|
|
||||||
public static GCUBEClientLog defaultLogger = new GCUBEClientLog("WorkspacePortlet");
|
public static GCUBEClientLog defaultLogger = new GCUBEClientLog("WorkspacePortlet");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue