1 Reply Latest reply on Dec 22, 2004 3:03 AM by starksm64

    Security Context of Timers

    calin.pavel

      Our application needs to execute some scheduled actions (using Timers) but with a specific security context; that one used for creation of the timer(s).
      So, if a user creates a timer, the onTimeout() method it would be great to be executed with his security context.

      Is there any possibility to achive that? As I saw, for each timer JBoss stores in the db some information, but nothing about security context.