On 12/11/07, Rob Hills <[EMAIL PROTECTED]> wrote: > Hi Matt, > > Matt Raible wrote: > >> Finally, it'd be really nice to be able to turn this on and off via the > >> POM the way you can for hibernate.show_sql. > >> > > > > How is this possible from the POM? There's nothing we're doing special > > that I know of. > > > Hmmm, OK. I have the following in the "properties" element of my "dev" > profile in my profiles.xml: > > <hibernate.show_sql>true</hibernate.show_sql> > <hibernate.use_sql_comments>true</hibernate.use_sql_comments> > > Can't say now where I got them from, or even if they work. FWIW, > googling "hibernate.show_sql" turns up a lot of hits, including lots of > references to its use in pom properties.
For this to work, you probably have placeholders for these properties in jdbc.properties. Can you check and see? This is not standard in AppFuse, but there's probably not much harm in adding it. Matt > > If it does work, I think it's a great idea because as I said in the > previous email, it's nice to be able to specify this kind of logging for > your dev environment and not for your production environment without > having to remember to manually change it before making a production build. > > Cheers, > Rob Hills > Waikiki, Western Australia > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
