• Icon: Task Task
    • Resolution: Done
    • Icon: Undefined Undefined
    • MTR-1.1.0
    • None
    • None
    • None
    • False
    • None
    • False
    • AMM Sprint 228, AMM Sprint 229
    • None

      Some Java EE applications use EJB Timers to schedule tasks.
      It is important to tag such application with an “EJB Timer” tag.
      If a class uses the following APIs:

      import javax.ejb.Schedule;
      import javax.ejb.ScheduleExpression;
      import javax.ejb.Schedules;
      import javax.ejb.TimedObject;
      import javax.ejb.Timeout;
      import javax.ejb.Timer;
      import javax.ejb.TimerConfig;
      import javax.ejb.TimerHandle;
      import javax.ejb.TimerService;
      

      Then it should tag it as an “EJB Timer”

      <technology-tag-exists technology-tag=“EJB Timer”/>
      

      Then we should tag this technology as:

      <perform>
          <technology-identified name=“EJB Timer”>
              <tag name=“Execute”/>
              <tag name=“Processing”/>
              <tag name=“Java EE”/>
          </technology-identified>
      </perform>
      

              rhn-support-ssingla Sachin Singla
              agoncal Antonio Goncalves (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: