1 Reply Latest reply on May 20, 2006 11:14 AM by weston.price

    MDB referencing inflow resource adapter

    dweil

      I have an EAR file containing a MDB and a RA (i.e. myapp.ear contains myejb.jar and myra.rar). When referencing the RA from the MDB, do I have to name the EAR file name

      ...
       <message-driven>
       <ejb-name>MyMDB</ejb-name>
       <resource-adapter-name>
       myapp.ear#myra.rar
       </resource-adapter-name>
      ...
      

      or is there a way to drop the dependancy on the EAR file name?

      Thanks in advance
      Dirk