users@glassfish.java.net

Mapping ResourceAdapter and MDB in EJB3.0

From: Rama Sundari <sundari.drs_at_gmail.com>
Date: Fri, 26 Sep 2008 16:10:19 +0530

Hi..

I want to deploy a MDB..which use my ResourceAdpater implementation..
If its in EJB2.1...we can specify the resource adapter to use in
sun-ejb-jar.xml
in the tags..
<mdb-resource-adapter>
         <resource-adapter-mid>raimpl</resource-adapter-mid>
     </mdb-resource-adapter>

but if I use EJB3.0...
there is only configuration file wil be generated..that is
sun-resources.xml..

so where I have to specify the mapping between ResourceAdapter and MDB...

thanks in adavance..


-- 
Thanks,
Rama Sundari.