[jboss-user] [JBoss jBPM] - Re: How to configure org.jbpm.web.JobExecutorLauncher?

vkozlov do-not-reply at jboss.com
Mon Dec 15 01:58:21 EST 2008


"kukeltje" wrote : 
  | The title of your post does not match the question.... 
  | 

Sorry for my poor English, my native language is Java :)

"kukeltje" wrote : jbpm.configuration.resource parameter is used (as you could see in the source) as init parameters for either the filter or servlets and configured in the web.xml. This is one of the ways to specify a different config file than e.g. one named 'jbpm.cfg.xml' and putting it on your classpath

This is exactly what I want. I need to have two jbpm config files - one for my servlets (in which jbpm transaction support must be disabled) ant another for Job Executor (for example job_bot_jbpm.cfg.xml, in which jbpm transaction support must be enabled). But, how I can configure it in web.xml? JobExecutorLauncher isn't a servlet, it is a listener, so it not accepts <init-param> tag. Can you give me an example?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196452#4196452

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



More information about the jboss-user mailing list