OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ws-rx message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [NEW ISSUE] Add Max Msg Num to Message Number Rollover Fault



Title: Add Max Msg Num to Message Number Rollover Fault

Description:
Since an RM impl may not support msg numbers up to the max of 9,223,372,036,854,775,807 it would be nice if the MsgNumRollover Fault included the max msg number in its details section so that the processor of the fault can know what value was exceeded.

Justification:
This could help in preventing future faults being generated.

Target: core design

Proposal:


On the details element of the Message Number Rollover Fault, include the max # supported:

[Detail]
<wsrm:Identifier ...> xs:anyURI </wsrm:Identifier>
<wsrm:MaxMessageNumber> wsrm:MessageNumberType </wsrm:MaxMessageNumber>  <-- new element

Update schema accordingly.

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]