Jump to content
We've recently updated our Privacy Statement, available here ×

unknownamit7

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by unknownamit7

  1. I'm upgrading my maven application to use spring 6.x from 5.x. Spring 6.x is based on Jakarta EE so accordingly I've updated my dependencies. But with JasperReports I've defined a servlet in web.xml file: <servlet><servlet-name>PdfServlet</servlet-name><servlet-class>net.sf.jasperreports.j2ee.servlets.PdfServlet</servlet-class></servlet> it is throwing error: Servlet PdfServlet of type class net.sf.jasperreports.j2ee.servlets.PdfServlet does not implement jakarta.servlet.Servlet when I'm trying to run my application on Wildfly 27 app server. I'm using 6.20.0 version of JasperReports library. Which version of jasperreports support Jakarta EE or if there is no latest release supporting Jakarta EE then any suggestions for a workaround?
×
×
  • Create New...