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

2010-10-25 Thread Joaquin Valdez
Great News! On Oct 25, 2010, at 4:41 PM, Lev wrote: > thank you. that did the trick. > > On Mon, Oct 25, 2010 at 6:35 PM, Joaquin Valdez > wrote: >> I use: >> >> >> >> >> >> On Oct 25, 2010, at 4:29 PM, Lev wrote: >> >>> hi, >>> >>> i am debugging an application and want to view all of

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 wrote: > I use: > >   > > > > 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 >>

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

2010-10-25 Thread Joaquin Valdez
I use: 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: > > > > however, i only see the database messages related to the initial > table

[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: however, i only see the database messages related to the initial table construction -- not the query statements. for example i see statements su