You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 7 Members of 4087 |
| Forum: Seam Users |
11. Jun 2008, 17:06 CET | Link |
Hi everybody, i've got a small problem with my Seam-Configuration. I've already developed a small Seam-Application which i running smoothly on my AS. For the next step I wanted to use the pageflow-mechanism of jBPM with my Application. While trying to deploy it i receive the following error-message:
org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.bpm.jbpm
I'm using the JBoss AS 4.2.2GA, Seam 2.0.2SP1, jBPM 3.2.2 and Eclipse Europa with the latest JBoss-Tools. As described in many tutorials and the official reference i've added the following part to my components.xml (pftest.jpdl.xml is my Pageflow definition)
<bpm:jbpm> <bpm:pageflow-definitions> <value>pf_test.jpdl.xml</value> </bpm:pageflow-definitions> </bpm:jbpm>
(i deleted the <>)
Does anybody have clue which other configuration i have to do to make my app use the jBPM-component? thx in advance
You will need a stacktrace of the exception. If it's not displayed in stdout.log, check the entries in jboss/server/default/log/server.log.