2 Replies Latest reply on May 26, 2013 10:50 PM by jalillah

    java.lang.IllegalArgumentException: attempting to begin pageflow but required org.jboss.seam.bpm.jbpm component is not installed

    jalillah

      Hi Everyone.Can anyone tell me what dependencies should i put in my pom.xml or what the jars needed to intergrate the jbpm with my GateIn portlet.I am planning to use drools and jbpm in my portlet.

      Im using seam 2.3 ,jsf 2.1, richfaces 4 and jboss AS 7.

      I added this inside my component.xml

       

      xmlns:bpm="http://jboss.com/products/seam/bpm"
      

      so that this one will work.

       

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

       

      How to get rid of the error?Thanks in advance.