JBoss Community

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

created by Noor Jalillah Jeffri in jBPM Development - View the full discussion

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.

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community