3 Replies Latest reply on Jan 11, 2007 6:27 AM by kukeltje

    Whats the easiest way to access JBPM data outside of the JBP

    prassib

      I need to see some data from the JBPM tables just for lookup purposes & I am trying to avoid creating a JBPM context.

      I used the JBPM hibernate mapping files & wrote my DAO with lookup methods. I can lookup the ProcessInstance object by its ID but I get a Hibernate LazyInitiliazationException when invoke method getRootToken().getNode()