プロジェクトをWebサーバーに正常にデプロイできますが、Eclipse Apache Tomcatインスタンスにデプロイすると、次のエラーのためにアプリを起動できません。
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をインストールし、更新構成を実行しましたが、この問題に対処した人の1人として、正しい順序で実行しなかった可能性があります。このクラスが私のspring-2.5.5jar内の「MavenDependencies」で利用可能であることを確認しました。