[#5134] OracleConnection Class not found when jOOQ runs in OSGi and ARRAY types are bound
This commit is contained in:
parent
8e09036e8e
commit
b12661fae2
@ -70,6 +70,7 @@ import org.jooq.Routine;
|
||||
import org.jooq.SQLDialect;
|
||||
import org.jooq.Update;
|
||||
import org.jooq.conf.Settings;
|
||||
import org.jooq.tools.JooqLogger;
|
||||
import org.jooq.tools.jdbc.JDBCUtils;
|
||||
import org.jooq.tools.reflect.Reflect;
|
||||
import org.jooq.tools.reflect.ReflectException;
|
||||
@ -81,6 +82,8 @@ import org.jooq.tools.reflect.ReflectException;
|
||||
*/
|
||||
class DefaultExecuteContext implements ExecuteContext {
|
||||
|
||||
private static final JooqLogger log = JooqLogger.getLogger(DefaultExecuteContext.class);
|
||||
|
||||
// Persistent attributes (repeatable)
|
||||
private final Configuration configuration;
|
||||
private final Map<Object, Object> data;
|
||||
@ -268,27 +271,6 @@ class DefaultExecuteContext implements ExecuteContext {
|
||||
*/
|
||||
private static int maxUnwrappedConnections = 256;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Get the registered connection's "target connection" if applicable.
|
||||
* <p>
|
||||
@ -319,6 +301,15 @@ class DefaultExecuteContext implements ExecuteContext {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Unwrap nested Spring org.springframework.jdbc.datasource.ConnectionProxy objects
|
||||
|
||||
Loading…
Reference in New Issue
Block a user