Re: [Stripes-users] Newbie question: Jasper exception - annotation issue

2008-07-25 Thread Levi Hoogenberg
You mention that it took some time to get the deployer JARs right - I'm not exactly sure what you mean by that, but I do think that that's the source of your problems. If you download a Tomcat ZIP from tomcat.apache.org, extract it, and deploy the quickstart application that comes with Stripes (by

Re: [Stripes-users] Newbie question: Jasper exception - annotation issue

2008-07-25 Thread Peter Janes
Levi Hoogenberg [EMAIL PROTECTED] writes: Many thanks to Levi (and Ben) for the quick feedback! You mention that it took some time to get the deployer JARs right - I'm not exactly sure what you mean by that, but I do think that that's the source of your problems. If you download a Tomcat

[Stripes-users] Newbie question: Jasper exception - annotation issue

2008-07-24 Thread Peter Janes
Hello everybody, I am new to Stripes, finding it through the book Harnessing Hibernate (http://oreilly.com/catalog/9780596517724/). From what I have seen so far, Stripes is exactly what I am looking for (quickly completing my application). I already got the Stripes example war file deployed and

Re: [Stripes-users] Newbie question: Jasper exception - annotation issue

2008-07-24 Thread Ben Gunter
According to the Javadocs, DefaultAnnotationProcessor implements AnnotationProcessor so a cast should be OK unless you have the two classes loaded from different class loaders. You likely have one or more jars in the wrong place, which is causing them to be loaded by the wrong class loader. -Ben