1 Reply Latest reply on Mar 12, 2009 3:37 PM by arpan25

    error in import statements using jbpm3.2.4.GA and deploying

      Hi all,

      I am trying to use a workflow (initially developed using jbpm 3.1.4 )with jbpm 3.2.4.GA , the java files which I am using give error in the import statements shown below.. I am using eclipse separately with jbpm designer added externally as a local archive site. Can anyone tell me what should i do to remove these errors ? I think this problem is trivial but I am unable to resolve it..

      import org.jbpm.JbpmConfiguration;
      import org.jbpm.JbpmContext;
      import org.jbpm.db.GraphSession;
      import org.jbpm.graph.*;
      import org.jbpm.graph.def.ActionHandler;
      import org.jbpm.graph.def.ProcessDefinition;
      import org.jbpm.graph.exe.ExecutionContext;
      import org.apache.commons.logging.Log;
      import org.apache.commons.logging.LogFactory;
      import org.jbpm.*;
      import org.jbpm.graph.def.*;
      import org.jbpm.JbpmConfiguration;
      import java.util.*;


      thanks,