3 Replies Latest reply on Mar 12, 2012 5:30 AM by tanyaka

    Seam/hibernate issuing lots of selects

      Hi, I am porting a Seam 2.2.2 based app from JBoss 4.2.3 to 5.1.0 and have ran into a problem with a dataTable. On 4.2.3 when a row in the table is clicked a few sql statements are issued and the row is rendered. 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 really in terms of database access when moving JBoss versions. Has anyone else seen anything like this and found a solution?