Scope provider invocation has been added

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerCore@69515 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
panagiota.koltsida 2013-02-21 14:48:35 +00:00
parent bdaa9bfbf2
commit e5883093c0
5 changed files with 4 additions and 7 deletions

View File

@ -6,7 +6,6 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" path="src/main/resources"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>aslcore</name>
<comment>Library supporting dissemination of gCube content with OAI-ORE. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<name>applicationSupportLayerCore</name>
<comment></comment>
<projects>
</projects>
<buildSpec>

View File

@ -1,4 +1,3 @@
#Thu Feb 07 18:28:42 CET 2013
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8

View File

@ -66,7 +66,7 @@
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>gcf</artifactId>
<version>[1.4.0-SNAPSHOT,2.0.0)</version>
<version>[1.6.0-SNAPSHOT,2.0.0)</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

View File

@ -13,7 +13,6 @@ import org.gcube.application.framework.core.util.SessionConstants;
import org.gcube.application.framework.core.util.UserCredential;
import org.gcube.common.core.scope.GCUBEScope;
import org.gcube.common.scope.api.ScopeProvider;
import org.gcube.portlets.user.annotationsportlet.server.AnnotationFrontEndServlet;
import org.gridforum.jgss.ExtendedGSSCredential;
/**
@ -43,7 +42,7 @@ public class ASLSession{
private GenderType gender;
private static final Logger log = Logger.getLogger(ASLSession.class);
private static final Logger logger = Logger.getLogger(ASLSession.class);
// ACCESS LOGGER
AccessLogger accessLogger = AccessLogger.getAccessLogger();