1 Reply Latest reply on Oct 28, 2013 12:43 AM by sebastien.michea

    Evaluate EL expression in EJB timer

    sebastien.michea

      Is there a way to evaluate a EL expression against a Map in a EJB timer ?

       

      My first attempt was to use a Faces context, but the one i get in null.

      Then i tried to create my own ELContext subclass, but it get collided with the soldier one and my webapp would not start.

      Finally i tried to inject the weld Expressions, but again the one i get is null.

       

      Any idea ?