[ https://issues.apache.org/jira/browse/CXF-6784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Freeman Fang resolved CXF-6784. ------------------------------- Resolution: Fixed Fix Version/s: 3.1.6 3.2.0 commit fix http://git-wip-us.apache.org/repos/asf/cxf/commit/cb36642a for master http://git-wip-us.apache.org/repos/asf/cxf/commit/15e4db96 for 3.1.x-fixes branch > 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 > Assignee: Freeman Fang > Fix For: 3.2.0, 3.1.6 > > > 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)