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.