After adding a JNDI URL to a JDBC data source profile, I can never get it to use this connection. <br />
<br />
Whenever I change the JDBC URL to a non-existent database in order for it to attempt connect using the JNDI connection, it gives a connection refused. No where in the logs does it indicate that it tried using the JNDI connection, only JDBC.<br />
<br />
I have tried this on numerous application servers with the same results. <br />
<br />
Below are the application servers tested with:<br />
<br />
Glassfish<br />
JBoss<br />
Tomcat<br />
<br />
I tried both run time files from MyEclipse Version 7.1.1 Build id: 7.1.1-20090310, and the Eclipse run time files contained in the birt.war of the birt-runtime-2_3_2_1.zip file downloaded from <a class='bbc_url' href='
http://www.eclipse.org/downloads/download.php?file=/birt/downloads/drops/R-R1-2_3_2_1-200904141342/birt-runtime-2_3_2_1.zip'>Eclipse downloads - mirror selection</a>.<br />
<br />
This is a requirement for our application to go live and any help would be greatly appreciated.