Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oamcustompages.war

handatDec 16 2015 — edited Dec 16 2015

I deployed the oamcustompages.war sample that comes with OAM11gR2PS3 and then changed the LDAP scheme to use it as a customWar.

However, when I login, I am getting the following error:

Compilation of JSP File '/pages/login.jsp' failed:


login.jsp:8:18: The import oracle.security.am.pbl cannot be resolved <%@ page import="oracle.security.am.pbl.util.LocaleHandler" %> ^---------------------------------------^ login.jsp:18:3: oracle.security.am.pbl cannot be resolved oracle.security.am.pbl.transport.http.proxy.ServletCatalog.registerServlet("/pages/login.jsp", this); ^-------------------^ login.jsp:43:25: LocaleHandler cannot be resolved Object[] langValues = LocaleHandler.getLocaleForDefaultLoginPage(request, response); ^----------^ login.jsp:55:28: LocaleHandler cannot be resolved String userLanguageList = LocaleHandler.getUserLangList(); ^----------^ login.jsp:247:88: LocaleHandler cannot be resolved <input type="hidden" name="displayLangSelection" id="displayLangSelectionId" value="<%=LocaleHandler.isDisplayLanguageSelection()%>"> ^----------^ 

Looks like it is using the wrong LocaleHandler.

Has anyone encountered this problem before and knows a quick fix?

thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 13 2016
Added on Dec 16 2015
1 comment
964 views