You just need
@Name("org.jboss.seam.core.jbpm.init")
| @Install(true)
| public class JbpmInitializer extends Jbpm {
to get it to start.
I'm not sure which lines actually start jbpm, but I guess you know ;)
I would do a super.startup() as well, to make sure that all the standard seam init
occurs...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035261#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...