XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.1.0
    • core
    • None

    Description

      Like found in SYNCOPE-231 there is a way to make the setters of TOs work with CXF. So this issue is to change them to the new style.

      public void setOrders(List<Order> orders) {
      if (this.orders != orders)

      { this.orders.clear(); this.orders.addAll(orders); }

      }

      Attachments

        Issue Links

          Activity

            People

              cschneider Christian Schneider
              cschneider Christian Schneider
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: