系統加載時出現:
嚴重: 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