Error while calling custom jsp page in Employee Self-Service through function in EBS 12.1.3
Hello Experts.
Error while calling custom jsp page in Employee Self-Service through function in EBS 12.1.3.
Below error found in application.log
16/10/04 18:53:06.605 html: JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.provider.JspCompileException: <H3>Errors compiling:/appltop/applmgr/apps/apps_st/comn/_pages/_ibklcustom/_osas/_addform1__dao.java</H3><TABLE BORDER=1 WIDTH=100%><TR><TH ALIGN=CENTER>Line #</TH><TH ALIGN=CENTER>Error</TH></TR><TR><TD WIDTH=7% VALIGN=TOP><P ALIGN=CENTER>258</TD><TD>[jsp src:line #:108]<br> generics are not supported in -source 1.4
(use -source 5 or higher to enable generics)
HashMap map = new HashMap<String, String>();
This is working in EBS 11.5.10.2. We struck in upgrade from 11.5.10.2 to 12.1.3.