Hi everyone,
I am studying the jBoss Test suite BMP example, and I have some trouble with
the resource-ref field in the ejb-jar.xml file.
In this file, you can find the following tree :

<resource-ref>
  <res-ref-name>datasource</res-ref-name>
  <res-type>javax.sql.DataSource</res-type>
  <res-auth>Container</res-auth>
</resource-ref>

My question is about the <res-ref-name> node.
Where do I have to set this name so that at deployment time, I do not have a
"No resource manager found for datasource"-like message ?

Thanks in advance,

Jean-Philippe SCHALLER
[EMAIL PROTECTED] - http://www.modelmadz.net
He whose lust lasts, lasts longest. (Harold Pinter?)



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to