Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-6784

WS-Notification subscription should support renew

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 3.1.6, 3.2.0
    • Component/s: None
    • Labels:
      None
    • Estimated Complexity:
      Unknown

      Description

      currently it's

      @Override
          protected void renew(XMLGregorianCalendar terminationTime) throws UnacceptableTerminationTimeFault {
              UnacceptableTerminationTimeFaultType fault = new UnacceptableTerminationTimeFaultType();
              throw new UnacceptableTerminationTimeFault("TerminationTime is not supported", fault);
          }
      

      and also the subscription.start should support to specify the terminationTime

        Attachments

          Activity

            People

            • Assignee:
              ffang Freeman Fang
              Reporter:
              ffang Freeman Fang
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: