-Dweblogic.jdbc.remoteEnabled change in 12.1.3
We have an app where we have set -Dweblogic.jdbc.remoteEnabled=true for a remote JDBC connection. This has worked fine with Weblogic 12.1.2, but fails after upgrading to Weblogic 12.1.3. Even with this option we now see a data source connection failure.
Reason: java.lang.UnsupportedOperationException: Remote JDBC disabled
Is there a known change in the behavior in version 12.1.3 when using this remote enable option?
Thanks,
Dean