I\'m using Jboss AS 7.1.1.final and I\'m trying to add an oracle Datasource:
Got the answer:
In the drivers section, I defined the driver as sitting in module "com.oracle.ojdbc" but the module itself is actually defined with capital 'O' in 'Oracle' so it should be "com.Oracle.ojdbc"
"com.oracle.ojdbc"
"com.Oracle.ojdbc"