I followed the directions at this link:
http://wiki.eclipse.org/index.php/BIRT/FAQ/Data_Access#Q:_How_can_I_pass_a_connection_object_to_BIRT.3F
and several others, but the claim that setting the JNDI property in your report to: java:comp/env/jdbc/MySqlDB does not work as you are required to enter the url, name and password as well. How does one connect with JNDI? If I remove the url, name and password the report throws an exception because it claims it needs the url, name and password. If I only enter the jndi string in the datasource editor it says the driver can't parse it. Is there any way to get the jndi to work? I have seen this is a problem from multiple links all over the internet.
Thanks