Class CdiExpressionManager


  • public class CdiExpressionManager
    extends ExpressionManager
    ExpressionManager for resolving Cdi-managed beans. This ExpressionManager implementation performs lazy lookup of the Cdi-BeanManager and can thus be configured using the spring-based configuration of the process engine:
     <property name="expressionManager">
          <bean class="org.camunda.bpm.engine.test.cdi.CdiExpressionManager" />
     </property>
     
    Author:
    Daniel Meyer