Search found 2 matches

by Scott Reynolds
Fri Aug 24, 2007 6:43 pm
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397724

re:ChartCreator using PhaseListener when Chartlet configured

Well, that was weird. Restarted tomcat a few times, blowing away all of its cached files, and suddenly my charts appear. Guess I'll file that one away under "Gremlins".
by Scott Reynolds
Fri Aug 24, 2007 5:45 pm
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397724

ChartCreator using PhaseListener when Chartlet configured

The usual problem -- simple example within my webapp works fine except that graph images are not rendered. App log shows an exception: java.lang.NoClassDefFoundError at org.jfree.chart.ChartFactory.createAreaChart(ChartFactory.java:864) at net.sf.jsfcomp.chartcreator.utils.ChartUtils.createChartWith...