[Stripes-users] persistence.xml viewing hibernate SQL statements

2010-10-25 Thread Lev
hi, i am debugging an application and want to view all of the hibernate generated SQL statements. i added the following line to my persistence.xml: property name=hibernate.showSql value=true/ however, i only see the database messages related to the initial table construction -- not the query

Re: [Stripes-users] persistence.xml viewing hibernate SQL statements

2010-10-25 Thread Joaquin Valdez
I use: property name=hibernate.show_sql value=true/ On Oct 25, 2010, at 4:29 PM, Lev wrote: hi, i am debugging an application and want to view all of the hibernate generated SQL statements. i added the following line to my persistence.xml: property name=hibernate.showSql

Re: [Stripes-users] persistence.xml viewing hibernate SQL statements

2010-10-25 Thread Lev
thank you. that did the trick. On Mon, Oct 25, 2010 at 6:35 PM, Joaquin Valdez joaquinfval...@gmail.com wrote: I use:  property name=hibernate.show_sql value=true/ On Oct 25, 2010, at 4:29 PM, Lev wrote: hi, i am debugging an application and want to view all of the hibernate generated