Hi,
I'm attempting to setup a simple test application with Tapestry
4.0. I'm using the workbench as an example which probably isn't the
best idea since it makes use of JDK 1.5 annotations.
Switching to the JDK 1.5 isn't an option for me. Can someone point
me to the proper configuration to make the app not use the
Annotations library? (web.xml?, hivemodule.xml?)
Thanks!
Eric
Here's the trace I get when hitting the app:
javax.servlet.ServletException:
Unable to construct service
tapestry.annotation.AnnotationEnhancementWorker:
Error building service tapestry.annotation.AnnotationEnhancementWorker:
Could not load class
org.apache.tapestry.annotations.AnnotationEnhancementWorker from
WebappClassLoader
....
org/apache/tapestry/annotations/AnnotationEnhancementWorker
(Unsupported major.minor version 49.0)