6 Replies Latest reply on Nov 18, 2005 4:24 AM by koen.aers

    Java app hangs retrieving process definition

    michaelholtzman

      I have successfully stored process definitions in Sybase. However, when I try to retrieve a process definition, jbpm hangs (process is not responding in windows task manager)

      processName = "Example Process";
       console("Launch: Getting process definition");
       processDefinition =
       jbpmSession
       .getGraphSession()
       .findLatestProcessDefinition(processName);
      

      It never returns from this call. There are clearly process definitions in the database table with NAME_ set to "Example Process", confirmed using ISQL.

      HELP! Thanx.