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
- Resource refs are not usable in Orion? Shachor Gal
- RE: Resource refs are not usable in Orion? Magnus Rydin
- RE: Resource refs are not usable in Orion? Shachor Gal
