Skip to content

Updating the resolutionPath of a service entity causes a constraint violation #111

Description

@rpevertsminvwsnl

When changing the resolutionPath of an existing service (unchanged goid, guid and name) and and trying to update by importing a graphman bundle (NEW_OR_UPDATE) graphman gives an error:

    {
      "action": "NEW_OR_UPDATE",
      "status": "ERROR",
      "description": "Error creating or updating SERVICE entity, constraint violation - could not execute statement",
      "source": [
        {
          "name": "serviceType",
          "value": "WEB_API"
        },
        {
          "name": "resolutionPath",
          "value": "/updatedpath"
        }
      ]
    }

How can I update only the resolutionpath of a service without removing it first?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions