Gal,
how you specify resource refs is in the docs for the ejb-jar.xml file.
For your EJB, specify:
<resource-ref> 
    <description>A short description</description> 
    <res-ref-name>name</res-ref-name> 
    <res-type>javax.sql.DataSource</res-type> 
    <res-auth>Application/Container</res-auth> 
</resource-ref>

I hope this was your question.

WR
 
   

Reply via email to