tferraz wrote:
i will paste some debug here, so.
- Hibernate 2.1.7
- hibernate.properties not found
- using CGLIB reflection optimizer ( wich is disabled for some beans )
- using JDK 1.4 java.sql.Timestamp handling
- Use outer join fetching: true
- Optimize cache for minimal puts: false
on the mapping files I have:
dynamic-update="false" and dynamic-insert="false" on the class tag,
on collection tags, inverse is false,lazy is equal to true, there are no outer joins seted here.
On the relational tags (<many-to-one, one-to-one, etc.) outer join is auto.
http://www.hibernate.org/ForumMailingli ... AskForHelp
Can you create a simplified case that behaves the same way and show the mapping files and code ?