2 Replies Latest reply on Mar 15, 2006 1:14 PM by benellishooter

    @Resource (mappedName="....") versus @Resource (name="....")

      Hi,
      I try to use dependency injection into a MDB:

      the strange thing is:
      the compiler does not compile the : @Resource (mappedName="...."), it works only with name="..."
      but the jboss needs : @Resource (mappedName="....")

      I use jboss 4.0.3 SP1 with EJB3.0 RC3

      do I need to update something ?
      thanks