1 Reply Latest reply on Mar 10, 2006 4:07 PM by dreuzel

    Message  bean  Undefined annotations     "activationConfig"

      I'm giving message beans a try and i'm trying the examples
      It seems impossible to link since JAR's or imports seem to be missing

      The main attribute "activationConfig" is missing in the definitions
      Where is it suppoed to be defined ???
      Context::

      @MessageDriven(activationConfig =
      {
      @ActivationConfigProperty(propertyName="destinationType",
      propertyValue="javax.jms.Queue"),
      @ActivationConfigProperty(propertyName="destination",
      propertyValue="queue/mdb")
      })

        • 1. Re: Message  bean  Undefined annotations

          there are multiple libraries with the same name in different directories.
          as soon as I picked the right source (same librarie Names !!!) it seems to work.
          Aside from trouble finding the right jar having thesame name withdifferent content iseven worse, i got it working in the end