Hi there,
I'm working with Hibernate 3.1.3 and Maven 2.0.1. I have a J2EE application with several projects inside: a core project (business logic), a web project (end user view) and a MDA project (data link). In my MDA project, in my pom.xml, i defined a variable hibernate.db.showSql to true, enabling Hibernate SQL (this variable is then by AndroMDA, my UML-to-Java code generator).
This works fine, BUT i only get those kind of outputs:
Code:
15:00:21,504 INFO [STDOUT] Hibernate: update REGULARITY_FORM set NUMBER=?, CREATION_DATE=?, COMPLEMENTARY_INFORMATION=?, CUSTOMER_SERVICE_INFORMATION=?, STATUS=?, LAST_VALIDATION_DATE=?, EFFECTIVE_TRANCHE_FK=? where ID=?
Do you know any way to have relevant outputs, with the '?' replaced by the actual values?
Im gonna post this question as well on AndroMDA forum, since the solution might be there as well...
thanks:)