"java.sql.SQLException: Unsupported feature" calling createArrayOf on OracleConnection in JBoss EAP
Issue
Encountering an exception when calling createArrayOf(String typeName, Object[] elements) using an Oracle connection managed by JBoss:
... java.sql.SQLException: Unsupported feature
at oracle.jdbc.driver.PhysicalConnection.createArrayOf(PhysicalConnection.java:10767) [ojdbc6-11.2.0.3.jar:11.2.0.3.0]
at org.jboss.jca.adapters.jdbc.WrappedConnection.createArrayOf(WrappedConnection.java:1203)
...
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7
- 6
- Oracle 11
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
