2

Using TaskQuery with JDK6, I was wondering how I could display the SQL query Activiti constructs before interrogating the database.

1 Answers1

1

Activiti uses hibernate for transactions, you need to change hibernate settings for displaying queries fired by the app. this post might help you.

Abbas Kararawala
  • 1,254
  • 12
  • 19