用myeclipse建立基于ssh的javaweb工程不能访问起始页面问题。 5

严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframewor... 严重: 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 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.InvalidMappingException: Unable to read XML
.................................
applicationContext.xml的配置如下:
<?xml version="1.0" encoding="UTF-8"?>
<beans
...............">
<bean id="dataSource"
class="org.apache.commons.dbcp.BasicDataSource">
<property name="driverClassName"
value="com.mysql.jdbc.Driver">
</property>
<property name="url" value="jdbc:mysql://localhost:3306/jxc"></property>
<property name="username" value="root"></property>
<property name="password" value="qinx"></property>
</bean>
<bean id="sessionFactory"
class="org.springframework.orm.hibernate4.LocalSessionFactoryBean">
<property name="dataSource">
<ref bean="dataSource" />
</property>
<property name="hibernateProperties">
<props>
<prop key="hibernate.dialect">
org.hibernate.dialect.MySQLDialect
</prop>
</props>
</property>
<property name="mappingResources">
<list>
<value>db/User.hbm.xml</value></list>
</property></bean>
<bean id="UserDAO" class="db.UserDAO">
<property name="sessionFactory">
<ref bean="sessionFactory" />
</property>
</bean>
.......
</beans>
展开
 我来答
Shining_focus
2013-06-30 · TA获得超过234个赞
知道小有建树答主
回答量:310
采纳率:100%
帮助的人:122万
展开全部
sessionFactory 这个bean是不是还要依赖hibernate.xfg.xml 文件啊?
追问
不是,我直接把hibernate的配置整合到了applicationContext.xml里面了,没有建hibernate.xfg.xml文件,找了好久也不知道是哪错了,所以我重新搭建了工程,用别人搭建好的环境写,就没这个问题了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式