I have a security realm setup similar to the DatabaseServerLoginModule which uses jndi to retrieve a datasource defined in an oracle-ds.xml file.&nbsp; Everything works fine when UseJBossWebLoader is set to true, however if I set this to false, the datasource returned by the initial context lookup is null.&nbsp; I&#39;m fairly positive that the classloader isn&#39;t able to find my ojdbc14.jar file which contains the oracle driver when UseJBossWebLoader is false.<br>
<br>I&#39;ve tried moving the oracle jar out of my web-app and into the deploy/lib directory as well as a couple other creative locations, but it still won&#39;t load the drivers or connect to the database.<br><br>Any ideas?&nbsp; Thanks in advance.<br>
<br>-J<br>