cas.authn.jdbc.query[0].driver-class=oracle.jdbc.driver.OracleDriver
cas.authn.jdbc.query[0].data-source-name=jdbc/ivrsadminDS
The problem is that the CAS war is built with an oracle JDBC driver, which is not needed....but more importantly the JBOSS server cannot index this driver..and fails to deploy the war.
So my two part question is, ...when configuring for an external server when a server datasource is specified , should a db driver be bundled in the WAR, and if it is by default, is there a way to exclude the oracle jdbc driver from the war file when specifying jdbc support?
Thanks!
Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.
Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.
--