[jboss-user] [jBPM] - Re: Instantiating a process in JBPM5
Imran Naqvi
do-not-reply at jboss.com
Sun Aug 28 19:51:39 EDT 2011
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110828/ac436efe/attachment.html
More information about the jboss-user
mailing list