Hi everybody,
I'm using
JBoss 7 for my webapp and I have several problem using ojdbc7 as jboss module. Here my configuration:
---module.xml---
---standalone.xml---
In my
Java class, I want to instantiate OracleOCIConnectionPool because i want to connect to oracle db with different settings respect to those defining in standalone.xml (i have two different users that access to db).
When I try to use OracleOCIConnectionPool in my webapp, I have the following error:
I don't know why. Can someone help me, please?