2 Replies Latest reply on Mar 2, 2011 9:30 PM by davidfdr.davidfdr.gmail.com

    JBPM: @In attribute requires non-null value for rg.jboss.seam.bpm.Actor

    davidfdr.davidfdr.gmail.com
      I'am having the following problem when I try to get the Actor (rg.jboss.seam.bpm.Actor) instance.

      Caused by: org.jboss.seam.RequiredException: @In attribute requires non-null value: autenticador.ator

      I'am following the dvdstore22 example.

      My EAP is 5.1.0.GA community and Seam 2.2.1.GA.

      My components.xml has:



      `      <bpm:pageflow-definitions>
              <value>cadastro_documento.jpdl.xml</value>
            </bpm:pageflow-definitions>`



      The file protocolodocumento.jpdl.xml is on the root of my ejbjar project. The project was created with jboss tools (EAR + JAR + WAR)


      Did I missed something? Please, help!