1 Reply Latest reply on Oct 16, 2007 12:43 PM by weston.price

    How to specify rarName of resource adapters?

    marcusn

      I am bundling a resource adapter with an EJB module in the same EAR file. I want to refer to the resource adapter from my MDB, using:

      @ResourceAdapter("x.ear#y-ra.rar")
      class MyDB
      ...


      This works fine, as long as the ear and rar filename does not change. I would like to make it independent of the filenames, is there a way to achieve this?