are Session and SessionRate annotated as entities or are you doing everything manually
with SQL?
try setting this property in your persistence.xml and then check the order in which
hibernate is executing the SQL
<property name="hibernate.show_sql">true</property>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102203#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...