TransientObjectException « Data Type « JPA Q&A





1. TransientObjectException after saving object with null value    forum.hibernate.org

Hi Im facing a rather odd situation here. I get a TransientObjectException when i try to save an object, where the attribute is actually null. I allowed this attribute to be null and the relation optional. I specially ensured that the attribute is really null when i try to save it. Heres the stack: Code: Exception in thread "Thread-17" org.springframework.dao.InvalidDataAccessApiUsageException: object ...