Skip to Main Content

Java APIs

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

what is cannot be resolved to a type error?

843810Feb 14 2006 — edited Jul 11 2009
When i run jsp programs, am getting :

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: 6 in the jsp file: /dbcoffee.jsp
Generated servlet error:
CoffeeQBean cannot be resolved to a type

org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:409)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

what does cannot be resolved to a type mean?

Comments

user434854
Is a Parameter list beeing transmitted to the report ?

If yes, try :

ADD_PARAMETER(v_list_id, 'PARAMFORM', TEXT_PARAMETER, 'YES');

Maybe you need to explicitely set this parameter in the report when calling it through the run_report_object built-in.
708420
A parameter list is not currently being sent, but i can try to create a parameter list and send the one you suggest. I'll see how that works.

Thanks!
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 8 2009
Added on Feb 14 2006
11 comments
5,554 views