gigazhang [
https://community.jboss.org/people/gigazhang] created the discussion
"Re: jbpm5 persistence"
To view the discussion, visit:
https://community.jboss.org/message/729015#729015
--------------------------------------------------------------
EntityManagerFactory emfTask = Persistence.createEntityManagerFactory(
"org.jbpm.task" );
TaskService taskService = new TaskService(emfTask,
SystemEventListenerFactory.getSystemEventListener());
/* Start Mina server for HT*/
MinaTaskServer server = new MinaTaskServer(taskService);
Thread thread = new Thread(server);
thread.start();
How do I replace the first line?
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/729015#729015]
Start a new discussion in jBPM Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]