netbeans java eeプロジェクト(maven + hibernate + JSF)をglassfishにデプロイしようとしています
以下のエラーが発生します。私のデータベース構成は正常であり(いくつかのアプリから再確認されています)、データベース自体は正常でオンラインです。
SEVERE: WebModule[/web-0.1-SNAPSHOT]PWC1275:
Exception sending context initialized event to listener
instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'txManager' defined in ServletContext resource
[/WEB-INF/classes/applicationContext.xml]: Invocation of init method failed;
nested exception is java.lang.IllegalArgumentException:
Property 'sessionFactory' is required