[jboss-user] [EJB 3.0] - Re: constraint violation issue.
waynebaylor
do-not-reply at jboss.com
Tue Nov 6 08:20:18 EST 2007
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#4102203
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102203
More information about the jboss-user
mailing list