3 Replies Latest reply on Aug 25, 2008 9:56 AM by smjain

    WS-Eventing and subscription expiration time

    maeste

      We made the patch for the feature described in this User's forum post:
      http://www.jboss.org/index.html?module=bb&op=viewtopic&t=90201

      I put two configurable properties in SubscriptionManager Mbean. I have two questions before putting the patch on jira:

      1) Would you prefer the properties to be read/write or write only?
      2) I noticed jbossws throws an InvalideExpirationTime Excetion when I try to subscribe with an expiration time longer than maxLeaseTime. According to specification (5.4) this exception should be used only when the expiration time is in the past or the expiration duration is zero. I think it should answer with a valid registration forcing expiration time to maxLeaseTime (Specification 3.1). Could I put this fix in the same patch or do you prefer two different patches?