Hi, can anybody tell me how to make an entity bean use mysql instead of
Hypersonic ?
I tried adding these lines to the ejb-jar.xml file but it still uses the
defaultDS db.
<resource-ref>
<res-ref-name>jdbc/mySQL</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
Thanks in advance
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
- Re: [jBoss-User] Steps to use mysql Sebastian Lillo
- Re: [jBoss-User] Steps to use mysql Raffael Herzog
- RE: [jBoss-User] Steps to use mysql Todd Bowker
