Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:3.1.2
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html
I get a exception when develop a application with hibernate3.1.2 --
A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance: com.spotlight.model.Subject.childSubjects ;
this case only happen where unit test class in the package [com.spotlight.dao.]
the natural unit test for other package
can you talk me why?
thanks
xyh