[jboss-user] [JBoss jBPM] - Re: Integration problem of jBPM 4, Spring and Hibernate

rogerofyan do-not-reply at jboss.com
Thu Aug 6 04:46:02 EDT 2009


The method startUpJBPM() is totally unnecessary, since the processEngine and services should have been built by SpringConfiguration bean.

To deploy your process, you could get the repositoryService from spring context:

  | RepositoryService repositoryService = ac.getBean("repositoryService");
  | repositoryService.createDeployment().addResourceFromClasspath("jpdl/process.jpdl.xml").deploy();
  | 


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

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



More information about the jboss-user mailing list