Is there a way to configure Castor to get a "java.sql.Connection" from the "javax.sql.DataSource" using a user ID and password? I have configured Castor to use JNDI to retrieve the javax.sql.DataSource, but my database (Oracle) requires a name and password to get a connection. I notice that Castor seems to use "getConnection()" rather than "getConnection(String, String)".
 
Shannon Kendrick

Reply via email to