Imran Naqvi [http://community.jboss.org/people/imran.h] created the discussion

"Re: Instantiating a process in JBPM5"

To view the discussion, visit: http://community.jboss.org/message/623376#623376

--------------------------------------------------------------
Yes I have both those jars. Neither of those contain the class TaskSummary. If 
it helps my code snippet is:
LOG.info("starting jbpm");
      EntityManagerFactory emf = 
loadPrimaryConfig().buildEntityManagerFactory();//Persistence.createEntityManagerFactory("org.jbpm.persistence.jpa");
      TaskService taskService = new TaskService(emf, 
SystemEventListenerFactory.getSystemEventListener());
      TaskServiceSession taskSession = taskService.createSession();


The errors occur when I try to instatitiate the task service:  TaskService 
taskService = new TaskService(emf, 
SystemEventListenerFactory.getSystemEventListener());
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/623376#623376]

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

Reply via email to