Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-2274

camunda-bpm-model project uses namespaces for diagram element attributes

XMLWordPrintable

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.2.0, 7.2.0-alpha3
    • 7.1.0, 7.2.0-alpha1
    • bpmn model api
    • None

      BPMNDI.xsd specifies attributeFormDefault="unqualified".
      Yet many classes in camunda-bpm-model project use namespace for attributes.

      All classes under package: org.camunda.bpm.model.bpmn.impl.instance.bpmndi

      Here is an example from class:
      org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl :

      bpmnElementAttribute = typeBuilder.stringAttribute(BPMNDI_ATTRIBUTE_BPMN_ELEMENT)
      .namespace(BPMNDI_NS)
      .qNameAttributeReference(BaseElement.class)
      .build();
      sourceElementAttribute = typeBuilder.stringAttribute(BPMNDI_ATTRIBUTE_SOURCE_ELEMENT)
      .namespace(BPMNDI_NS)
      .qNameAttributeReference(DiagramElement.class)
      .build();

        This is the controller panel for Smart Panels app

              Unassigned Unassigned
              ganesh Ganesh Ingle
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Estimated:
                  Original Estimate - 2 weeks
                  2w
                  Remaining:
                  Remaining Estimate - 2 weeks
                  2w
                  Logged:
                  Time Spent - Not Specified
                  Not Specified