The problem is not in how I specify stuff in the ejb-jar.xml, it is how do
I tell Orion that the named resource is bound to a data source that was
configured in data-sources.xml. Doing that is Orion specific and does not
described anywhere.

        Gal Shachor

On Fri, 25 Feb 2000, Magnus Rydin wrote:

> 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