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, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217628#4217628 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217628 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
