1 Reply Latest reply on Mar 29, 2006 2:16 AM by aguizar

    Error in deploying process

      This is my code

      ProcessDefinition processdefinition =ProcessDefinition.parseParResource("src/process/processmetier.par");
      JbpmContext jbpmcontext = JbpmContext.getCurrentJbpmContext();
       try
       {
       jbpmcontext.deployProcessDefinition(processdefinition);
       }
       finally
       {
       jbpmcontext.close();
       }
      return mapping.findForward("existe");
      }
      


      the error "in is null"
      how to resolve the probleme