Uploaded image for project: 'BxMS Documentation'
  1. BxMS Documentation
  2. BXMSDOC-484

Wrong class in documentation?

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • None
    • None
    • None

      Title: The REST Remote Java RuntimeEngine Factory

      Describe the issue:

      The sample snipplet in chapter 16.4.1 is

      RuntimeEngine engine = RemoteRuntimeEngineFactory.newRestBuilder()
      .addUrl(new URL(instanceUrl))
      .addUserName(user).addPassword(password)
      .addDeploymentId(deploymentId)
      .build();

      Suggestions for improvement:

      Shouldn't it be

      RuntimeEngine engine = RemoteRestRuntimeEngineFactory.newRestBuilder()
      .addUrl(new URL(instanceUrl))
      .addUserName(user).addPassword(password)
      .addDeploymentId(deploymentId)
      .build();

      Additional information:

              kdwivedi@redhat.com Kartik Dwivedi
              psteiner_jira Patrick Steiner (Inactive)
              Karel Suta Karel Suta
              brms-docs brms-docs (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: