You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2016/02/18 06:53:18 UTC

[jira] [Created] (CXF-6784) WS-Notification subscription should support renew

Freeman Fang created CXF-6784:
---------------------------------

             Summary: WS-Notification subscription should support renew
                 Key: CXF-6784
                 URL: https://issues.apache.org/jira/browse/CXF-6784
             Project: CXF
          Issue Type: New Feature
            Reporter: Freeman Fang


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

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)