5 Replies Latest reply on Aug 18, 2009 8:22 AM by npirard

    jbpm4 user guide : small error in doc

      http://docs.jboss.com/jbpm/v4.0/userguide/html_single/#deployingaprocess

      the given example is :
      "
      long deploymentDbid = repositoryService.createDeployment()
      .addResourceFromClasspath("org/jbpm/examples/services/Order.jpdl.xml")
      .deploy();
      "

      but in fact deploy() returns a String ;-)

      could someone correct it ?


      ok it is a detail, but :
      _ as a beginner I just try to understand the concepts of name, key, id, version, which get quickly confusing
      _ the french say "le diable se cache dans les details" (the devil hides in the details), which quite often proves a wise statement, even in computer science
      _ when reading the paragraph I get Exceptions in my two remaining neurons
      _ an accurate doc is better, no ?