RE: Resource refs are not usable in Orion?

2000-02-25 Thread Magnus Rydin
Gal, how you specify resource refs is in the docs for the ejb-jar.xml file. For your EJB, specify: resource-ref descriptionA short description/description res-ref-namename/res-ref-name res-typejavax.sql.DataSource/res-type res-authApplication/Container/res-auth /resource-ref

RE: Resource refs are not usable in Orion?

2000-02-25 Thread Shachor Gal
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