Hi, I am porting a Seam 2.2.2 based app from JBoss 4.2.3 (Hibernate 3.2.4sp1) to 5.1.0 (Hibernate 3.3.1) and have ran into a problem with an icefaces dataTable. On 4.2.3 when a row in the table is clicked a few sql statements are issued, data retrieved and the row is rendered on the following screen. When doing the same thing on 5.1.0 however, hundreds of selects are issued which grinds the app to a halt. I suspect it has got something to do with the way seam and hibernate interact since hibernate is the only thing that has changed in terms of database access when moving JBoss versions. Has anyone else seen anything like this and found a solution? BTW there is no 2nd level cache.
Edit: just checked and same behaviour as 5.1.0 on JBoss 6.1.0 (Hibernate 3.6.6)
|