Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/06/2009, 03:16
lissette22
 
Fecha de Ingreso: septiembre-2006
Mensajes: 114
Antigüedad: 18 años, 3 meses
Puntos: 1
Borrar un objeto Hibernate

Hola,

estoy intentando eliminar un elemento(un equipo y le estoy pasando el id del equipo) de la base de datos con hibernate, cuya relacion es 1-n y me da el siguiente error:

Not closing pre-bound Hibernate Session after HibernateTemplate
org.springframework.dao.DataIntegrityViolationExce ption: not-null property references a null or transient value: com.apuestasWeb.bean.equipo.Equipo.deporte; nested exception is org.hibernate.PropertyValueException: not-null property references a null or transient value: com.apuestasWeb.bean.equipo.Equipo.deporte
at org.springframework.orm.hibernate3.SessionFactoryU tils.convertHibernateAccessException(SessionFactor yUtils.java:628).

Alguien me puede ayudar. Gracias