Skip to content
Snippets Groups Projects
Commit 0bcc6784 authored by felmer's avatar felmer
Browse files

LMS-761 bug in regression test fixed

SVN: 9954
parent 4951df4e
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ public interface IETLLIMSService extends IWebService, IDataStoreInfoProvider, IS ...@@ -35,7 +35,7 @@ public interface IETLLIMSService extends IWebService, IDataStoreInfoProvider, IS
@Transactional(readOnly = true) @Transactional(readOnly = true)
@RolesAllowed(RoleSet.ETL_SERVER) @RolesAllowed(RoleSet.ETL_SERVER)
public DatabaseInstancePE getHomeDatabaseInstance(); public DatabaseInstancePE getHomeDatabaseInstance(final String sessionToken);
@Transactional(readOnly = true) @Transactional(readOnly = true)
@RolesAllowed(RoleSet.ETL_SERVER) @RolesAllowed(RoleSet.ETL_SERVER)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment