5 Replies Latest reply on Feb 10, 2014 1:35 PM by swiderski.maciej

    Upgrade to 6.0.1 - CDI integration docs (Ch 20) wrong

    jay.guidos-bidstrading.com

      Hi All,

       

      Just a FYI.  I just upgraded from 6.0.0 to 6.0.1 and there have been some minor changes to the CDI UserGroupCallBack integration.

       

      There is a description of how to inject a UserGroupCallBack in the docs (Chapter 20. Integration)) but that is now incorrect. The <alternatives> class

      is now

       

      org.jbpm.kie.services.cdi.producer.JAASUserGroupInfoProducer


      from


      org.jbpm.services.task.identity.JAASUserGroupCallbackImpl</class>

       

      And you must remove @Selectable from your injection point in order for the right alternative to be injected.

       

      Jay