博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
异常总结
阅读量:6476 次
发布时间:2019-06-23

本文共 917 字,大约阅读时间需要 3 分钟。

SSH中的异常

1.这个异常出现的原因是,先建立的Customer对象以及表中,没有引用外键,后来加了一个BaseDict基础字典表,Customer把几个字段设置成了BaseDict的外键,所以在启动的时候就报错

  解决的方法是:关闭hibernate配置中的自动更新

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is 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.tool.schema.spi.SchemaManagementException: Unable to execute schema management to JDBC target [alter table cst_customer add constraint FKeh5g36duab8g1h051pdjfwcgd foreign key (cust_source) references base_dict (dict_id)]

 

转载于:https://www.cnblogs.com/ms-grf/p/9390664.html

你可能感兴趣的文章
Oracle Stream Replication实例(二)
查看>>
Java类的Hash函数和集合类
查看>>
如何对Linux的grub进行加密
查看>>
Rhel6-mpich2 hpc集群配置文档
查看>>
我的友情链接
查看>>
C# 合并、拆分PPT幻灯片
查看>>
SQLite的Pivot
查看>>
ServletContext 与application的异同
查看>>
华为路由器qos car+nat+dhcp+vlan配置心得
查看>>
我的友情链接
查看>>
企业级基础邮件系统架设
查看>>
一个APP开发有那么难吗?
查看>>
SAP学习环境部署要点
查看>>
RHCE_LAB(6)RHEL5的LVM应用实例(LVM创建)
查看>>
Cisco ADSL 配置详细过程
查看>>
[HDU]1405The Last Practice
查看>>
linux在命令行光标移动
查看>>
struts-下载
查看>>
我的友情链接
查看>>
web.xml配置session
查看>>