Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-19302

QuickStarts: helloworld-mdb uses deprecated methods to start/stop servers in the domain mode

XMLWordPrintable

    • ---
    • ---

      The helloworld-mdb QS uses deprecated start and stop methods on /host=primary/server-config=<name>, see

      /host=primary/server-config=quickstart-messagingcluster-node1:start(blocking=true)
      /host=primary/server-config=quickstart-messagingcluster-node2:start(blocking=true)
      
      /host=primary/server-config=quickstart-messagingcluster-node1:stop(blocking=true)
      /host=primary/server-config=quickstart-messagingcluster-node2:stop(blocking=true)
      

      It should be /host=primary/server=<name>:start and /host=primary/server=<name>:stop instead.

              istudens@redhat.com Ivo Studensky
              istudens@redhat.com Ivo Studensky
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: