Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Report: JSP + Crystal Report

Status
Not open for further replies.

neltan

Programmer
Nov 4, 2002
82
AU
Hi,
I'm now testing on the Crystal Report - Report Application Server with JSP. Hope that one of the JSP developers can give me advise.

I encounter problem with this line:
viewer.processHttpRequest(request, response, application, out);

and get this error:
org.apache.jasper.JasperException: (class: com/crystaldecisions/xml/serialization/XMLObjectSerializer, method: setHandler signature: (Lcom/crystaldecisions/xml/serialization/CrystalSAXParserHandler;)V) Incompatible object argument for function call

===========================================================
JavaDoc

public final void processHttpRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext context,
java.io.Writer out)
throws com.crystaldecisions.report.web.ReportSDKExceptionBase

Reference Website
===========================================================
My Setting:
j2sdk1.4 + tomcat 4.1.12 + win xp

webapp is the sample webapps "xtreme" from crystal report website

RAS running on IIS of same PC
===========================================================
Question:
1. Why fail?
2. When CR9 RAS launch? I can't find much resources from the web? It seems little java developer work on RAS.
3. What kinds of web report you would use other than crystal report?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top