JBoss Community

Re: How to deploy a process created in eclipse on jbpm 3.2.8 running on jboss server?

created by Mauricio Salatino in jBPM - View the full discussion

Did you read the docs?

http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#configuration

 

-> public void deployProcessDefinition(ProcessDefinition processDefinition) {...}

 

Using that method and configuring the jBPM runtime to work with the database that you jboss instance is using, will deploy the process.

When you want to start a new instance of that process you need to be sure that all the required classes are inside the server classpath.

Cheers

Reply to this message by going to Community

Start a new discussion in jBPM at Community