If the configured persistence does not automatically load the persisted sessions, then no I am not loading the session. From what I read, it looks like I need to use JPAKnowledgeService.newStatefulKnowledgeSession, but it requires the persisted sessions id. What is the best way to get a list of persisted session ids?
Thanks,