Skip to content

Persistance parameter issues #8

Description

@vetss

We need to split a general parameters set into 2 subsets:

  1. parameters that can not be updated when Stack is started
  2. parameters that can be updated when Stack is started

For SCTP stack parameters are:

  1. singleThread, workerThreads
  2. connectDelay

For parameters 1) we need:

  • do not store parameters into xml file
  • remove from CLI / GUI updating for this parameters
  • update manual that we need to setup these paramters in jboss-beans.xml or by invoke of setters before stack start
  • throw Exception if a setter has been invoked when Stack is running

For parameters 2) we need:

  • update manual that we need to setup these paramters either by CLI / GUI or by invoke of setters after stack start
  • throw Exception if a setter has been invoked when Stack is NOT running

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions