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

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 33.0.0.Beta1
    • None
    • Quickstarts
    • None
    • ---
    • ---

      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: