This content has been marked as final. 
    
Show                 4 replies
    
- 
        2. Re: jndi configuration for mysqlemrandle Nov 17, 2003 6:57 PM (in response to emrandle)JBOSS 
 <resource-ref>
 <res-ref-name>jdbc/MyDatasource</res-ref-name>
 <res-type>javax.sql.DataSource</res-type>
 <jndi-name>yourDeployName</jndi-name>
 </resource-ref>
 What file does this belong in?
- 
        3. Re: jndi configuration for mysqljonlee Nov 17, 2003 10:42 PM (in response to emrandle)Have a look at http://www.amitysolutions.com.au/documents/JBossJNDI-technote.pdf. Hopefully that should give you enough information on working with references. 
- 
        4. Re: jndi configuration for mysqlabhijitabhijit Nov 25, 2003 11:12 PM (in response to emrandle)try 'java:/jdbc/MySQLDS'. 
 
     
     
    