Hi all,

I'm in the process of porting a small java webapp to GAE and I've
encountered an issue around my use of JasperReports.

I've solved (I think) the original issue I had of how to get the data
into the report by passing a collection of JavaBeans rather than a
JDBC connection.

However I'm now facing the following error message:
WARNING: Error for /PODEntry
java.lang.NoClassDefFoundError: java.awt.GraphicsEnvironment is a
restricted class. Please see the Google  App Engine developer's guide
for more details.
        at
com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:
51)
        at
net.sf.jasperreports.engine.util.JRStyledTextParser.<clinit>(JRStyledTextParser.java:
87)
<snip>

Is there a workaround I can use to keep using JasperReports?
Alternatively is there another reporting package that I could use
instead (ideally I'd like to be able output the report in both HTML
and PDF format)?

Thanks for your help/comments/suggestions.

Cheers,
David

PS Couple of related threads which I tracked down but didn't answer my
questions (they seem to be focusing on issues with retrieving the data
rather than problems generating the report output):
http://groups.google.com/group/google-appengine-java/browse_thread/thread/92b811677670bf0e/bcc733f8488d1222?lnk=gst&q=reporting#bcc733f8488d1222
http://groups.google.com/group/google-appengine-java/browse_thread/thread/58bf7d3a3b4458ea/1b533547d8ab6b30?lnk=gst&q=reporting#1b533547d8ab6b30

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to