Hello everyone!
I know this might be a common question already, but still I haven't found anything that helps me yet.
I have been trying to create a datasource that uses a JNDI connection, instead of a JDBC one, to connect to an Oracle database. I'm using the oracle jdbc driver with an JDBC Data Source, and specifying the jdbc url, user, password and JNDI url (have tried both "java:DataSourceName" and "java:comp/env/jdbc/DataSourceName", but for some reason it doesn't connect with the JNDI.
Asking to google, I've found this
http://docs.jboss.org/tools/whatsnew/birt/birt-news-1.0.0.Alpha1.html and I tried to create an Hibernate Data Source as suggested there, but my eclipse version doesn't have that option (and I redownloaded the All-in-one eclipse with BIRT, just in case). So I wonder, do I need a special plugin or jar to use that type of data source? Is there any other data source type that I can use to connect using a JNDI only? Or do you have any suggestion about how could I try to solve this problem?
I'm using JBoss 4.2 and only have the xml where I define the data source, do I need any additional file?
Thanks!