データソースを定義するために、WildFly 10 で p6spy-3.8.6 および postgresql-42.2.9.jre7 モジュールを使用します。私がそれを使用する場合はstandalone.xmlで
I ok - <connection-url>jdbc:postgresql://localhost:5432/migrazione?currentSchema=pidea</connection-url>
II ko - <connection-url>jdbc:p6spy:postgresql://localhost:5432/migrazione?currentSchema=pidea</connection-url>
II の場合、次の例外があります。
java.sql.SQLException: com.p6spy.engine.spy.P6SpyDriver.findPassthru(P6SpyDriver.java:131) で jdbc:postgresql://localhost:5432/migrazione?currentSchema=pidea を受け入れるドライバーが見つかりません
p6spyはpostgres jdbc url接続でcurrentSchemaをサポートしていますか? この問題を解決する回避策はありますか?