0 Replies Latest reply on Aug 7, 2014 5:01 AM by avsokolov

    JDBC logging in arquillian tests with EJB2, EJB3 services

    avsokolov

      Hi,

      When JPA entity is saved using EJB3 service, in the output I can see at least sql inserts. Without values, but I can understand how JPA provider generates sql queries.

      But when I use EJB2 service, with plain sql inserts, updates, I don't see queries at all.

      How to say arquillian to display them for EJB2 services also?

      Can I use log4jdbc from Google? If I can, then how? Of cause it would be greate to see not only queries, but and values that are passed.