0 Replies Latest reply on Jul 27, 2005 6:51 PM by jccantu

    openJbpmSession performance

      You can always load the JbpmSessionFactory before running your applications and bind it to JNDI. Set the jndi name of your choice to the ?jbpm.session.factory.jndi.name? property in jbpm.properties. Then, use JbpmSessionFactory.getInstance() to retrieve the factory and open sessions.

      regards, Juan.