uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJR21138-E

The maximum value for a message number on a sequence aa....aa has been exceeded: bb....bb

aa....aa: Sequence ID
bb....bb: Message number
Description
Exceeded the maximum number of messages that can be sent and received in a single sequence.
Action
Generate the sequence again. To generate a sequence again:
  1. Cast the port objects that are being used to com.sun.xml.ws.Closeable type and invoke the close() method.
  2. Re-create the port objects from the service class.
  3. Invoke the Web Service method of the port objects that are re-created.
    The sequence is generated automatically during the initial invocation of Web Service method of the port objects.
Set the maximum message count (cwsrm:MaxMessageNumber) of WSDL when changing the maximum message count that can be sent and received for a single sequence.