Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the discussion
"Re: How to deploy a process created in eclipse on jbpm 3.2.8 running on jboss server?" To view the discussion, visit: http://community.jboss.org/message/638674#638674 -------------------------------------------------------------- Did you read the docs? http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#configuration 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 [http://community.jboss.org/message/638674#638674] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
