0
時
我可以在我的項目成功地部署到網絡服務器,但部署到Eclipse的Apache Tomcat實例時,我無法啓動我的應用程序由於以下錯誤沒有找到休眠:春天在Eclipse中Maven項目使用WTP
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
java.lang.NoClassDefFoundError: org/springframework/orm/hibernate3/HibernateTemplate
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.getDeclaredMethods(Class.java:1791)
at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:429)
at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:412)
...
我已經安裝了WTP,我已經運行了更新配置,但是有可能我沒有按照正確的順序來處理它們,因爲你們中有一位處理過這個問題。我已經證實,這個類在我的spring-2.5.5 jar中的「Maven Dependencies」下是可用的。
你爲什麼不接受你自己的答案? – Ittai