You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: