DataIntegrityViolationException:无法插入

时间:2011-05-23 12:16:07

标签: java spring hibernate

也许有人可以提供帮助,我该如何解决这个问题? 我正在使用hibernate,spring和gwt。

  

com.google.gwt.user.server.rpc.UnexpectedException:   服务方式'公共抽象无效
  com.yeah.client.service.PictureService.saveItem(com.yeah.shared.model.Picture)”   抛出意外的异常:   org.springframework.dao.DataIntegrityViolationException:   无法插入:   [com.yeah.shared.model.Picture]; SQL   [插入YeaH.Picture(albumID,   picLocation)值(?,?)];   约束[null];嵌套异常是   org.hibernate.exception.ConstraintViolationException:   无法插入:
  [com.yeah.shared.model.Picture]

1 个答案:

答案 0 :(得分:1)

您似乎正在插入无法验证约束的对象。 (可能使用相同的密钥)