What does mean the deploymentstore table states in JBoss BxMS 6?

Solution Verified - Updated -

Environment

  • Red Hat JBoss BPM Suite 6
  • Red Hat JBoss BRMS 6

Issue

What does mean the deploymentstore table states in JBoss BxMS 6?

Resolution

DeploymentStore table is used to maintain deployment data (i.e. deployment_id, state, updatedate, etc) on business-central. The deployment unit states can be:

  • STATE_DISABLED = 0 - Undeployed project;
  • STATE_ENABLED = 1 - Project deployed at first time;
  • STATE_ACTIVATED = 2 - Project deployed which was activated;
  • STATE_DEACTIVATED = 3 - Project deployed which was deactivated;
  • STATE_OBSOLETE = -1 - Obsolete project state;

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments