我正在将我的SpringJSF项目从ant迁移到maven,同时在JBoss5服务器中部署,错误如下。错误[contextloader]上下文初始化失败org.springframework.beans.factory.beancreationexception:创建名为“propertyloaderjob”的bean时出错,该bean在servletcontext资源[/web inf/property.xml]中定义:设置bean属性“targetobject”时无法解析对bean“propertyloader”的引用;嵌套异常为org.springframework.beans.factory.beancreationexception:创建名为“propertyloader”的bean时出错,该bean在servletcontext resource[/web inf/property.xml]中定义:设置构造函数参数时无法解析对bean“datasource”的引用;嵌套异常为org.springframework.beans.factory.beancreationexception:创建名为“datasource”的bean时出错,该bean在servletcontext resource[/web-inf/datasource.xml]中定义:调用init方法失败;嵌套异常为javax.naming.namenotfoundexception:fsmds未绑定
1条答案
按热度按时间nuypyhwy1#
此异常表示缺少jdbc驱动程序。请检查pom.xml中是否有jdbc驱动程序依赖项。