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

WS-Notification subscription should support renew

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.1.6, 3.2.0
    • None
    • None
    • 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

            ffang Freeman Yue Fang
            ffang Freeman Yue Fang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: