Correct name of named query 81/21481/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Tue, 31 Oct 2017 12:57:38 +0000 (08:57 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Tue, 31 Oct 2017 12:57:58 +0000 (08:57 -0400)
Issue: PORTAL-137
Change-Id: I10f7cad51e1160a5228316d612a3eff6f6c09f72
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
ecomp-portal-BE-common/src/main/java/org/openecomp/portalapp/portal/service/EPLoginServiceImpl.java

index a06d89a..fb1121a 100644 (file)
@@ -221,7 +221,7 @@ public class EPLoginServiceImpl extends FusionService implements EPLoginService
                params.put("org_user_id", bean.getOrgUserId());
                List list = null;
                try {
-                       list = dataAccessService.executeNamedQuery("getUserByOrgUserId", params, new HashMap());
+                       list = dataAccessService.executeNamedQuery("getEPUserByOrgUserId", params, new HashMap());
                } catch (Exception e) {
                        EPLogUtil.logEcompError(logger, EPAppMessagesEnum.BeDaoSystemError, e);
                        logger.error(EELFLoggerDelegate.errorLogger, "findUser(EPLoginBean) failed", e);