Hello,
is there any tutorial or guide to configure the jdbc trace for WildfFly or any other application server without touching the application or the JPA persistent unit?
Our application is in JTA mode so we configure the datasource in the application server but we don't instantiate it directly.
In the source folder I have not seen any class specific for MSSQL, could it be an issue?
there is no tutorial, but probably you can load TracingDriver jar and change jdbc url to start with jdbc:tracing:.
but unfortunately I cannot help on this.
Hello, is there any tutorial or guide to configure the jdbc trace for WildfFly or any other application server without touching the application or the JPA persistent unit? Our application is in JTA mode so we configure the datasource in the application server but we don't instantiate it directly.
In the source folder I have not seen any class specific for MSSQL, could it be an issue?
Thanks for your attention.