glassfish_at_javadesktop.org wrote:
>I'm using org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView to show some reports, it works great in Tomcat (JBoss too), but in glassfish when I try to load/deploy this app it throws:
>
>[b]/opt/sun/glassfish/domains/domain1/config/userList_1180036119211_547853.java:4: package net.sf.jasperreports.engine does not exist
>import net.sf.jasperreports.engine.*;
>^[/b]
>
>And some other errors related to this one. I have spring.jar, jasperreports.jar inside the webapp... as I've mentioned it works in other servers, what do I have to do to make it work on glassfish?
>
>
Can you attach your WAR file and instructions on how to reproduce the error?
Also, is there any additional info (e.g., exception stack trace) in your
server.log?
Thanks,
Jan