系统加载时出现:
严重: Context initialization failed
java.lang.TypeNotPresentException: Type javax.annotation.Resource not present
Caused by: java.lang.ClassNotFoundException: javax.annotation.Resource
该错误有些说annotation须要JDK1.6以上,是缺乏javax.annotation.Resource致使的,
实际上JDK1.5就能够了,只须要添加一个包:geronimo-annotation_1.0_spec-1.1.jar.
该bug就解决了.
jar下载地址:
http://mirrors.ibiblio.org/pub/mirrors/maven/org.apache.geronimo.specs/jars/geronimo-annotation_1.0_spec-1.1.jar