[jboss-user] [JBoss Seam] - Re: jBPM integration question

petemuir do-not-reply at jboss.com
Fri Apr 6 06:00:54 EDT 2007


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#4035261

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035261



More information about the jboss-user mailing list